Hi all,
I've an internal table with 60 fields.
My code will dynamically find what is the internal table field to be read as:
CONCATENATE 'WA_PIPE-ZW' v_index INTO v_fld.
Now v_fld will have the internal table field value.
Now i want to find the field contents of v_fld.
Ashok...