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
Did you create secondary index?
How can you distinguish between different kinds of parameters?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is tcode se16?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
How we can give authorization on the fields of table control in a dialog-programming?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What is the function of a data element? : abap data dictionary
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is table buffer?
What are the functional areas, user groups? How does abap query work in relation to these?
What are the events we use in dialog programming and explain them?
What is the syntax of packed number?
What is at exit-command:?
What is the advantage of structures?