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

ABAP proxy program.

Former Member
0 Likes
723

Hi

I have ABAP proxy program starting with ZXXXXXX.

how to view this program?

i am not able to open in SE38.

usually i think we find the interface thru SPROXY and then find proxy program name and double clidk that goes to ABAP editor.

but this time, i was given ABAP proxy program name but not able to view in editor.

Any hints/

Regards

Chandra

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

What gets generated in SPROXY is class. So you can check SE80 or SE24

2 REPLIES 2
Read only

Former Member
0 Likes
528

What gets generated in SPROXY is class. So you can check SE80 or SE24

Read only

Former Member
0 Likes
527

Hi,

"usually i think we find the interface thru SPROXY and then find proxy program name and double clidk that goes to ABAP editor.

but this time, i was given ABAP proxy program name but not able to view in editor"

This is because the proxy is not generated. Please generate the proxy first, this will automatically create a 'Z' class.

Once generated, you can navigate directly to the editor from SPROXY.

Regards,

Asit