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

Query regarding Transaction Code

Former Member
0 Likes
547

I want to know which particular program is running for a transaction. Is there any way to find the details without debuging it ? "

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hello Subir,

You can either enter /h and then enter your transaction code to see whats the program is getting executed, else you can check for the same in the tables 'TSTCT' or TSTC'.

Kind Regards,

Gagan

4 REPLIES 4
Read only

Former Member
0 Likes
518

Hi,

Choose the menu option System -> Status. The pop-up will display the current program.

Regards,

Nick

Read only

Former Member
0 Likes
519

Hello Subir,

You can either enter /h and then enter your transaction code to see whats the program is getting executed, else you can check for the same in the tables 'TSTCT' or TSTC'.

Kind Regards,

Gagan

Read only

Former Member
0 Likes
518

Hi,

transaction se93

Regards

Nicole

Read only

Former Member
0 Likes
518

Hi,

You can find the name of the program by System -> Status -> Program Name. You will find other details about the transaction code there as well. Alternatively, you can use the table TSTC to find the program name.