Skip to Content
0
Former Member
Sep 23, 2008 at 02:38 PM

Passing Table as Input to Model RFC?

144 Views

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,