cancel
Showing results for 
Search instead for 
Did you mean: 

Data not populated in the screen of Custom Agentry solution

Former Member
0 Kudos

Hi Gurus,

I have build my first agentry project based on the How-to Build an Agentry based mobile app from scratch connecting to an SAP back-end by Alexandra Linde-Dunmire at  http://scn.sap.com/docs/DOC-47550. I am getting the screens with no data. I have even deleted the filter to check for complete records to avoid data issue. I want to check from backend. Please tell me how to do the testing / debugging at the backend. The Input parameter is of type /SYCLO/CORE_BAPI_INPUT_STR for the custom function module  Z00_BAPI_GET_FLIGHT_SCHEDULE as per the document. While testing the app using ATE what is the Input value i can provide for the above input structure.

Thanks,

Ganesh.

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

former_member190010
Contributor
0 Kudos

Hi Ganesh,

You can do two type of testings:

First you should check if the BAPI WRAPPER is retrieving some data from the SAP Backend.

Go to SE37 t-code in SAP, and put the name of the BAPI WRAPPER. Then complete the following parametes: your User ID, your USER GUID, and some filters you may have. Press F8 and check if some data is retrieved.

For further debugging, you can put a breakpoint in the GET method of the Class handler related with the MDO.

Second, in case the BAPI WRAPPER is retirieving some information, you can go to the ATE to check it.

In the ATE, go to: Inspect>Objects.

Then look for the Objects Collection you have created and check if there are some objects in the Collection you have created.

Hope this helps.

Best Regards,

Emanuel

Answers (0)