on 2010 Mar 09 5:52 AM
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
Hi,
Try Enhacement MB_CF001, this is called in Transaction MIGO.
Regards
Srikanth M
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi mmmady,
Use enhancement MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.
function module EXIT_SAPLMBMB_001
Regards,
Tutun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
EXIT_SAPLMBMB_001 is the FM for it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
97 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.