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: 

How to park a document through BAPI_ACC_DOCUMENT_POST

former_member221372
Participant
0 Kudos

Hello All,

I posted a document through BAPI "BAPI_ACC_DOCUMENT_POST" to park the document by changing the status to "V" in acc_document BAdi.

Document got saved in BKPF & BSEG tables but not in VBKPF , so in FB03 & FBV3 t.codes I couldn't able to see the document.

Kindly assist me

Cheers,

Bharat

3 REPLIES 3

Jelena
Active Contributor
0 Kudos

Parking with this BAPI is described quite simply in the SAP Note 2092366. It does not involve any BADI.

Make sure to search in Google and in SAP Notes before posting a question. There are tons of information on this subject in the SCN archives.

da_tang
Participant
0 Kudos

hey

Did you adress this issues, we encounted same problem, and due to our system component not match notes 2092366 requirement. so we should use same way to handle it. so pls give us some suggestion. thx in advance.

da_tang
Participant
0 Kudos

oh, i get it, some thread mention that we should use badi: ac_document, and we can't found any paramater we can change

ACCHD-STATUS_NEW. and yet i believe him mentioned badi: acc_document; and we shoud change field acchd-status_new to 3, then we parked a financial document.