Skip to content

Commit

Permalink
add constant e_html_js_html (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Oct 19, 2023
1 parent 1cb7989 commit b08ff2f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/abap/cl_abap_format.clas.abap
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
CLASS cl_abap_format DEFINITION PUBLIC.
PUBLIC SECTION.
CONSTANTS e_html_attr TYPE i VALUE 5.
CONSTANTS e_html_text TYPE i VALUE 4.
CONSTANTS e_json_string TYPE i VALUE 24.
CONSTANTS e_html_js TYPE i VALUE 8.
CONSTANTS e_url TYPE i VALUE 12.
CONSTANTS e_xml_attr TYPE i VALUE 1.
CONSTANTS e_html_attr TYPE i VALUE 5.
CONSTANTS e_html_js TYPE i VALUE 8.
CONSTANTS e_html_js_html TYPE i VALUE 10.
CONSTANTS e_html_text TYPE i VALUE 4.
CONSTANTS e_json_string TYPE i VALUE 24.
CONSTANTS e_url TYPE i VALUE 12.
CONSTANTS e_xml_attr TYPE i VALUE 1.
ENDCLASS.

CLASS cl_abap_format IMPLEMENTATION.
Expand Down

0 comments on commit b08ff2f

Please sign in to comment.