Add Offline: Uppercase package name (#4002)

This commit is contained in:
Marc Bernard 2020-10-09 06:30:07 -04:00 committed by GitHub
parent b7b5c2e62e
commit 0adb9dec58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_ADDOFFLIN IMPLEMENTATION.
iv_name = c_id-package iv_name = c_id-package
iv_side_action = c_event-choose_package iv_side_action = c_event-choose_package
iv_required = abap_true iv_required = abap_true
iv_upper_case = abap_true
iv_label = 'Package' iv_label = 'Package'
iv_hint = 'SAP package for the code (should be a dedicated one)' iv_hint = 'SAP package for the code (should be a dedicated one)'
iv_placeholder = 'Z... / $...' iv_placeholder = 'Z... / $...'