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

Account Document Parking

saurabhpz
Explorer
0 Likes
962

How to Park account document using

BAPI_ACC_DOCUMENT_POST.

3 REPLIES 3
Read only

saurabhpz
Explorer
0 Likes
798

Im trying to park account document by using the above mention BAPI. But Im facing some error while execution of the BAPi. Did anyone have idea which parameter I need to fill and which are the required one?

Saurabh.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
798

Check if 2092366 - Parking with BAPI_ACC_DOCUMENT_POST SP levels are compliant with your system.

Read only

0 Likes
798

Thanks Raymond for suggestion. Now I am able to park account document successfully by using below BAPI's

'PRELIMINARY_POSTING_FB01'

And for WT(With holding tax) part I used below BAPI in sequence

1. 'FI_WT_WRITE_EVERYTHING_TO_DB'

2. 'FI_WT_POST' IN UPDATE TASK

3. 'FI_WT_WRITE_EVERYTHING_TO_DB'