Kottan
Kottan

Reputation: 5056

SAP 4.6C and webservices

Is it possible to provide RFCs (remote function calls, aka remote procedure calls) as web services with SAP 4.6C?

Upvotes: 2

Views: 1033

Answers (2)

Sebastian
Sebastian

Reputation: 86

Guillaume is correct. Beside SAP Business Connector (which is quite lean), you can also expose the RFC as Web Service with SAP PI (SAP Process Integration) if available on your landscape. A lot of other EAI solutions that have a Rfc enabled adapter are also capable of doing it (e.g. TIBCO Businessworks).

Upvotes: 0

PATRY Guillaume
PATRY Guillaume

Reputation: 4337

This is not directly possible (not as simply as ECC6, at least)

you can either create a custom webservice that call the RFC and expose it, or use the SAP Business Connector that expose RFC-enabled function and BAPI as webservice. This tool is available to download from SAP service.

this question on SDN

regards,
Guillaume

Upvotes: 4

Related Questions