For example, I should add a column to ALV table and fill in the fields of this column as 'customer'.
wa_fcat-fieldname = 'TYPE'. wa_fcat-seltext_m = 'Type'. APPEND wa_fcat TO it_fcat. CLEAR wa_fcat.