Skip to Content
0
May 29, 2008 at 10:57 AM

How can i get the file name of some struct ?? I'm distracted :).

22 Views

Dear all,

Could you help me regarding this please ??


  FIELD-SYMBOLS: <lt_alv_data> TYPE INDEX TABLE..

  FIELD-SYMBOLS: <ls_data> TYPE ANY,
                 <fs> TYPE ANY.
  CREATE DATA data_ref LIKE LINE OF <lt_alv_data>.
  ASSIGN data_ref->* TO <ls_data>.

  LOOP AT <lt_alv_data> TO <ls_data> 

  ENDLOOP. 

I can get the value from lt_alv_data.

Could you help how to get the field name/column name from it ??

Tks you so much

Regards,

Niel.