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

Former Member
0 Likes
707

Hello Experts,

I am using bapi BAPI_GOODSMVT_CREATE for uploading the material info from MB11 transaction and creating material document based on special stock indicators like 'K', 'O', 'W', ' 'and 'E'.

For all the special stocks like K, O, W, ' ' the document is getting created but for Stock type E even though i am entering the sales order no, i am getting an error result "Enter a sales order for special stock E".

With the same data if i execute the MB11 transaction i am able to create material document.

Please help me out in this.

Regards,

Nikhil.

2 REPLIES 2
Read only

valter_oliveira
Active Contributor
0 Likes
619

Hi.

Insert the sales order number using CONVERSION_EXIT_ALPHA_INPUT before.

Best regards.

Valter Oliveira.

Read only

0 Likes
619

Hi,

I am unpacking the sales order to the required character length and the sales order value is going into the BAPI.

Regards,

Nikhil.