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 the use of at new statement ?

1362


Mention some important events in abap programming.

596


There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr

646


If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?

1256


What is meant by write lock? : sap abap data dictionary

599






What is view? Different types of view.

592


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization

624


What are the functions of lock objects?

707


What are the events driven batch jobs?

598


What are the data classes in abap?

616


Have you processed BDCs ?

641


How are the date abd time field values stored in sap?

608


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

1997


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?

617


the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....

1572