mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
fix syntax error
This commit is contained in:
parent
93337e9db4
commit
75818b1e2e
|
@ -172,7 +172,7 @@ CLASS lcl_gui_page_settings IMPLEMENTATION.
|
|||
mo_settings->set_max_lines( 0 ).
|
||||
ENDIF.
|
||||
|
||||
READ TABLE it_post_fields INTO ls_post_field WITH KEY name = 'adt_jump_enabled'.
|
||||
READ TABLE it_post_fields ASSIGNING <ls_post_field> WITH KEY name = 'adt_jump_enabled'.
|
||||
IF sy-subrc = 0.
|
||||
mo_settings->set_adt_jump_enanbled( abap_true ).
|
||||
ELSE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user