‎2006 Sep 08 6:47 PM
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
‎2006 Sep 08 8:25 PM
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
‎2006 Sep 08 8:25 PM
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
‎2006 Sep 09 1:01 AM
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
‎2006 Sep 11 10:08 AM
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