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: 

problem in lm01 tcode

Former Member
0 Kudos
404

Hi All,

I am facing a problem in LM01 tcode. I need to find out the badi for this tcode. But in se24 tcode. i kept a break-point in get instance method. after that i triggered the LM01 tcode, Here the problem is that, It is not going into debugging mode. it is executing.

Thanks in advance.

Regards,

NARAHARI

1 ACCEPTED SOLUTION

Former Member
0 Kudos
155

Hi Harish,

BADI's availble for transaction LM01 is

LMOB_LOAD_MODIF

LMOB_VAS_ORDER_BADI

The method that you are using to search the BADI is one of the methods. Always this method works that cannot be assured.

You can also find BADI by getting the package for LM01 transaction.

Go to SE18 and put it the package in F4 help. It provides the list of BADI's.

Hope this helps.

Thanks,

Tooshar Bendale

1 REPLY 1

Former Member
0 Kudos
156

Hi Harish,

BADI's availble for transaction LM01 is

LMOB_LOAD_MODIF

LMOB_VAS_ORDER_BADI

The method that you are using to search the BADI is one of the methods. Always this method works that cannot be assured.

You can also find BADI by getting the package for LM01 transaction.

Go to SE18 and put it the package in F4 help. It provides the list of BADI's.

Hope this helps.

Thanks,

Tooshar Bendale