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

Failed sales orders: PGI picking wrong batch number

Former Member
0 Likes
399

Hi ,

I have a issue in which a batch number having zero quantity is getting picked for a material even if we are having a batch with quantity for a material ... This error is available in the processing log for an output type for a sales order. while debugging the proceesing routine related to this output type it was found that the correct batches are getting picked in an internal table which is then getting paased to FM *BAPI_GOODSMVT_CREATE* . But it is returining errors in RETURN table. Also suggest if the passed table values are also geeting affected inside this Fm and it is because of that the problem might be coming. Please reply ASAP

Hi ,

I have a issue in which a batch number having zero quantity is getting picked for a material even if we are having a batch with quantity for a material ... This error is available in the processing log for an output type for a sales order. while debugging the proceesing routine related to this output type it was found that the correct batches are getting picked in an internal table which is then getting paased to FM *BAPI_GOODSMVT_CREATE* . But it is returining errors in RETURN table. Also suggest if the passed table values are also geeting affected inside this Fm and it is because of that the problem might be coming. Please reply ASAP

1 REPLY 1
Read only

Former Member
0 Likes
354

Solved.