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

Former Member
0 Likes
523

my commit transaction is not making entry for P.O.

i'm using BAPI_PO_CREATE1 which is running successfuly and showing that P.O. created but when i see EKKO no record exists with that P.O. no.

what can b the problem plz guide

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
510

Hi

You need to manually commit your BAPI by using FM


CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
* EXPORTING
*   WAIT          =
* IMPORTING
*   RETURN        =

Regards

Hitesh

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:35 PM

4 REPLIES 4
Read only

Former Member
0 Likes
510

Hi Vivek,

Call FM "BAPI_TRANSACTION_COMMIT" after BAPI_PO_CREATE1.

Regards,

Akash

Read only

0 Likes
510

i have done that but not working

Read only

Former Member
0 Likes
511

Hi

You need to manually commit your BAPI by using FM


CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
* EXPORTING
*   WAIT          =
* IMPORTING
*   RETURN        =

Regards

Hitesh

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 25, 2008 5:35 PM

Read only

Former Member
0 Likes
510

resolved by own