PaulWieland / node-red-contrib-saprfc

A node-red node for making Remote Function Calls to an SAP system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing "TABLES" parameters in call node

busi91 opened this issue · comments

Hi,
I would like to pass "TABLES" parameters in call node.
Currently it seems only possible to pass "IMPORTING" parameters.
Thanks.

@busi91 sorry for the late reply, having many other stability issues with the node due to the underlying node-rfc library.

Can you give me an example of a standard BAPI that uses TABLES and how you want to call it?

Hi.
Here is a standard RFC that uses TABLES: RFC_READ_TEXT
In that rfc there aren't importing variables, only tables.

For example, I want to call RFC_READ_TEXT with table TEXT_LINES and values:
TDOBJECT = "MATERIAL"
TBNAME = "XXXXXX"
TDID = "PRUE"
TDSPRAS = "IT"

Thanks.