‎2008 Jun 11 2:43 PM
Hi gurus,
I'm trying to use BAPI_GOODSMVT_CREATE to execute MIGO transaction with movement type 281 (Consumption for network from warehouse), informaing reservation number and item. But the BAPI returns the following message:
E M7 096 Goods movement not possible with mvmt type 281
I've found that the BAPI selected the table T158B with TCODE=MB01 and BWART=281 and not found any record, so returned the error.
Does anyone know where the problem is?
Thank you,
Chang
‎2008 Jun 11 3:02 PM
Are you passing "03" to the GOODSMVT_CODE. check it once.
I think you are passing other than "03".
‎2008 Jun 11 3:02 PM
Are you passing "03" to the GOODSMVT_CODE. check it once.
I think you are passing other than "03".
‎2008 Jun 11 3:22 PM
Hi Vijay,
I changed to '03' and it works.
Thank you very much.
Chang