‎2008 Apr 09 4:57 PM
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
‎2008 Apr 09 5:06 PM
You can check the value of SY-TCODE in your program. It will hold the value of current transaction.
G@urav.
‎2008 Apr 09 5:06 PM
You can check the value of SY-TCODE in your program. It will hold the value of current transaction.
G@urav.
‎2008 Apr 09 5:17 PM
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
‎2008 Apr 14 6:38 AM