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

Former Member
0 Likes
495

Hello.

I am trying to use BAPI BAPI_PRODORDCONF_CREATE_TT to confirm an operation.

When the operation as got trigger points i get the following message "Confirmation functions can only be executed in dialog mode".

How can i confirm the operations with trigger points using this BAPI.

Thank you

Nuno Silva

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
416

I think it's not possible to process those confirmations in the background.

Set bapi parameter: post_wrong_entries to '2'

and Process the errors manually using Tx: CO16N.

Regards

Sridhar

3 REPLIES 3
Read only

sridhar_k1
Active Contributor
0 Likes
417

I think it's not possible to process those confirmations in the background.

Set bapi parameter: post_wrong_entries to '2'

and Process the errors manually using Tx: CO16N.

Regards

Sridhar

Read only

0 Likes
416

Thanks for the help.

But acctually i want the popup asking me what to do to show up, like it does when confirming in co11n. The problem is the BAPI doesnt have any parameters that allow him to do that.

Is there any way i can make the dialog appear when using the BAPI, so it wont return that error message?

Thank you

Read only

0 Likes
416

Anyone knows of a way to process these confirmations in a way so that the popup asking the user what to do will show up and so there wont be an error on the confirmation?

Thank you