hi @,
I have a RFC which needs input table. I have data populated in another node.How to pass the data directly from Node to Model input table as this input table doesn't have any method like .add or so.
My RFC struct is like this --
Z_A havning struc
-
strucZ_B having ele
-
1
-
2
-
3
I have to loop at the available niode and populate but in the add method for the RFC context I am getting method with model as input .
Regards,