2015 Jul 16 3:20 PM
Hi,
While using UI5 to debug a program we have to set external break points in the remote function module in SE37.
So how to find the name of corresponding function module from UI5?
2015 Jul 16 5:49 PM
To get the data, UI5 would be using the OData Service. You would need to find the OData service name from the UI5 binding. Use this Service to find the corresponding generated objects from the Tcode /IWFND/MAINT_SERVICE to find out the Technical Service name.
Once you have the service name, Use SEGW to view the service. Go to runtime artifacts to see the generated objects.
Now you would need to know what operation is being carried over at the UI5 application. Based on that, you can drill down to the respective method to put the break point.
Regards,
Naimesh Patel
Hi,
While using UI5 to debug a program we have to set external break points in the remote function module in SE37.
So how to find the name of corresponding function module from UI5?
2015 Jul 16 5:49 PM
To get the data, UI5 would be using the OData Service. You would need to find the OData service name from the UI5 binding. Use this Service to find the corresponding generated objects from the Tcode /IWFND/MAINT_SERVICE to find out the Technical Service name.
Once you have the service name, Use SEGW to view the service. Go to runtime artifacts to see the generated objects.
Now you would need to know what operation is being carried over at the UI5 application. Based on that, you can drill down to the respective method to put the break point.
Regards,
Naimesh Patel
2015 Jul 17 11:22 AM
Hi Naimesh
First of all thanks for your response.
can you please elaborate how to find gateway service name from UI5.
regards
Deepak
2015 Jul 17 11:28 AM
Hi Deepak,
You can check the name of service through URL itself.
suppose, url name is
.../sap/opu/odata/sap/NAME_SRV/?$format=xml
in above URL, NAME is contains the Geteway service name.
Through SEGW t-code, you can check the all information.
Regards,
Praveer.