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_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
353

Hi All,

I have used sales order create BAPI : BAPI_SALESORDER_CREATEFROMDAT2 and developed a program to create the orders.

It is working fine in DEV and QA.

Input to the program is the file. For one entry in the file, in dev and qa it is creating one order but in production it is creating two orders for one entry. Please help me to fix this.

I have done transaction commit at end ot the program.

Thanks and Regards,

shravan G.

1 REPLY 1
Read only

swaroop_g2
Explorer
0 Likes
321

hi,

please see in debugging mode whether the bapi is being called more than once in Production, there could be a config difference, ccheck it out and provide the the bapi return parameter as well .thx