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

How to park a document through BAPI_ACC_DOCUMENT_POST

former_member221372
Participant
0 Likes
3,396

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
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
846

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.

Read only

da_tang
Participant
0 Likes
846

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.

Read only

da_tang
Participant
0 Likes
846

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.