Skip to Content
0
Former Member
May 16, 2008 at 04:28 AM

internal table

14 Views

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.