如何在node-rfc中获取RFC模块的参数?
How to get parameters of RFC module in node-rfc?
我想根据名称检查 RFC 的输入参数(可能还有输出)。
我发现方法 RfcGetParameterCount 和 RfcGetParameterDescByIndex 已经被 node-rfc 库本身使用。但是我无法弄清楚如何使用 client.invoke() 或任何其他方式调用这些方法。
RFC_GET_FUNCTION_INTERFACE
returns 给定 RFC 的参数。
您可以试试这个新的 rfmcall
包:https://www.npmjs.com/package/rfmcall
我想根据名称检查 RFC 的输入参数(可能还有输出)。 我发现方法 RfcGetParameterCount 和 RfcGetParameterDescByIndex 已经被 node-rfc 库本身使用。但是我无法弄清楚如何使用 client.invoke() 或任何其他方式调用这些方法。
RFC_GET_FUNCTION_INTERFACE
returns 给定 RFC 的参数。
您可以试试这个新的 rfmcall
包:https://www.npmjs.com/package/rfmcall