2008 Nov 24 6:30 AM
Hai Guys,
I have created a purchase order directly using se37 (transaction) BAPI_PO_CREATE1 and i am getting a message as
Standard PO created under the number 4500000031. when i saw in the table it is not updating in the table.whether to use any transaction commit bapi inorder to get updated in bapi. if so can u pls suggest me where to use that or how to get the Po number get updated in the table.pls suggest me.
Regards,
selvamuthukumar.N
Hai Guys,
I have created a purchase order directly using se37 (transaction) BAPI_PO_CREATE1 and i am getting a message as
Standard PO created under the number 4500000031. when i saw in the table it is not updating in the table.whether to use any transaction commit bapi inorder to get updated in bapi. if so can u pls suggest me where to use that or how to get the Po number get updated in the table.pls suggest me.
Regards,
selvamuthukumar.N
2008 Nov 24 6:33 AM
Hi
in Se37...after you enter the FM in Display mode..In Menu> Function Module>Test-->Test Sequences.
Now, give the PO BAPI first and then BAPI_TRANSACTION_COMMIT. Now, execute the BAPI's one by one.
And then check in the tables.
Regards,
Vishwa.
2008 Nov 24 6:36 AM
FIRST U GO SE37 THEN
RUN
BAPI_PO_CREATE1
THEN AFTER
RUN
BAPI_TRANSACTION_COMMIT
2008 Nov 24 6:38 AM
After execution of BAPI you should execute "BAPI_TRANSACTION_COMMIT" to reflect changes in data base.
for this u need to write a program and execute the BAPIs in the below order.
1) BAPI_PO_CREATE1
2) BAPI_TRANSACTION_COMMIT
2008 Dec 24 10:13 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |