Code: Alles auswählen.
CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
EXPORTING
component = 'TOTAL' "total or hostname
periodtype = 'M' "first day of month
periodstrt = i_month
TABLES
usertcode = lt_aggregates
EXCEPTIONS
no_data_found = 1
OTHERS = 2.