Hi
I am using lvc_t_fcat to construct a fieldCatalog to display an ALV with the Method => 'set_table_for_first_display'
I have an internal Table with all calculated fields. My problem is i am not getting the Column Heading in the ALV.
This is how i wrote code for FieldCatalog.
fieldcat_wa-col_pos = 1.
fieldcat_wa-fieldname = 'Percentage1' .
fieldcat_wa-tabname = 'IT_TABLE'.
fieldcat_wa-seltext = 'Percentage1'.
APPEND fieldcat_wa TO fieldcat.
Only ToolTip appears for me without Column Heading.