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_internalorder_create

Former Member
0 Likes
1,232

Hi all

I am using the BAPI: bapi-internalorder_create to create new orders with transaction ko01. When I run it, it seems like creating the order but when I go to the transaction ko03, it says that the order does not exist.

Can anybody help me??

thank you

1 ACCEPTED SOLUTION
Read only

venkata_ramisetti
Active Contributor
0 Likes
892

Hi,

The BAPI BAPI_INTERNALORDER_CREATE does not carry out a implicit COMMIT.

You have to call BAPI_TRANSACTION_COMMIT after calling your BAPI.

THanks,

Ramakrishna

4 REPLIES 4
Read only

venkata_ramisetti
Active Contributor
0 Likes
893

Hi,

The BAPI BAPI_INTERNALORDER_CREATE does not carry out a implicit COMMIT.

You have to call BAPI_TRANSACTION_COMMIT after calling your BAPI.

THanks,

Ramakrishna

Read only

Former Member
0 Likes
892

YOu have to use the bapi

bapi_transaction_commit immediately after the success of the main bapi.

Regards,

ravi

Read only

Former Member
0 Likes
892

You have to run BAPI_TRANSACTION_COMMIT after successful execution of your bapi.

Rob

Read only

Former Member
0 Likes
892

must do BAPI_TRANSACTION_COMMIT.