How Calculate TOTALS,SUBTOTALS in ALV Reporting?

Answer Posted / siva

data: wa_fieldcat type slis_fieldcat_alv,
it_fieldcat type slis_t_fieldcat_alv.

wa_fieldcat-do_sum = 'X'.

append wa_fieldcat to it_fieldcat.

Is This Answer Correct ?    48 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is table buffer?

585


how 2 create the normal form by using functional module

2138


What are different ABAP editors? What are the differences?

594


What is the meaning of client independent?

571


What is the collect statement? How is it different from append?

525






What is the difference between semi-monthly and Bi-weekly payroll area

3023


What are base tables of an aggregate object? : abap data dictionary

610


Explain the difference between free and refresh?

588


What function does data dictionary perform?

571


Describe the difference between macro and subroutine?

636


On which even we can validate the input fields in module progams?

586


What is your approach to find exit and BAdi?

871


How to add a column to a table control while using alphanumerical layout editor ?

1793


What is collective search help? : sap abap data dictionary

609


What does an exec sql statement do in abap? What is the disadvantage of using it?

688