Set Character Limit for "Table" Field in Data Config page (#6934)

Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
Francisco Milán 2024-05-23 06:24:08 -06:00 committed by GitHub
parent 667ac8966a
commit 13fd9a3897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,8 @@ CLASS zcl_abapgit_gui_page_data IMPLEMENTATION.
ro_form->text(
iv_label = 'Table'
iv_name = c_id-table
iv_required = abap_true ).
iv_required = abap_true
iv_max = 16 ).
ro_form->checkbox(
iv_label = 'Skip Initial Values'
@ -318,7 +319,8 @@ CLASS zcl_abapgit_gui_page_data IMPLEMENTATION.
lo_form->text(
iv_label = 'Table'
iv_name = c_id-table
iv_readonly = abap_true ).
iv_readonly = abap_true
iv_max = 16 ).
lo_form_data->set(
iv_key = c_id-skip_initial