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_ACC_DOCUMENT_POST alternativ

Former Member
0 Likes
497

Hello,

I need to use BAPI_ACC_DOCUMENT_POST but in i can not find it in system 4.6C, Is there some alternative?

Thank you.

Gibic

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
415

This BAPI exists in 4.6C, (Exists since 2001/2002) you could consider the application of some patch of R3 and PI. (Import at least SAP PI 2001.1, [Note 424374 - PI 2001.1 required for FS-AM general ledger connection|https://service.sap.com/sap/support/notes/424374])

You may also use the FM : [POSTING_INTERFACE_START|https://www.sdn.sap.com/irj/scn/advancedsearch?query=posting_interface_start&cat=sdn_all], [POSTING_INTERFACE_DOCUMENT|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=posting_interface_document&adv=false&sortby=cm_rnd_rankvalue] and [POSTING_INTERFACE_END|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=posting_interface_end&adv=false&sortby=cm_rnd_rankvalue]. (which create a BDC and execute it)

Regards

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
416

This BAPI exists in 4.6C, (Exists since 2001/2002) you could consider the application of some patch of R3 and PI. (Import at least SAP PI 2001.1, [Note 424374 - PI 2001.1 required for FS-AM general ledger connection|https://service.sap.com/sap/support/notes/424374])

You may also use the FM : [POSTING_INTERFACE_START|https://www.sdn.sap.com/irj/scn/advancedsearch?query=posting_interface_start&cat=sdn_all], [POSTING_INTERFACE_DOCUMENT|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=posting_interface_document&adv=false&sortby=cm_rnd_rankvalue] and [POSTING_INTERFACE_END|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=posting_interface_end&adv=false&sortby=cm_rnd_rankvalue]. (which create a BDC and execute it)

Regards