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

BAPI usage for f-65

Former Member
0 Likes
1,268

Hi experts,

i need the usage of bapi FM BAPI_ACC_DOCUMENT_POST or FM BAPI_ACC_GL_POSTING_POST for document parking like F-65 transaction.

Is there a sample usage with abap code?

Regards.

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
798

You could read Note 1282005 - Parking using the accounting interface but also read Note 1710687 - FI parking using BAPI leads to duplicate CO-PA documents.

Else you could try to use bapi EXTENSION1 and badi BADI_ACC_DOCUMENT to park document (Use search tool) you will be required to implement the BTE RWBAPI01 or the BAdI  AC_DOCUMENT to set the value of the field T_ACCHD-STATUS_NEW to 2 or 3.

Regards,

Raymond

Read only

0 Likes
798

Hi,

Thanks for your reply.

It's not diificult to find bapi. But difficultly is about using bapi.

Bapis has complex structure.

I need kod using bapi, i have not enough time to jump from one note to another note.

Regards.