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

transaction

Former Member
0 Likes
558

i want to know a way so that i can know that due to which transaction my program is called.

actually i have two transaction for the same program how to know which transaction is calling program

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

You can check the value of SY-TCODE in your program. It will hold the value of current transaction.

G@urav.

3 REPLIES 3
Read only

Former Member
0 Likes
530

You can check the value of SY-TCODE in your program. It will hold the value of current transaction.

G@urav.

Read only

Former Member
0 Likes
529

Hi Vivek,

please follow the following steps if you know the transactions.

1)go to SE93

2)Enter the transaction and click on display.

3)then you will see the program name in Program text box.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 9, 2008 12:53 PM

Read only

Former Member
0 Likes
529

resolved