... class of whole FALV. Everything starts here. Bellow you can find some description of main methods and attributes which are made in this class.
Methods:
CREATE
CREATE_BY_COPY
LVC_FCAT_FROM_ITAB ...
... are possible if you have table lvc_t_styl in output table structure. If you want to use FALV way of handling cell settings then you need to firstly set stylefname attribute of layout so then you can use ...
... least some of you can also use it.
Advantages
Fast CL_GUI_ALV_GRID creation
Replacement of REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC for a sim ...
... more than alpha release. Basically what I try to get from this class: Fast CL_GUI_ALV_GRID creation Replacement of REUSE_ALV_GRID_DISPLAY and REUSE_ALV_GRID_DISPLAY_LVC for a simple ...
... my article Create XLSX/MHTML file from internal table in background and probably also somewhere in the net. To make it easier here are ready methods to create LVC and SLIS field catalogs from ...
...
data: gt_rsparams type rsparams_tt.
data: gt_fcat_mass type lvc_t_fcat.
data: gt_mass_sel_columns type lvc_t_col.
data: g_fieldname type string. ...
... here.... firstly I check if the fieldcatalog was passed. If not then I create it on a base of internal table with usage of cl_salv_table and cl_salv_controller_metadata=>get_lvc_fieldcatalog. ...
... key) and lvc_s_layo settings NO_TOTEXP, NO_TOTLINE, NO_ROWMARK. First of all lest prepare method for subtotal_text event handling. Definition as usual: methods: subtotal_text ...
... goes to the begining of the grid. Users feels little lost in such situation but there is an easy solution for that. data: is_stable type lvc_s_stbl.
is_stable-row = 'X'. ...