Skip to Content
0
Former Member
Dec 04, 2006 at 01:56 PM

How to transfer an internal table from one FUNCTION to another

54 Views

Hi,

In Normal Enabled Function, I have created an External Parameter as

ZTEMP LIKE ZSTR. (ZSTR is a structure).

In Source Code, am using an Internal Table(ZINT) which is of the same structure type.

I have populated the internal table. Now I have to export these internal table values to another function.

I tried to assign the internal table to the exporting parameter. But this shows error as ZTEMP is not an internal table.

So, How to transfer this??

Give me sample Code.

Regards,

Kalai.

Message was edited by:

Kalaivani Pachiappan