2008 Jul 22 3:29 PM
Hello dear colleagues,
I need kind of a report tree that answer the following question:
Wich transactions and external programs are called from every Ztransaction?, considering that such called program/transactions also call others.
Besides i need to know about authority check related to each call.
Is there a standard report or useful code?
Any suggestion is appreciated.
Thanks!
2008 Jul 22 3:31 PM
hi,
Pass the transaction name in TCODE field to get Program name PGMNA to which it is associated with .... in TSTC table via SE16 tcode ....
Hello dear colleagues,
I need kind of a report tree that answer the following question:
Wich transactions and external programs are called from every Ztransaction?, considering that such called program/transactions also call others.
Besides i need to know about authority check related to each call.
Is there a standard report or useful code?
Any suggestion is appreciated.
Thanks!
2008 Jul 22 3:31 PM
hi,
Pass the transaction name in TCODE field to get Program name PGMNA to which it is associated with .... in TSTC table via SE16 tcode ....
2008 Jul 22 3:40 PM
Hi Lidya,
Check the below thread,
https://forums.sdn.sap.com/click.jspa?searchID=14358915&messageID=5386905
Kindly Reward Points If You Found The Reply Helpfull
Cheers,
Chaitanya.
2008 Jul 22 4:54 PM
Thanks but..
I need to know not just the main program called, but also, the other programs or transactions such first transaction/program calls.
I can´t find it on tstc table.
Regards
2008 Jul 22 5:39 PM
Well, i've found out that table TCDCOUPLES, mantained by SE37 give me a match between "calling transaction code" & "called transaction code". That is for all standard transactions.
But, for Z* (zprograms) it needs to be mantained. My system has never had mantaintenance. So ... is there a code, (or other way) to search within each Zprogram to find wich transactions/programs are called?
Regards
Edited by: Lidya Cota on Jul 22, 2008 6:40 PM
2008 Jul 22 5:50 PM
Hi,
Not sure whether it suits your requirement, you can try this
Execute RS_ABAP_SOURCE_SCAN in SE38
On Selection screen, give the program name you want to search , and in Search String for ,
give the values
SUBMIT
CALL TRANSACTION
2008 Jul 23 2:54 PM
If your transactions are parameter based have a look in TSTCP.
The parameter should contain D_SREPOVARI-REPORT=Z in the string.
Cheers
Jules
2008 Jul 23 6:06 PM
Hello Lydia,
You can achieve this by using transaction EWK1. This will run a string search within programs source code.
You need to search for SUBMIT and CALL TRANSACTION statements.
Hope this helps.
Regards,
Nicolas
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |