Skip to Content
0
Former Member
May 16, 2008 at 07:49 AM

alv total problem

14 Views

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.