‎2009 Oct 15 1:26 PM
Hi Experts,
There is an existing program in which the BAPI 'BAPI_DELIVERYPROCESSING_EXEC' is in use.
CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'
TABLES
REQUEST = TB_REQUEST
CREATEDITEMS = TB_CREATED
RETURN = TB_RETURN.
The problem which I am facing currently is that,
Suppose a sales order has items 10, 20, 30 and 40.
I have filled table TB_REQUEST to with details of items 10, 20, 30 .
But the delivery is happening for all the items in the sales order . ie, item 40 is also getting delivered.
Please suggest how to rectify this.
Thanks in advance,
Vishnu Priya
‎2009 Oct 15 1:34 PM
Have you used "BAPI_TRANSACTION_COMMIT" after your deliver execution bapi.
If not try to use and check hope this resolves your issue.
Cheers!1
VEnk@
‎2009 Oct 15 1:36 PM
‎2010 Jan 04 9:00 AM
‎2012 May 15 8:33 AM
Hi Lalitha,
Could you please let me know how the issue was resolved? I too have a similar kind of issue.
Regards,
Sonal