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

Finding Enhancement Implementation ( Implicit / Explicit ) in specific Tcod

Former Member
0 Likes
1,038

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.

2 REPLIES 2
Read only

Former Member
0 Likes
421

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

Read only

former_member182371
Active Contributor
0 Likes
421

Hi,

check this link:

http://www.abapninja.org/

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