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 in abap development

vinothkumar_k
Explorer
0 Likes
1,896

Hi All,

I have done change in ZProgram added the new parameter ( using) in that perform. I want to know any other program using the same perform or not. any method to find that. ( Standard FM ).

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
1,767

in SE80 you have to select the program name in SE38 and press CTRL + SHIFT + F3 (use case)

after this you will have to analyse if there is a perform in program ...

in Eclipse, select directly the FORM, press CTRL + SHIFT + G (or where used list)

in SE80 you have to select the program name in SE38 and press CTRL + SHIFT + F3 (use case)

after this you will have to analyse if there is a perform in program ...

in Eclipse, select directly the FORM, press CTRL + SHIFT + G (or where used list)

7 REPLIES 7
Read only

FredericGirod
Active Contributor
1,768

in SE80 you have to select the program name in SE38 and press CTRL + SHIFT + F3 (use case)

after this you will have to analyse if there is a perform in program ...

in Eclipse, select directly the FORM, press CTRL + SHIFT + G (or where used list)

Read only

0 Likes
1,767

Hi Frederic, I want the current Zprogram ( perform ) is called another ZProgram .

Read only

1,767

I already give you the step to do it, what else do you need ?

Read only

Sathya_Gunasekaran
Contributor
1,767

Hi Vinoth,

Just double click on the form name, it will display the list of places it is called from.

Sathya

Read only

1,767

This works in SAP GUI but probably not in Eclipse.

Read only

1,767

A little remark about "click on the form name", it's the formname of "FORM formname", not of "PERFORM formname".

Read only

Nawanandana
Active Contributor
1,767

Hi,

you can use tcode CODE_SCANNER or program RS_ABAP_SOURCE_SCAN