‎2008 Jun 27 10:41 AM
Dear Gurus,
I m Using Bapi BAPI_CUSTOMERRETURN_CREATE for creating return sales order...which is working perfectly,
But here the problem is when i am giving quantity value in TARGET_QTY, the sales return order is creating with the 0 quantity.
when i try manually with VA01 transaction quantity is coming in the order....
Please help me in this..
-Raj
‎2008 Jun 27 11:21 AM
Hi,
U pass the QTY to Schedule Lines
RETURN_SCHEDULES_IN-REQ_QTY = Qty value.
and
RETURN_SCHEDULES_IN-REQ_QTY = 'X'.
U try this it will work.
OR
Check the update flag
RETURN_ITEMS_INX-TARGET_QTY = 'X'.
Reward if useful...
Thanks,
Durai.V
Edited by: Durai V on Jun 27, 2008 12:24 PM
Edited by: Durai V on Jun 27, 2008 12:31 PM
‎2008 Jun 27 10:52 AM
chk with all parameters(manadatory) for the BAPI..
u may have missed a small think
‎2008 Jun 27 11:21 AM
Hi,
U pass the QTY to Schedule Lines
RETURN_SCHEDULES_IN-REQ_QTY = Qty value.
and
RETURN_SCHEDULES_IN-REQ_QTY = 'X'.
U try this it will work.
OR
Check the update flag
RETURN_ITEMS_INX-TARGET_QTY = 'X'.
Reward if useful...
Thanks,
Durai.V
Edited by: Durai V on Jun 27, 2008 12:24 PM
Edited by: Durai V on Jun 27, 2008 12:31 PM
‎2008 Jun 27 1:58 PM
‎2008 Dec 24 10:11 AM
Hi Raj,
i am working on salesorder return BAPI ie same one BAPI_CUSTOMERRETURN_CREATE
can u please tell me wat are the essenial input.
Regards
Sagar