Reputation: 5056
Is it possible to provide RFCs (remote function calls, aka remote procedure calls) as web services with SAP 4.6C?
Upvotes: 2
Views: 1033
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
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.
regards,
Guillaume
Upvotes: 4