Update src/zcl_excel_writer_csv.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
Aditya Waghmare 2024-02-15 04:11:36 +05:30 committed by GitHub
parent 9a5de0fee0
commit 7bebb6284d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,9 +11,9 @@ PUBLIC SECTION.
INTERFACES zif_excel_writer . INTERFACES zif_excel_writer .
class-methods SET_DELIMITER CLASS-METHODS set_delimiter
importing IMPORTING
value(IP_VALUE) type C default ';' . VALUE(ip_value) TYPE c DEFAULT ';' .
class-methods SET_ENCLOSURE class-methods SET_ENCLOSURE
importing importing
value(IP_VALUE) type C default '"' . value(IP_VALUE) type C default '"' .