cancel
Showing results for 
Search instead for 
Did you mean: 

Std Proxy to achieve the functionality in BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (3)

Answers (3)

MichalKrawczyk
Active Contributor
0 Kudos

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

former_member184681
Active Contributor
0 Kudos

Hi,

You can also make a web service out of any BAPI without additional programming effort, if this is your requirement. See here for sume further details:

http://help.sap.com/saphelp_nw70/helpdata/en/e5/a68d10f4eb894087fc9c1c3f9ae433/content.htm

Please search SDN for more details if required, as many guides exist on how to generate a web service from an RFC-enabled function module and the configuration of Internet Communication Framework and SOA Manager.

You might also prefer calling a BAPI directly over HTTP, as described in this blog:

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/28557

Hope this helps,

Greg

former_member181962
Active Contributor
0 Kudos

Hi,

There are no standard SAP delivered proxies. Do you mean enterprise services?

If yes, you have to search in SOAMANAGER transaction for the available enterprise services in your system.

Alternatively you can use IDOC ACC_DOCUMENT03 .

Best Regards,

Ravi