‎2007 Apr 25 10:23 AM
Hi Experts,
How do we find out which program is assigned against which transaction?
Regards,
Prash
‎2007 Apr 25 10:24 AM
Hi,
Details are available in TSTC table.
regards,
S. Chandra Mouli.
‎2007 Apr 25 10:24 AM
use transaction SE93
regards,
Hans
Please reward all helpful answers !!!!!
‎2007 Apr 25 10:24 AM
Hi,
Details are available in TSTC table.
regards,
S. Chandra Mouli.
‎2007 Apr 25 10:24 AM
‎2007 Apr 25 10:27 AM
Hi Prash,
Refer TSTC table.
and refer TSTCT for transaction texts
regards,
Venkata Chalapathi
‎2007 Apr 25 10:33 AM
Open the program in se38.
in the status bar you will find a small button on the extreme right hand side just besides where the username is displayed.
click on that,you will get a pop up.
in that you will have the prog name and the transaction associated with that.
K.Kiran.
‎2007 Apr 25 10:35 AM
U can use TSTC table or SE93 transaction.
Sometimes the transaction code will be called dynamically from program.
e.g: SE38 , the entry for this Tcode in TSTC table is different than when u look at the System->status.
But when u run the report program what u got from TSTC table u ll get the SE38 initial screen. But this is different from other transactions. Why because for the other transactions the program names what u get is of type 'M' means module pool programs u have run this programs through TCODES, but for some transactions like for some Workbench tools the programs are type '1' u can execute it directly ( F8) it will dynamically call the TCODES.
U have one more table called TCDCOUPLES where u can find out called transaction codes. Means Calling is different and called is different.
e.g: If u run transaction SE11 the called transaction will be SE11_OLD.
U can find all these in this table.
Thanks & Regards
Santhosh
Message was edited by:
Santhosh
‎2007 Apr 25 10:42 AM
go to transaction se93. give your transaction and enter.
select 'Display Object List (ctrlshiftF5)' you will get the associated package,
where you can know about all the Program names, data dictionary elements etc.
‎2007 Apr 25 10:43 AM
Hi,
If you want to know the transactions assigned to a report, go to SE80(Object Navigator) and type the name of the report. On the left side of the screen(where the folders is located(PBO, PAI, etc.) if there is a TRANSACTIONS folder existing then expand it and then you can see the list of transactions for that report.
Hope it helps...
P.S. Please award points if it helps...
‎2007 Apr 25 10:48 AM
Hi Prashant,
Above mentioned answers are correct. Please reward points and close the thread.
Points given by you helps others to write to the query of people.
To reward points open your question and you can see points on left side of the answers given by the person.
Thanks
‎2007 Apr 27 9:44 AM