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: 

Return Inventory to Vendor due to fault

Former Member
0 Kudos

Hi expert,

I am using the BAPI_GOODSMVT_CREATE for return of inventory to vendor using the Gm_code = '06' and mvmt type 122.

I am getting the error as "Goods movement not possible with mvmt type 122".

What is the reason for this.

Thanks&Regards,

Karthik.

Edited by: karthi keyan on Jan 31, 2008 5:01 PM

2 REPLIES 2

Former Member
0 Kudos

Hi,

It is often beneficial to check the source of the error. Here the error appears to be generated from program FM07MEB0 - because the movement type is not found against in table T158B for a TCODE. You can place a break-point here, check the TCODE required and using functional consultant help, you can maintain the value in this table and proceed.

It should work then.

Regards

Gaurav

0 Kudos

Gaurav,

The movement type is available in T158B for a TCODE .

Regards,

karthik.