cancel
Showing results for 
Search instead for 
Did you mean: 

BADI/User exit for GR validations

Former Member
0 Kudos
636

Hi Experts,

I have one issue where i have performed GR for production order with (101) movement type,then delivery,and then created Transfer Order for that delivery, now I need to perform 102 movement type for reversal of GR,but

My question is if a production order has a TO (Transfer order) then before doing 102 movment type it sholud through an error saying ex: "102 movement type not possible" error.

please suggest a BADI or a User exit that can fulfill my need.

I appreciate you response.

Edited by: Mister SAP on Mar 9, 2010 6:52 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try Enhacement MB_CF001, this is called in Transaction MIGO.

Regards

Srikanth M

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You Can identify the BADI definition Name on your own,

exactly by setting the break point on the Function module

*SXV_GET_CLIF_BY_NAME*.

After Setting the Breakpoint simulate the Transaction code where BADI is requried for you,

the debugger window starts from that, you can identify the Corresponding BADI Definition Name.

Regards,

Sathish

Former Member
0 Kudos

Resloved by myself

Former Member
0 Kudos

Hi mmmady,

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

function module EXIT_SAPLMBMB_001

Regards,

Tutun

Former Member
0 Kudos

Hi,

The following exits are available in tcode MIGO,

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.

Hope any one of them might help you,

Regards,

Soundarya.

anup_deshmukh4
Active Contributor
0 Kudos

EXIT_SAPLMBMB_001 is the FM for it