How Calculate TOTALS,SUBTOTALS in ALV Reporting?
Answer Posted / siva
data: wa_fieldcat type slis_fieldcat_alv,
it_fieldcat type slis_t_fieldcat_alv.
data: wa_sort type slis_sortinfo_alv,
it_sort type slis_t_sortinfo_alv.
wa_fieldcat-do_sum = 'X'.
append wa_fieldcat to it_fieldcat.
wa_sort-fieldname = 'KUNNR'.
wa_sort-tabname = 'IT_FINAL'.
wa_sort-subtot = 'X'.
append wa_sort to it_sort.
| Is This Answer Correct ? | 71 Yes | 7 No |
Post New Answer View All Answers
Double click function on the lists, identifying the line selected by the user on the list?
What is get cursor field?
How to create any functions?
State the system field for the current date?
How collect statement is different from append?
What will exactly the hide statement do?
SM35 transaction, How to automate BDC ?
What are the functional areas? User groups?
What are the different types of locks? : abap data dictionary
what is a text table ?
What are the disadvantages of different types of bdc's?
Does sap handle multiple currencies?
How to determine the attributes of an internal table?
What happens if a function module runs in an update task?
What is example class