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

How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul

3407


Explain how to create any functions?

593


What are the advantages and disadvantages of different types of bdc's?

541


What is example class

886


What are the types of windows in sap script?

609






What are the differences between interactive and drill down reports?

541


Explain what is step-loop?

760


wat is the default file name of BAPI trace?

1815


How many lists can a program can produce?

592


What are the two statements which are required in an abap program to output an icon using a write statement?

763


What is an update task?

584


What will exactly the hide statement do?

571


What is pass by value and what is pass by reference? Which is better?

834


What are interactive reports?

633


After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1449