Skip to content

Commit 8980de5

Browse files
committed
Add constant for README.md
1 parent 0202874 commit 8980de5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zif_types.intf.abap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ INTERFACE zif_types PUBLIC.
213213
extension TYPE c LENGTH 4 VALUE 'json',
214214
END OF c_package_json_file.
215215

216+
"! Package Readme File
217+
CONSTANTS c_readme_file TYPE string VALUE 'README.md'.
218+
216219
CONSTANTS:
217220
"! Package Types
218221
BEGIN OF c_package_type,

0 commit comments

Comments
 (0)