2008 Apr 22 9:18 PM
Hi Friends i have got a requirement of adding new fields in MM01 screen i am trying but i have stricted up in user-exits like i got know tht i have to use EXIT_SAPLMGMU_001 but i am unable to find the user-exit can anyone tell me the procedure how to view and edit the user-exits.
Thks in Advance
2008 Apr 22 9:31 PM
Hi,
goto SMOD transaction code. and press F4 on the Enhancement field. Nou u get a pop-up Input help personal value list here click on the Information system Push button.
Now u can see a pop-up Repository information system. here u give the Package name and click on enter.
package name for MM01 is MGV.
u get all the exits related to Materail Management Module.
regards
raam
2008 Apr 22 9:36 PM
HI Reddy,
Thks a lot for responding here i got know the user-exit tht i have to use (EXIT_SAPLMGMU_001) but the only thing how to go to this user-exit.
2008 Apr 22 9:39 PM
Hi i got it reddy my package name is MGA thks for the answer i have rewarded points.
2008 Apr 22 9:42 PM
Hi,
Enhancement name is MGA00001 in this u have function module EXIT_SAPLMGMU_001
sorry, the package is MGA not MGV
<REMOVED BY MODERATOR>
raam
Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:04 PM
2008 Apr 22 9:46 PM
HI venkateshwar reddy ,
In Se37 type the FM EXIT_SAPLMGMU_001 and go inside . You have to create an include "ZXMG0U02" by double click on the state ment INCLUDE ZXMG0U02.
Hope this helps.
Thanks,
Greetson
2008 Apr 22 9:43 PM
You can find the exits in many ways.
Get the developement class of the transaction code from SE93.
Then go to transaction SMOD and press F4 and give the Development class in Press ENTER, then it will show all the exits available for that transaction.
Or
Go to transaction SE80 and give the development class name and then expand the enhancements tree view then you will get the list of userexits for that corresponding dev class.
Thanks,
Srinivas
2008 Apr 22 9:58 PM
->Goto SE38.
->SAPLMGMU
->display
->Click on the Find button top
-> give the string as 'customer-function'
-> make sure 'In main program' radio button is selected
->click OK
CALL CUSTOMER-FUNCTION '001' is found
and click on 001.
-> an Include is present.
-> Double click the include and write the code what ever
u want.
-> Next project has to be created in the CMOD and activate
the enhancement