print out column names

for example I have a code like this : 

SELECT lokasyon ana_lokasyon FROM zmm_016_t_loksyn INTO TABLE @DATA(lt_analok).  

How do I print the column headers of the lt_analok table? 

 #abap 

Scroll to Top