Hi, Im using dynamic internal table. So upto assigning
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_CALLBACK_PROGRAM = W_REPID
IT_FIELDCAT = T_SFCAT
I_SAVE = 'X'
TABLES
T_OUTTAB = <IT_DYN>.
internarlly its showing the column heading in <IT_DYN>. But in the o/p its not displaying the heading for the dynamic fields column heading. But for the fixed field of <IT_DYN> its showing the column heading.
Plz suggest how to solve this.