Application Development 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: 

to populate the items fields in MB1A using bdc

Former Member
0 Kudos

hi,

can any one tell me how to populate the item fields in MB1A WHEN DOING bdc USING SESSION METHOD, because when we go through order number, its reflects the items and we have to overwrite the quantity which is reflecting in the corresponding fields from the flat file data.help me with a sample code

1 REPLY 1

former_member181962
Active Contributor
0 Kudos

YOu know what is to be done in the MB1A transaction.

Do a recording for MB1A transaction and enter the values in the transaction and finally save it ,using SHDB transaction and generate a BDC program from the same (Using SHDB).

or more simple is to use the bapi:

BAPI_GOODSMVT_CREATE

Refer the documentation for the bapi in the SE37 transaction.

Regards,

Ravi