undo format changes

This commit is contained in:
Domi Bigl 2023-04-19 21:20:45 +00:00
parent 3095b2c7c2
commit e433fb7571

View File

@ -88,8 +88,8 @@ CLASS zcl_excel_converter_salv_table IMPLEMENTATION.
*... get the column information
wt_fcat = cl_salv_controller_metadata=>get_lvc_fieldcatalog(
r_columns = lo_columns
r_aggregations = lo_aggregations ).
r_columns = lo_columns
r_aggregations = lo_aggregations ).
*... get the layout information
cl_salv_controller_metadata=>get_lvc_layout(
@ -185,6 +185,7 @@ CLASS zcl_excel_converter_salv_table IMPLEMENTATION.
ENDMETHOD.
METHOD zif_excel_converter~get_supported_class.
rv_supported_class = 'CL_SALV_TABLE'.
ENDMETHOD.