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: 

Error in Goods movement BAPI_GOODSMVT_CREATE

Former Member
0 Kudos

I am using the BAPI_GOODSMVT_CREATE.

I am appendign 10 records to my table and executing the BAPI.

It is executing successfully for the first 2 records.But for rest 8 records i am getting an error "Content of order 1000030903 : 6211300 transferred to interfa (IMSEG): 6211301"

where 1000030903 is my Order number and 6211301 is my Material Number.

Can somebody has got this kind of error.

1 REPLY 1

Former Member
0 Kudos

Hi,

Please check and format your table data before sending it to bapi. I mean to say u might be missing conversions or validations for some fields.

I guess the data you are passing in first two lines meets thee bapi requirement without any conversions, whereas same is not the case with other lines od data.

I hope this will help you in resolving this issue and close it.

Appreciate if found helpful!!!

Regards,

Vinit