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

Issue with Returns created using BAPI_CUSTOMERETURN_CREATE

Former Member
0 Likes
276

I have been able to create customer returns using BAPI_CUSTOMERETURN_CREATE in a wed-dynpro java application. However, the issue is when I review the order in VA02 or VA03, the order quantity field is not populated. I input the order quantity in 'TARGET_QTY' field of the RETURN_ITEMS_IN table.

Is the order quantity supposed to go in another field ? Dont see any fields like REQ_QTY in the RETURN_ITEMS_IN table.

Thanks in advance for your response.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
255

Hi,

I think that qty should be in RETURN_SCHEDULES_IN-REQ_QTY

Plus ITM_NUMBER, SCHED_LINE, REQ_DATE have to be filled for schedule line and also RETURN_SCHEDULES_INX for corresponding fields.

Br,

Einar

1 REPLY 1
Read only

Former Member
0 Likes
256

Hi,

I think that qty should be in RETURN_SCHEDULES_IN-REQ_QTY

Plus ITM_NUMBER, SCHED_LINE, REQ_DATE have to be filled for schedule line and also RETURN_SCHEDULES_INX for corresponding fields.

Br,

Einar