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 write abap code in outbound synchronous abap proxy

former_member200386
Active Participant
0 Likes
730

Dear experts,

I am working on synchronous outbound abap proxy. I gnerated the proxy on the service interface. when i am trying to edit and write the code. I am getting the belo error message. '

You cannot edit proxy/MDRS objects (see long text)' Message no. OO631. please help me to resolve the issue.

Regards,

Joseph

Dear experts,

I am working on synchronous outbound abap proxy. I gnerated the proxy on the service interface. when i am trying to edit and write the code. I am getting the belo error message. '

You cannot edit proxy/MDRS objects (see long text)' Message no. OO631. please help me to resolve the issue.

Regards,

Joseph

1 REPLY 1
Read only

Former Member
0 Likes
521

hi Joseph,

At service interface, it needs to define a Class and implement, then we can have Methods inside to create and write our code OR we can define custom function module inside Method...this way it goes.

Regards,

Suren.