Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi_goodsmvt_create

sivakrishna_boddapati
Participant
0 Likes
611

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>

4 REPLIES 4
Read only

Former Member
0 Likes
568

Hi,

While calling BAPI, you have to pass the quantity in structure field GOODSMVT_ITEM-ENTRY_QNT.

Regards

Vinod

Read only

Former Member
0 Likes
568

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

Read only

former_member209217
Active Contributor
0 Likes
568

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.

Read only

sivakrishna_boddapati
Participant
0 Likes
568

Thanks Vinod