cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module to Post Parked Document

0 Likes
6,902

Hi All,

I have parked Document using PRELIMINARY_POSTING_FB01. Now i need to POST the parked document.Please suggest Correct Function Module to Post the Parked Document. I have checked few but those are to Post Directly.

Regards,

Anand R

View Entire Topic
RaymondGiuseppi
Active Contributor
0 Likes

There are no SAP supported solutions for this.

You can read a note like 2092366 - Parking with BAPI_ACC_DOCUMENT_POST


There are no BAPIs that you can use to post, edit or delete a parked document. You must therefore carry out any further processing of the document using transaction FBV0 or FBV2.

As you already called not-released FM PRELIMINARY_POSTING_FB01, you could now call not-released FM PRELIMINARY_POSTING_POST (also with suffix _CHECK) of the same function group...

Regards,

Raymond

0 Likes

Thanks a lot Raymond. I could see this Function Module PRELIMINARY_POSTING_POST takes only three parameters

BELNR

BUKRS

GJAHR.

Will this be enough to post? i can try in the meantime and update if any issues.

Regards,

Anand R

0 Likes

Hi Raymond,

I am also asked to Clear the Open Item after this Document posting. Is there any Function Module for this??