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

perform stament finding pro

Former Member
0 Likes
599

Hi

Ii want to know how to find out perform stament(sub routine).

please Advise on this.

Regards

patel.

Hi

Ii want to know how to find out perform stament(sub routine).

please Advise on this.

Regards

patel.

3 REPLIES 3
Read only

Former Member
0 Likes
581

Hi Patel,

Try using this standard program RPR_ABAP_SOURCE_SCAN. It will show all subroutines,data,etc..

Hope this will help you.

Regards,

Mark

Read only

former_member156446
Active Contributor
0 Likes
581

if you can open ur program in se80 or in se38 if you click on display object list button you can see all the subroutines.. and data dictionaries... its the next button after where used list in se38.

Read only

Former Member
0 Likes
581

Hi,

'RPR_ABAP_SOURCE_SCAN' is search a string in the program source code.You have to give the string to be searched as input in 'Find String' .

Regards

Kiran Sure