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_ACC_GL_POSTING_POST Successfully posted

brian_richards
Explorer
0 Likes
496

Hello,

I am using bapi BAPI_ACC_GL_POSTING_POST to post parked documents. I receive a message indicating that the transaction has been posted successfully and entries are generated in BKPF but when I try to view the documents via FBV0 nothing is listed. For some reason the entries are written to BKPF when I believe they should in fact be written to VBKPF (parked documents). Does anyone have any ideas as to why this is happening?

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
447

did u call BAPI_Transaction_commit ?

Check the documentation of the BAPI as well

Read only

Former Member
0 Likes
447

Hi

I don't know if that BAPI can post a parked document, probably u need to set the right right business transaction (BUS_ACT). U can also try to use the BAPI_ACC_DOCUMENT_POST.

Max

Read only

brian_richards
Explorer
0 Likes
447

I am using the bapi transaction commit. Is there maybe a different object type I should be using....eg VBKPF?