‎2014 Oct 03 1:30 PM
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.
‎2014 Oct 03 1:38 PM
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
‎2014 Oct 03 1:41 PM
Hi
Yes I believe you need to check manually all your Z-sapscript by SE71
Max
‎2014 Oct 03 1:43 PM
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
‎2014 Oct 03 2:12 PM