cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Std Proxy to achieve the functionality in BAPI_ACC_DOCUMENT_POST

Former Member
0 Likes
385

Hi,

has someone used a standard proxy (and not a custom built proxy, I mean a standard SAp predelivered) that has the same functionality as this BAPI - BAPI_ACC_DOCUMENT_POST?

Thank You

View Entire Topic
MichalKrawczyk
Active Contributor
0 Likes

hi,

>>>BAPI_ACC_DOCUMENT_POST?

both of other guys presented alternative options:

a) using IDOC - which does not have all the functions of this BAPI

b) generating WS from a BAPI, calling BAPI directly

both are fine but the standard way to use this BAPI is to do what SAP does:

a) create an ABAP proxy on the basis of this BAPI

b) use this new proxy in your interface

this is the most standard way which is also used by SAP so I'd suggest doing that if you'd need to call a BAPI

Regards,

Michal Krawczyk