mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
optimize columns of overview popup alv
This commit is contained in:
parent
114b2d1306
commit
221461fcc2
|
@ -664,6 +664,8 @@ CLASS lcl_popups IMPLEMENTATION.
|
||||||
|
|
||||||
lo_columns->get_column( `NAME` )->set_medium_text( 'Tag name' ).
|
lo_columns->get_column( `NAME` )->set_medium_text( 'Tag name' ).
|
||||||
|
|
||||||
|
lo_columns->set_optimize( ).
|
||||||
|
|
||||||
lo_alv->set_screen_popup( start_column = 5
|
lo_alv->set_screen_popup( start_column = 5
|
||||||
end_column = 50
|
end_column = 50
|
||||||
start_line = 5
|
start_line = 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user