‎2014 May 28 2:13 PM
Hi All,
I need to change the column header of the internal table in runtime.How to achieve this?
I searched in SCN but could not find any good result.
Thank you.
Best Regards,
Munu
‎2014 May 28 2:18 PM
Hi Munnu,
What do you mean by changing the column header during run time? Do u mean change column header of the ALV? If this is your requirement, then you have to add a button on the ALV screen to get the new column name and change the field catalog with the new name. Then refresh the ALV display.
Regards,
Abijith
‎2014 May 28 3:29 PM
Hi Munu!
If you want change a column name of itab and this is not displayed into alv, you can create another itab with new name and pass data between.
Now, if you want rename a column name of itab and this is displayed on ALV, you can use the FM REUSE_ALV_FIELDCATALOG_MERGE.
Regards