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_ PRODORDERCONF_CREATE_TT

Former Member
0 Likes
581

Hi,

We are using Hi,

We are using BAPI_ PRODORDERCONF_CREATE_TT as well and for some reason I cannot get confirmations to be done with this.

I am getting this error 0000000000..001 confirmations are incorrect. For details see parameter DETAIL_RETURN

Does any know know why I am getting this error? Is it even possible to do prod order confirmation using this BAPI in the background or on handheld device.

Thanks

2 REPLIES 2
Read only

sridhar_k1
Active Contributor
0 Likes
431

It is possible to prod order confirmations using the bapi you've mentioned.

Did you check the DETAIL_RETURN table returned by bapi for the error message?

Some confirmations cannot be posted because of errors, To post process them using Tx: CO16N, set the bapi parameter POST_WRONG_ENTRIES = '2'.

Regards

Sridhar

Read only

0 Likes
431

Thanks man, I will check again and let you know.