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_PROCORDCONF_CREATE_TT

Former Member
0 Likes
591

Hi friends,

Iam testing the FM : BAPI_PROCORDCONF_CREATE_TT to confirm the process order.With this FM am passing the confirmation slip number and process order number , phase(operation level).In the output its showing as "Confirmation of process order xxxxx is saved".

But if i check in the transaction cor3 this process order is not yet confirmed.How to test this BAPI ? What r all the fields to filled? And how can i check whether its has been confirmed or not? or Do i need to call "Commit work" once this "BAPI_PROCORDCONF_CREATE_TT" is called.

Can anybody pls help me out.

Thanks in advance.

Regards

Sireesha.

3 REPLIES 3
Read only

Former Member
0 Likes
502

Hi,

You need to call...

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

EXPORTING

wait = 'X'.

after executing BAPI_PRODORDCONF_CREATE_TT

Read only

Former Member
0 Likes
502

Hi,

Kindly close the thread if the issue is solved.

Read only

0 Likes
502

set the FINAL_CONF="X"

X for Final confirmation

' ' for partial confirmation

A for Automatic final confirmation