data:cols_tabTYPEREFTOcl_salv_columns_table,col_tabTYPEREFTOcl_salv_column_table.col_tab?=cols_tab->get_column('VBELN')."first get an instance of cl_salv_column_table typecol_tab->set_cell_type"then set cell typeEXPORTINGvalue=if_salv_c_cell_type=>hotspot.. . SET_CELL_TYPE_COLUMN...
I am using the class "cl_salv_table" on display an ALV grid. (Factory method) How can I set the only one column of report to input/editing? same as slis_layout_alv-edit parameter use in the REUSE_ALV_GRID_DISPLAY function. Is the any method/class on factory method by which this...
Solved: Hi Experts, I am using CL_SALV_TABLE class for displaying data in ALV. Traffic lights are displayed in ALV. For traffic lights column the text displayed by
Apply color by using the method SET_COLOR(). Classes used: CL_SALV_TABLE, CL_SALV_COLUMNS_TABLE, CL_SALV_COLUMN_TABLE. Create a program in SE38 and copy the below code. REPORTzsl_oop_alv_row_color.*---** Add colors to columns in ALV report using factory* class CL_SALV_TABLE **...
May be in CL_SALV_TABLE you donot find any NO-ZERO stuff. But you can try a workaround make all the fields in your output table as character & before output try to pass the values from the curr field to the character field using NO-ZERO. DATA: V_AMT1 TYPE DMBTR, V_AMT2 TYPE ...