Application Development 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: 

Unable to edit web service in sap abap...!

kamireddy_harsha
Explorer
0 Kudos

After displaying the WS in change mode, I cant see the change option in the internal view tab...!

when i right click on the WS (Internal view tab) i can see only expand and collapse options... Can any one Help me..?

4 REPLIES 4

Former Member
0 Kudos

HI,

Check if you have proper authorizations for the same.

0 Kudos

Yes I have checked, No problem with authorization...

I am able to edit other WS, but not this particular...

0 Kudos

A webservice is normally generated based on a wsdl (client) or based on a function module / method (provider). If you want to change these webservices you should change the underlying code (new wsdl from provider for your client webservice or new code in function module / method and then regenerate webservice for provider webservice).

therefore I do not understand your requirement

when you say you want to change the webservice in ABAP, what do you mean ? In which transaction are you trying to do this ?

former_member628395
Active Participant
0 Kudos

Hi,

Please try changing the FM interface and re-create the Service Definition.

Regards,

Sagar