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

User exits

Former Member
0 Likes
733

Hi All,

Could any body explain the procedure to find out the enhancement number ,

My scenario is like this i have exit name like this EXIT_SAPMM06E_016 , i want to know the enhancement number for this exit...

Thanks in Advance

7 REPLIES 7
Read only

Former Member
0 Likes
692

enhancement name: MM06E005

Read only

uwe_schieferstein
Active Contributor
0 Likes
692

Hello Bhiragani

You will find the SAP customer exits and their components in table <b>MODSAP</b>. Call SE16 with this table and enter MEMBER = EXIT_SAPMM06E_016.

=> Result: name (of exit) = <b>MM06E005</b>.

Regards

Uwe

Read only

0 Likes
692

Hi Uwe ,

Thanks for quick response..

Read only

Former Member
0 Likes
692

Hi Bhiragani,

You can also goto Tcode CMOD.

then Utilities->SAP Enhancement

then SHIFT + F9

Enter the user exit name in Component name.

U will get the enhancement associated with it

Thanks.

Read only

0 Likes
692

Hi Utsah Garg,

Thank you very much for quick response to my question....

Read only

0 Likes
692

Pleasure Bhiragani.

you should always mark the helpful answer.

Thanks

Read only

Former Member
0 Likes
692

Hi ,

To find the enhancement for ur exit goto CMOD->press F4 on Project->Click on Information System->Place ur exit(ex:EXIT_SAPMM06E_016) at Enhancement Component->Enter->now u'll get a project name as MM06E005->double click on this and press display->then press Components u;ll find all the exits under this project.