Application Development 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: 

How to find user-exit?

Former Member
0 Kudos
161

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

7 REPLIES 7

Former Member
0 Kudos
112

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

0 Kudos
112

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.

0 Kudos
112

Hi i got it reddy my package name is MGA thks for the answer i have rewarded points.

0 Kudos
112

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

0 Kudos
112

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

Former Member
0 Kudos
112

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

Former Member
0 Kudos
112

->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