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

FV50 bapi

Former Member
0 Likes
430

Hi Guru,

I want to park document using BAPI in FV50.I want to know which bapi I have to use

Thanks in advance.

Regards,

Bhuvana.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
332

In latest versions of ECC, BAPI_ACC_DOCUMENT_POST allows parking of documents (since Note 1282005 - Parking using the accounting interface)

1. You have implemented SAP Note 1282005 ("Parking using the accounting interface") in your system.

2. The status of the document is set to "parked" (the field T_ACCHD-STATUS_NEW is changed to 2 or 3) using an implementation of the Business Transaction Event (BTE) RWBAPI01 or of the BAdI AC_DOCUMENT

.

Regards,

Raymond