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
386

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
Former Member
0 Likes

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