BAPI - Goods movement
I am creating a goods issue through Bapi BAPI_GOODSMVT_CREATE where gm_code (General Goods Issue) is '03' . I would like to know what would be the value for the field MVT_IND in the table GOODSMVT_ITEM which is one of the parameters for the BAPI.
regds
_________________
PBG
You don't need the parameter MVT_IND for this BAPI, you just have to specify the parameter MOVE_TYPE (p.e. 201, 261).
You indicate Parameter MVT_IND for other types of movements, p.e. in bapi GoodsReceipt,GM_code = 01, MVT_IND = B..
To check The parameter MVT_IND for each transaction, get into your Sap system configuration (spro), the configuration corresponding to movement types, compare the fileds against the data your sending through the bapi ( move_type + the other fields)..
I hope this can help..
Best Regards..
[/quote]