‎2008 Aug 01 7:44 AM
Hello,
i would like to know if there is a variable in user exit that carries information about the tcode from which that exit has been triggered.
If you want to use the same exit for different tcodes, how to make that difference in code?
Thanks in advance!
MaryM
‎2008 Aug 01 7:46 AM
Use SY-TCODE which gives u the tcode from where it is triggered.
Regards,
‎2008 Aug 01 7:46 AM
Use SY-TCODE which gives u the tcode from where it is triggered.
Regards,
‎2008 Aug 01 7:47 AM