‎2009 Jun 11 3:29 PM
Hello,
I need some way to find what all implemented enhacement ( Implicit or Explicit ) are called when specific transaction code is being executed.
I tried below options but unsuccessfull.
1) Buffer trace using ST05 but unable to find implemented enhacement ( Implicit or Explicit ).
2) SE24 and enter CL_EXITHANDLER as object type.
Any idea or way ?.
Regards,
Prashant Shah.
‎2009 Jun 11 3:31 PM
Hi,
Find out the program name for the particular tcode. Then from that find out the package. In package under implementaion you can find out the enhancement options available for a particular tcode.
Regards,
Raj
‎2009 Jun 11 5:51 PM
Hi,
check this link:
write your transaction and press Kiai! button.
it shows possible enhancements (not implemented ones).
Raj Karunanidhi´s answer is the correct one.
Best regards.
Edited by: Pablo Casamayor on Jun 11, 2009 8:43 PM