Skip to Content
0
Former Member
May 15, 2008 at 01:55 PM

Dynamic field access in internal tables

649 Views

Hi everyone.

I woulkd like to know if there is any way to identify the fields of an internal table at runtime. I'm creating a method in a class, and i would like to accept any itab as a paramter and then access the fields of that itab. I currently have the itab passing no problem using field symbols, and i am able to loop at the data, but i am unsure how to get the field names.

Any suggestions?

Thanks!