Application Development and Automation 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: 
Read only

problem in lm01 tcode

Former Member
0 Likes
938

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

Former Member
0 Likes
689

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

Former Member
0 Likes
690

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