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

Function Module behind a Web Service

Former Member
0 Likes
4,240

Hi,

I know a Web Service has been created from a function module and I'm looking at this FM.

How can i determine it's name ?

(I don't have SOAManager in my environment ECC6 SP11)

Thank you

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,157

If you go to SE80, and find the service provider under the "Enterprise Services" folder in the navigation window on the left. Double click on the service provider, then click on the "Internal View" tab. Then click on one of the operations objects shown in that tab. Then a window will appear on the right side which shows the function module name.

Regards,

Rich Heilman

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,158

If you go to SE80, and find the service provider under the "Enterprise Services" folder in the navigation window on the left. Double click on the service provider, then click on the "Internal View" tab. Then click on one of the operations objects shown in that tab. Then a window will appear on the right side which shows the function module name.

Regards,

Rich Heilman

Read only

0 Likes
2,157

Thank you for your answer,

I can not find this enterprise services folder, i do have internet services but this isn't what i'm looking for...

When i look at local objects, i can see an enterprise services folder with local webservices but the one i'm looking for is not local

Read only

matt
Active Contributor
0 Likes
2,157

I go via SE80, and choose the package the web service is defined in - then you'll see an Enterprise Services folder. Then follow Rich's instructions.

matt

Read only

0 Likes
2,157

Then my problem would be : how to get the web service package ?

I looked in wsconfog and wsadmin transactions, couldn't find it.

Read only

0 Likes
2,157

In SE80. click on the button in the upper left hand corner, which says "Repository Information System". In the objects list in the lower left, open "Enterprise Services", then click on "Service Definitions". In the selection area to the right, put the name of the service defintion, or some wild card. Then click the "execute" button on the application tool bar. You will then see a list of service definitions. Double click on the one in question. This takes you to the definition, where you can 1) see the package on the "Properties" tab, and 2) See the function modules names on the "Internal View tab.

Regards,

Rich Heilman

Read only

0 Likes
2,157

Thank you very much,

problem solved !!