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: 

find user exit related to LT12 and LM03 T-code

Former Member
0 Kudos

How to get user exit for transaction code LT12 and LM03 ? plz help with relevant document.

6 REPLIES 6

GauthamV
Active Contributor
0 Kudos

SEARCH in SCN you will get so many posts related to how to find exit for any transaction.

Former Member
0 Kudos

These are set of user exits for LM03 T-CODE

MWMMOB01 Enhancement for Verification Field in the Warehouse Master

MWMMOB02 Extension for Barcode Translation

MWMRFSRT ENHANCEMENT FOR TO SORTING

These are set of user exits for LT12 T-CODE

MWM2S001

MWMBAP01

MWMBAP02

MWMD0001

MWMD0002

MWMIDI07

MWMIDO11

MWMIDO12

MWMIDO13

MWMPP001

MWMRF001

MWMRF100

MWMRF101

MWMRF102

MWMRF104

MWMRF105

MWMRF106

MWMRF107

MWMRF108

MWMRF151 MWMRF760

MWMRF761

MWMRF762

MWMRF763

MWMRF764

MWMRF765

MWMRF766

MWMRF767

MWMRF768

MWMRF769

MWMRF777

MWMRF800

MWMRF801

MWMRF802

MWMRF803

MWMRF804

MWMRF805

MWMRF806

MWMRF807

MWMRF888

MWMRF889

MWMRF998

MWMRF999

MWMRFCOD

MWMRFDLV

MWMRFPRT

MWMRFSSG

MWMRFUP

MWMRP001

MWMRP002

MWMRP003

MWMRP004

MWMTO001

MWMRF152

MWMRF153

MWMRF170

MWMRF202

MWMRF203

MWMRF204 MWMRF760

MWMRF761

MWMRF762

MWMRF763

MWMRF764

MWMRF765

MWMRF766

MWMRF767

MWMRF768

MWMRF769

MWMRF777

MWMRF800

MWMRF801

MWMRF802

MWMRF803

MWMRF804

MWMRF805

MWMRF806

MWMRF807

MWMRF888

MWMRF889

MWMRF998

MWMRF999

MWMRFCOD

MWMRFDLV

MWMRFPRT

MWMRFSSG

MWMRFUP

MWMRP001

MWMRP002

MWMRP003

MWMRP004

MWMTO001

MWMRF205

MWMRF212

MWMRF213

MWMRF221

MWMRF302

MWMRF303

MWMRF304

MWMRF305

MWMRF312

MWMRF313

MWMRF321

MWMRF400

MWMRF402

MWMRF403

MWMRF404

MWMRF405

MWMRF406

MWMRF410

MWMRF411

MWMRF412

MWMRF502

MWMRF503

MWMRF504

MWMRF505

MWMRF600

MWMRF601

MWMRF630

MWMRF631

MWMRF632

MWMRF633

MWMRF634

MWMRF650

MWMRF651

MWMRF700

MWMRF701

MWMRF702

MWMRF703

MWMRF704

MWMRF705

MWMRF760

Former Member
0 Kudos

Hi,

There are 112 user exits for LT12 , But no badi's exist.

For LM03:


Number of Exits found for LM03      :         3

 S.No   Exit Name           Description

    1   MWMMOB01            Enhancement for Verification Field in the Warehouse Master
    2   MWMMOB02            Extension for Barcode Translation
    3   MWMRFSRT            ENHANCEMENT FOR TO SORTING


Number of BAdIs found for LM03      :         1


 S.No   Badi Name             Description

    1   LMOB_VAS_ORDER_BADI   BADI in LMOB to display VAS instructions in TO execution

To see list of user exits for LT12 [use this program|https://wiki.sdn.sap.com/wiki/display/Snippets/ToFindoutUserexitsandBAdI%27s%28New+format%29], give any transaction code it will give the user exits and Badi's.

Thanks

Satyasuresh Donepudi

0 Kudos

are you sure for any transaction it will works..?

now i went through MIGO Transactions,it one is showing No user exits and no badi's.

But i know we have lot of badis and user exits for MIGO T-code

0 Kudos

Hi Sekhar,

Sorry for the delay, thanks for leting know about MIGO. Since present logic could not able to findout the corresponding package of the entered transaction, it was not displaying any exits / badis.

Now i have changed the logic.

Thanks

Satyasuresh Donepudi " with changed logic - 05/27/09

Former Member
0 Kudos

GO to LM03 T-code.

in menu bar you can find System > status > You will get a pop-up box Click On Program(screen) SAPLLMOB.

Then you will get code of SAPLLMOB,Click on attributes..Now you can find Package details

Go SMOD transaction Utilites > Find,in pop-up window Provide Package name > Excute.

Then you will able to see all user exits related to transaction.

DO the same for LT12 also