2008 Feb 25 7:52 AM
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
2008 Feb 25 8:00 AM
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
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
2008 Feb 25 7:55 AM
Hi Vivek,
Call FM "BAPI_TRANSACTION_COMMIT" after BAPI_PO_CREATE1.
Regards,
Akash
2008 Feb 25 7:59 AM
2008 Feb 25 8:00 AM
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
2008 Feb 25 11:57 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |