Skip to Content
0
Nov 30, 2007 at 04:56 PM

Passing unassigned field symbols to a method

705 Views

Hello Gurus,

I work with a field symbol in a method and after the work is finished i have to use it i my program that i call the method from.

The problem is that the field symbol gets assigned only in the method so i can`t get the field symbol as a changing parameter in my method because it is not assigned yet.

I thought that i can return the field symbol from the method after it has been assigned, but i don`t know how. The <fs> is a dynamic itab that i created within the method.

Can anyone help please ??