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: 

Regarding BAPI

Former Member
0 Kudos

Hi ,

I am new to enhancement concepts , how i can find out all the BAPI & Exits used in MM02 transaction . Please help .

Regards,

Ratheesh BS

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

Goto Transaction SE24->class name as CL_EXITHANDLER->

Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.

Now enter transaction code .

U will be stopped on the break point at cl_exithandler .In the exit name u can find list of badi's attached to the tcode..

Find the sutable BADI according to your requirement

rgds,

3 REPLIES 3

Former Member
0 Kudos

hi,

Goto Transaction SE24->class name as CL_EXITHANDLER->

Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.

Now enter transaction code .

U will be stopped on the break point at cl_exithandler .In the exit name u can find list of badi's attached to the tcode..

Find the sutable BADI according to your requirement

rgds,

Former Member
0 Kudos

Hi

Tcode mm02 -> system -> status -> click on program name -> goto -> Attributes -> take the package name

type Tcode: smod -> In the enhacement click F4-> click on information system button and give the package name

Once u give the Package name, you can see all the enhancements and exits.

Bapi : BAPI_GOODSMVT_CREATE ,BAPI_TRANSACTION_COMMIT,BAPI_MATERIAL_SAVEDATA

Regards,

Kasuladevi

Former Member
0 Kudos

hai,

1.exits,

smod- testing ur exits.

cmod - implement exits in project.

mm02 --> in menu system -->status.

double click on program.

in menu goto-->attributes..

get the package name ..

goto cmod press f4, give package name there and press enter.

u will get list of enchancement.

2.badi.

se18 -->definition.

se19 --->implementation

same way find the package name .

goto se18 press f4, give package name there and press enter.

u will get list of badi.

shan.