Hi,
I need help on how to invoke RFC that has importing parameter. What are the steps to pass value to RFC?
Thanks
Maulik
Hi,
I need help on how to invoke RFC that has importing parameter. What are the steps to pass value to RFC?
Thanks
Maulik
Maulik,
Are you referring with respect to SAP RFCs or any general remote calls. If it is SAP, then it is pretty straight forward using SAP adapters.
Hi,
We are working on webMethods 6.0. We are using SAP adapter to call SAP RFCs. There is a built in service provided by WebMethod to invoke RFC/BAPI. We have used “pub.sap.client:invoke” service to invoke SAP RFC. This service take input as ServerName, RFCName, client, user, password and language.
How do is send input parameter to RFC and use return values of SAP RFC in webMethods.
Thanks,
Maulik
Maulik,
You need to do the following,
For more info, please look into SAP Adapters users guide.