TAW_11 Chapter 11, ALV design Flashcards
In ALV GRID what three fields are related to user variants
I_SAVE and IS_VARIANT and I_DEFAULT
In ALV GRID how are things like striped and column width passed?
lvc_s_layo parameter is_layout
What 9 things are part of grid layout?
grid_title zebra no_headers sel_mode cwidth_opt no_toolbar totals_bef info_fname ctab_fname
What is the exception field for ALV GRID
excp_led needs an X
And then declare the table field must be assigned to layout-excp_fname
How can a line color be added to a row?
Add a type c(4) column to the table and assign this column to layout-info_fname. then set the field to the value desired
How many colors are there that can be set
8
What additional color options are ther
Intensified, inverse
Cell colors work the same way as row colors?
Pretty much, add a table to the end of the table with LVC_T_SCOL each field can be separate. The field containing the table is assigned to ctab_fname
What is the table type for the field catalg
lvc_t_fcat
i use i_structure but I want to hide one field?
Add a line to the field catalog with the ame of the field and no_out
There are two ways to set a currency
cfieldname and currency