Skip to Content
-4
Jun 11, 2020 at 11:10 AM

How to maintain header values for a CSV file without hard coding in ABAP report?

1388 Views

I am trying to generate a CSV file with constant values for column header and dynamic values from SAP tables as the values for each columns. Since I have a large amount of column names, how to maintain them without hard-coding the values in the ABAP code?