Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to find remote function module name from ui5?

deepak_sati
Discoverer
0 Likes
1,938

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?

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
1,315

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?

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
1,316

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

Read only

0 Likes
1,315

Hi Naimesh

First of all thanks for your response.

can you please elaborate how to find gateway service name from UI5.


regards

Deepak

Read only

0 Likes
1,315

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.