[ABAP] Abap CSV Creator

ABAP CSV Creator A simple static class to make the creation of a csv file easy in ABAP How to use : To add an instruction on what should the output has (they are column instructions, so for every instruction you add a column) : cl_save_to_csv=>add_instruction( table_reference , column_header, column_name, fixed_value ) table_reference : the …

[ABAP] Abap CSV Creator Read More »