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_PRODORDCONF_CREATE_TT - Double confirmation

Former Member
0 Likes
474

Hi All,

I am using function module BAPI_PRODORDCONF_CREATE_TT (and later

BAPI_TRANSACTION_COMMIT) to create confirmations. But sometimes we have

a problem because the system creates 2 confirmations instead of 1 with

the same data for the same order. The difference time of their creation is 1 second.

Could you help me to understand this issue?

Many thanks.

Luca

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

Hi,

Make use of the "WAIT" statement.

2 REPLIES 2
Read only

Former Member
0 Likes
413

Hi,

Make use of the "WAIT" statement.

Read only

Former Member
0 Likes
412

Hi Vishal,

I have already used the statment "wait" (wait up to 10 seconds) after the bapi BAPI_TRANSACTION_COMMIT.

Did you have the same problem?

Many thanks.

Luca