‎2010 May 12 7:35 AM
Hi Experts
I am creating Goods Receipt with bapi BAPI_GOODSMVT_CRETAE it was successfully created but when i check that GOODS Receipt in MB03 , i did't get the Quantity . I pass Quantity while i am creating GR that field name is MENGE. how can i get the Quantity in GR>
‎2010 May 12 7:48 AM
Hi,
While calling BAPI, you have to pass the quantity in structure field GOODSMVT_ITEM-ENTRY_QNT.
Regards
Vinod
‎2010 May 12 7:49 AM
Hi,
After calling the BAPI BAPI_GOODSMVT_CRETAE
call the FM BAPI_TRANSACTION_COMMIT
then only transaction will committed and database will get updated. let mn know for further assitance
‎2010 May 12 7:57 AM
Hi,
Which parameter you are using for passing the quantity field.There is a tables parameter for the BAPI ,GOODSMVT_ITEM.
which is of type BAPI2017_GM_ITEM_CREATE.Pass quantity value to this field ENTRY_QNT present in the structure.
Regards,
Lakshman.
‎2010 May 12 8:18 AM