Hi Team,
I need to transfer the stock from one storage location of other in same plant for mass load.
Manual process
QCA2: enter inspection----->under stock transfer----> we have source and destination plants and storage locations
say Plant1 and storage loc1 ( Source)
Plant1 and storage loc2 (Destination)
movement type 322 or 323
saved the material document will be created and stock is moved to storage loc2 .
ZMass_upload program
I used BAPI_GOODSMVT_CREATE as we do normally. but i am getting error
MB_CREATE_GOODS_MOVEMENT
MB_CHECK_CALLED_BY
..................................
..................................
QPWE_QSTOCK_CHANGE_ALLOWED
QPWE_READ_STOCK_RELEVANT_TYPES
finally a error
MESSAGE e495(qa) WITH l_matnr_ur.
Change the inspection stock of material XXXX in QM only
To know how QAC2 is working I bebugged it
QAAT_QM_ACTIVE_INACTIVE
MB_CREATE_GOODS_MOVEMENT
tried to create same senora , some buffers are used and based on some condition failing.
I need help which FM or BAPI I need to use to create QAC2 .