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: 

t-code to implement method

Former Member
0 Kudos

i am using aserver side proxy to fetch data from proxy into R/3

i have to implement the method in the interfaceusing

method ZPI_II_MI_IS_POC1_0003~EXECUTE_SYNCHRONOUS.

  • my code

endmethod.

what is the t-code to write method endmethod.

similarl to the one se37 is for function module

3 REPLIES 3

sachin_mathapati
Contributor
0 Kudos

Hi ,

Check SE19 Tcode.

Regards,

Sachin M M

Former Member
0 Kudos

Hi Vishal,

You should be able to see this method from transaction SE24, but you need to find the implementation class for it.

This is actually what we call as server proxy class. You can use transaction SPROXY.

Over there it will list down all the software components which defined in PI/XI

Click on the software component and find the service/message interface (Inbound).

And find the corresponding proxy.

If you don't find it, ask your PI consultant which service/message interface this proxy belongs to.

Regards,

Lim...

Former Member
0 Kudos

thanks chang