- Use Transaction SE37, provide BAPI and Execute.
- All the Agentry BAPI have an Import Parameters IS_BAPI_INPUT and Value, here the USER_GUID needs to be mentioned to identify the SAP Mobile User connecting to the backend. The BAPI will not return any data without a valid USER_GUID.
- To get the USER_GUID, use the transaction SE16, provide table /SYCLO/MDW00 and Execute.
- Provide MOBILE_APP name, SAP_USERID and Execute.
- You will get the USER_GUID based on the Application and User name.
- Use the USER_GUID , SAP_USERID (MOBILE_USER) to your BAPI and Execute.
- Verify the RETURN table.