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

Bapi BAPI_DELIVERYPROCESSING_EXEC

Former Member
0 Likes
830

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

4 REPLIES 4
Read only

Former Member
0 Likes
711

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@

Read only

0 Likes
711

"BAPI_TRANSACTION_COMMIT" is already in use

Read only

0 Likes
711

.

Read only

0 Likes
711

Hi Lalitha,

Could you please let me know how the issue was resolved? I too have a similar kind of issue.

Regards,

Sonal