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: 

MB1A , BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

Hi ,

We have this data available

Transfer order no.for which picking/confirmation process is complete-->after the picking/confirmation process is completed, for any given consigned stock, perform goods issue ( MB1A ) using quantity picked/confirmed and 261K movement type with vendor number from the TO.

1. MB1A how to go about this goods issue.

Any pointers to how to approach this issue will be appreciated.

Used Bapi >BAPI_GOODSMVT_CREATE

Thanks

Mohinder Singh Chauhan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Have u seen the documentation of the BAPI.

See the sample code for BAPI

https://forums.sdn.sap.com/click.jspa?searchID=12178917&messageID=1383395

Regards

Kiran SURE

3 REPLIES 3

Former Member
0 Kudos

Hi ,

I'm not sure i understand what is the question.

But :

Do you fill the import parameter GOODSMVT_CODE ? ( 03 for goods issue - see documentation)

Do you make a commit after calling the BApi ?

David

Former Member
0 Kudos

Hi,

Have u seen the documentation of the BAPI.

See the sample code for BAPI

https://forums.sdn.sap.com/click.jspa?searchID=12178917&messageID=1383395

Regards

Kiran SURE

Former Member
0 Kudos

Thanks Kiran u reply was helped a bit