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

Find a Program

Former Member
0 Likes
597

Hi

I am new to ABAP, Can any one tell how to find the Corresponding pgm for a screen, I am on a Claim creation screen (ECC 6.0)

Thanks

PR

4 REPLIES 4
Read only

Former Member
0 Likes
569

Whatever screen you are in, on that screen select menu option SYSTEM and then choose SYSTEM, that will show different data in the block called SAP Data you can see your program name corresponding to that screen.

Thanks,

Deepti Kaza.

Read only

former_member156446
Active Contributor
0 Likes
569

every screen in SAP will have screen flow program.. as said

from the menu path system > status > a pop up will show you transaction , program (screen), screen number , program (gui)

double click on the name or copy the prg name and open in SE38 to view the code.

Read only

Former Member
0 Likes
569

check the standard report RS_ABAP_SOURCE_SCAN

Read only

Former Member
0 Likes
569

Thanks

PR