Application Development 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: 

No data inserted into BKPF when used BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

Hi,

I am using BAPI_ACC_DOCUMENT_POST. When I execute this using My data, it is showing that the data is successfullly posted. But when I check in BKPF and BSEG, I am not able to see the record inserted by me. I think it is not at all inserted.

After that I used BAPI_TRANSACTION_COMMIT to commit the transaction. But again I am facing the same problem.

Please some help me how to use BAPI_ACC_DOCUMENT_POST.

Thank You,

1 REPLY 1

Former Member
0 Kudos

Hi,

see the sample code in wiki...

http://wiki.sdn.sap.com/wiki/display/Snippets/VendorInvoicePostingusingBAPI

Prabhudas