cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the Function Module name used in the webdynpro

Former Member
0 Kudos

Hello expert,

In our solution manger system, all incidents are displayed via ABAP webdynpro. When I click one incident ID, I can get the detail information of the incident.

I want to know How can I find which Function Module in the backend is called when I click the incident ID?

Thanks in advance,

Best Regards,

Johnny

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member230486
Contributor
0 Kudos

Hi,

Identify the component name from URL and then

1) go to se80

2) Provide Component name

3) Check the button incident Id button(In view)

4) check event handler method for button

former_member194152
Contributor
0 Kudos

Hi,

You can not identify component name from url to identify compnent name u need to follow these steps :

1) Right click on incident list or in table then click on more field help.

2) There you can see application / view names in popup.

3) Go to SE80 choose webdynpro Intf enter application name and choose selected view, in view preview you can see table with hyper link column is attached with event.

4) In select event you can found appropriate data retrieval logic.

Thanks / Gagan