I have a internal table filled with 'n' rows, n>1
Now I want to transfer the rows to table parameter of an rfc.
The table parameter of rfc is defined as a reference to a structure.
Say my internal table is int_itab
And my tables paramater is z_op
How can i transfer rows from int_itab to z_op
Thanks.