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
What is the difference between field-group header and other field groups? : abap modularization
How will you define org structure in MM?
What data is contained in data dictionary? : abap data dictionary
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are multiple use BADIS?
Is a logical database a requirement/must to write an abap/4 query?
Advantages and disadvantages of different types of bdc's?
What is a function group? : abap modularization
What do you mean by batch data communications programming?
What are field groups?
what is diff between idocs,bdc,rfc and bapi. give real time answer
What is the collect statement?
What happens if only one of the commands set screen and leave screen is used without using the other?
How would you suppress the display of a parameter on the selection screen?
How do I find the output type of a table or a program?