mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
Offline repo: make name obligatory
This commit is contained in:
parent
5c2a646809
commit
e699e7b0c9
|
@ -937,11 +937,13 @@ CLASS zcl_abapgit_popups IMPLEMENTATION.
|
||||||
add_field( EXPORTING iv_tabname = 'ABAPTXT255'
|
add_field( EXPORTING iv_tabname = 'ABAPTXT255'
|
||||||
iv_fieldname = 'LINE'
|
iv_fieldname = 'LINE'
|
||||||
iv_fieldtext = 'Name'
|
iv_fieldtext = 'Name'
|
||||||
|
iv_obligatory = abap_true
|
||||||
CHANGING ct_fields = lt_fields ).
|
CHANGING ct_fields = lt_fields ).
|
||||||
|
|
||||||
add_field( EXPORTING iv_tabname = 'TDEVC'
|
add_field( EXPORTING iv_tabname = 'TDEVC'
|
||||||
iv_fieldname = 'DEVCLASS'
|
iv_fieldname = 'DEVCLASS'
|
||||||
iv_fieldtext = 'Package'
|
iv_fieldtext = 'Package'
|
||||||
|
iv_obligatory = abap_true
|
||||||
CHANGING ct_fields = lt_fields ).
|
CHANGING ct_fields = lt_fields ).
|
||||||
|
|
||||||
WHILE lv_finished = abap_false.
|
WHILE lv_finished = abap_false.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user