‎2012 Aug 09 9:15 AM
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.
‎2012 Aug 09 10:11 AM
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
‎2012 Aug 19 9:04 AM
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.