‎2007 Apr 27 8:13 PM
i am using BAPI_CUSTOMERRETURN_CREATE to create SO return, the SO no is sucessfully created but the quantity is 0.
‎2007 Apr 27 8:22 PM
Pass the quantity ti the schedule lines as well. REQ_QTY = '10.000'.
item_sl-target_qty = '10.000'.
‎2007 Apr 27 8:22 PM
Pass the quantity ti the schedule lines as well. REQ_QTY = '10.000'.
item_sl-target_qty = '10.000'.
‎2007 Apr 30 2:31 PM
Hi,
Update quantity in RETURN_SCHEDULES_IN-REQ_QTY
and also set RETURN_SCHEDULES_INX-REQ_QTY to 'X'.
Also ensure that you have set UPDATEFLAG in SALESDOCUMENTIN to 'U'.
Reward points if helpful.
Regards,
Pratiksha,