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

Trasaction Vs Program

Former Member
0 Likes
1,451

Hi Experts,

How do we find out which program is assigned against which transaction?

Regards,

Prash

1 ACCEPTED SOLUTION
Read only

former_member784222
Active Participant
0 Likes
1,404

Hi,

Details are available in TSTC table.

regards,

S. Chandra Mouli.

10 REPLIES 10
Read only

h_senden2
Active Contributor
0 Likes
1,404

use transaction SE93

regards,

Hans

Please reward all helpful answers !!!!!

Read only

former_member784222
Active Participant
0 Likes
1,405

Hi,

Details are available in TSTC table.

regards,

S. Chandra Mouli.

Read only

Former Member
0 Likes
1,404

SE38 and 'where-used' list

or

SE93 and 'display'

Read only

Former Member
0 Likes
1,404

Hi Prash,

Refer TSTC table.

and refer TSTCT for transaction texts

regards,

Venkata Chalapathi

Read only

kiran_k8
Active Contributor
0 Likes
1,404

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.

Read only

Former Member
0 Likes
1,404

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

Read only

Former Member
0 Likes
1,404

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.

Read only

aris_hidalgo
Contributor
0 Likes
1,404

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...

Read only

Former Member
0 Likes
1,404

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

Read only

Former Member
0 Likes
1,404

thnks guys