mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Fix code style
This commit is contained in:
parent
71f74f7752
commit
127e368fa1
|
@ -168,12 +168,8 @@ CLASS lcl_requirement_helper IMPLEMENTATION.
|
|||
UNASSIGN <ls_line>.
|
||||
|
||||
TRY.
|
||||
cl_salv_table=>factory(
|
||||
IMPORTING
|
||||
r_salv_table = lo_alv
|
||||
CHANGING
|
||||
t_table = lt_color_table
|
||||
).
|
||||
cl_salv_table=>factory( IMPORTING r_salv_table = lo_alv
|
||||
CHANGING t_table = lt_color_table ).
|
||||
|
||||
lo_columns = lo_alv->get_columns( ).
|
||||
lo_columns->get_column( 'MET' )->set_short_text( 'Met' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user