Hi All,
I am using BAPI (BAPI_GOODSMVT_CREATE) for doing GR for Subcontracting PO. I am passing the paramters to the BAPI as given in the FM documentation.
Transfer of end product (ordered material of subcontract order) and components
LINE_ID | PARENT_ID | MATERIAL | PLANT | STGE_LOC |
---|---|---|---|---|
000001 | 000000 | END | 0001 | 0001 |
000002 | 000001 | COMP1 | 0001 | 0001 |
000003 | 000001 | COMP1 | 0001 | 0001 |
ENTRY_QNT | MOVE_TYPE | MVT_IND | PO_NUMBER | PO_ITEM |
10 | 101 | B | 4500000012 | 10 |
15 | - | - | - | - |
20 | - | - | - | - |
The process happens successfully but the quantity is not getting consumed or reduced from the IM stock ( MMBE) for the material sent to the VENDOR.
The same process if I do using Std SAP T/Code MB01 it does successfully and the quantity also gets reduced from the IM Stock (MMBE).
Please let me know if there is any BAPI to do this or some more paramters needs to be passed to the BAPI.
Thanks and Regards
Rajender