mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Add Offline: Uppercase package name (#4002)
This commit is contained in:
parent
b7b5c2e62e
commit
0adb9dec58
|
@ -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... / $...'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user