How Calculate TOTALS,SUBTOTALS in ALV Reporting?
Answer Posted / srinivasaai
data: wa_fieldcat type slis_fieldcat_alv,
it_fieldcat type slis_t_fieldcat_alv.
hi friend to calculate totals ,sub-totals we have to use
after declaring the fieldcat
for doing sum : wa_fieldcat-do_sum = 'X'.
fro caluculating subtotal : wa_sort-subtot = 'X'.
this have to be done when feildcatlog and suppliying the
sorting info.
I could make u to remind that this is the one of the
difference between a normal & alv report.
| Is This Answer Correct ? | 40 Yes | 5 No |
Post New Answer View All Answers
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
Can a constructor be declared private? If yes then in which scenario?
What are the different types of the sap abap data dictionary objects?
Can a filed occur in several field groups? : abap modularization
From Excel to ABAP - Is batch mode possible ?
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
What is a type-pool?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
5) How to rereive text elements in SF and script?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is a data dictionary? : sap abap data dictionary
What are conversion & interface programs in sap?
What are the uses of interactive reporting?