‎2007 May 03 11:25 AM
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
‎2007 May 03 11:33 AM
‎2007 May 03 11:34 AM
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
‎2007 May 03 12:08 PM
‎2007 May 03 11:42 AM
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.
‎2007 May 03 12:09 PM
Hi Utsah Garg,
Thank you very much for quick response to my question....
‎2007 May 03 12:26 PM
Pleasure Bhiragani.
you should always mark the helpful answer.
Thanks
‎2007 May 03 11:47 AM
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.