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

Calling program in sap script

former_member321825
Active Participant
0 Likes
682

Hi

If inside SAP script , say Z1 report is called using perform, how can we find out script name if only we have details Z1.


4 REPLIES 4
Read only

Former Member
0 Likes
644

you cannot find out the  script name which is calling the z report. however if you know when or how your script is triggered you can execute by putting a breakpoint at FM open_form or just activate debugging for the script and see the script name when it stops. but if you dont have the details of script I would say its not possible.

Btw, can you check the TR for the program Z1, may be the script is also in the same TR.

Message was edited by: Kartik Tarla

Read only

Former Member
0 Likes
644

Hi

Yes I believe you need to check manually all your Z-sapscript by SE71

Max

Read only

Former Member
0 Likes
644

Hi Rachel,

Please correct me if i am wrong,, " you have a program name Z1 (which has a script subroutine inside), now you want to know in which Script this particular Program (Z1) is used ' .

Regards

Arulmani

Read only

0 Likes
644

Thats correct.