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

problem with BAPI_CUSTOMERRETURN_CREATE, qty is 0

Former Member
0 Likes
537

i am using BAPI_CUSTOMERRETURN_CREATE to create SO return, the SO no is sucessfully created but the quantity is 0.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

Pass the quantity ti the schedule lines as well. REQ_QTY = '10.000'.

item_sl-target_qty = '10.000'.

2 REPLIES 2
Read only

Former Member
0 Likes
458

Pass the quantity ti the schedule lines as well. REQ_QTY = '10.000'.

item_sl-target_qty = '10.000'.

Read only

Former Member
0 Likes
457

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,