2013 Jan 23 9:48 AM
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
2013 Jan 23 10:15 AM
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
2013 Jan 23 10:15 AM
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