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: 

dear all

Former Member
0 Kudos

Hi,

i got a requirement like , in MIGO if i enter PO ( say 8843 ) , it should compare the percentage of the receipted Quantity against the ordered quantity and should generate a 1) warning msg1 if the percentage is 70% crossed and

2) warning msg2 if the percentage is 90%crossed.

so iam trying in a vein to get the exit name. can anyone help me out in finding that user-exit name used in MIGO please.

THANKS IN ADVANCE.

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

About Exit can't say much but BADI is there.

Refer the links -

Regards,

Amit

Reward all helpful replies.

3 REPLIES 3

amit_khare
Active Contributor
0 Kudos

About Exit can't say much but BADI is there.

Refer the links -

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

hi

following exits are available for migo.Pls check which of them suits u

ransaction Code - MIGO Goods Movement

Exit Name Description

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

if no exit is suitable u can go for badi...

To search for a badi, go to se 24 display <b>class cl_exithandler.</b>

double click on method get_instance, get a break point on case statement.

execute and start the required transaction in new session.

look for variable <b>exit_name.</b> It would show the available badi's.

Please do reward if useful

regards

swati

0 Kudos

Hi swathi thanx for reply but i tried with all the userexits and it is not possible with any one of them for my current scenario. and regarding BADI i dont know how to use them . Please brief me out how to use them.