*display setting ~title LR_DISPLAY = O_ALV->GET_DISPLAY_SETTINGS( ). LR_DISPLAY->SET_STRIPED_PATTERN( CL_SALV_DISPLAY_SETTINGS=>TRUE ). LR_DISPLAY->SET_LIST_HEADER( 'Check box' ). "tool bar DATA: LR_FUNCTIONS TYPE REF TO CL_SALV_FUNCTIONS. *tool bar LR_FUNCTIONS = O_ALV->GET_...
gr_functions->set_all( abap_true ). *display setting ~title gr_display = gr_table->get_display_settings( ). gr_display->set_striped_pattern( cl_salv_display_settings=>true ). gr_display->set_list_header( 'This is the Title' ). "Columns – CL_SALV_COLUMNS_TABLE and CL_SALV_COLUMN...
*display setting ~title lr_display = o_alv->get_display_settings( ). lr_display->set_striped_pattern( cl_salv_display_settings=>true ). lr_display->set_list_header( 'Check box' ). "tool bar DATA: lr_functions TYPE REF TO cl_salv_functions. *tool bar lr_functions = o_alv->get_...
Solved: Hello,Everyone, I am looking for the method to add a title for a cl_salv_table ,for telling user this table displaying for what ,but I can't find any method to
gr_display->set_list_header( 'This is the Title' ). "Columns – CL_SALV_COLUMNS_TABLE and CL_SALV_COLUMN_TABLE gr_columns = gr_table->get_columns( ). gr_column ?= gr_columns->get_column( 'CITYTO' ). gr_column->set_long_text( 'This is long text' ). ...
ALV demo:cl_salv_table …,效果图:demo:cl_salv_table event:(on_user_command,on_double_click)"TITLE="ALV demo:cl_salv_table event:(on_user_command,on_double_click)"/>定义的statusdemo:cl_salv_table event:(on_user_command,on_doub
*display setting ~title gr_display = gr_table ->get_display_settings ( ) . gr_display ->set_striped_pattern ( cl_salv_display_settings =>true ) . gr_display ->set_list_header ( 'This is the Title' ) . "Columns – CL_SALV_COLUMNS_TABLE and CL_SALV_COLUMN_TABLE ...
本来应该定义一个check box字段,懒得鼓捣了,就直接用client当check box用了,代码里自己注意一下 code: *&---* *& Report ZLM_ALV_006 *& *&---* *& *& *&---
*display setting ~title gr_display=gr_table->get_display_settings(). gr_display->set_striped_pattern(cl_salv_display_settings=>true). gr_display->set_list_header('This is the Title'). "Columns – CL_SALV_COLUMNS_TABLE and CL_SALV_COLUMN_TABLE ...
*display setting ~title gr_display=gr_table->get_display_settings(). gr_display->set_striped_pattern(cl_salv_display_settings=>true). gr_display->set_list_header('This is the Title'). "Columns – CL_SALV_COLUMNS_TABLE and CL_SALV_COLUMN_TABLE ...