December 2012
Intermediate to advanced
316 pages
6h 51m
English
This recipe is comprised of two subrecipes:
We will see how the personnel number (PERNR) column may be set as key with blue colour. In addition, how a particular column Amount, where a zero amount is shown as 0.00, may be made to appear blank.
For making the above adjustments, proceed as follows:
cl_salv_column_table.get_column method of the mycolumns object pointing to the columns of the ALV in order to get the reference to the column PERNR. We will then use the set_key method to set the PERNR column as the key column.get_column method is called for the Amount column BET01. The ...Read now
Unlock full access