Hi, all
i have one problem is alv....
what is the statement should i write to get sub total..
for eg....
xxxxxxxxxxxxxx 123123
123123
subtotal 642642
in this way....my total should come
WA_ALV_FIELDS-TABNAME = 'IT_TEMP'.
WA_ALV_FIELDS-FIELDNAME = 'CONTR'.
WA_ALV_FIELDS-SELTEXT_M = 'Contribution'.
WA_ALV_FIELDS-NO_ZERO = 'X'.
APPEND WA_ALV_FIELDS TO ALV_FIELDS.
CLEAR WA_ALV_FIELDS.