SXMS_PF_AGGREGATE_HL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SXMS_PF_AGGREGATE_HL into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Program SXMS_PF_AGGREGATE_HL
INCLUDE SXMS_PF_CONST.
INCLUDE AGGREGATEHLTOP.
INCLUDE SXMS_PF_CONST.
No SAP DATABASE tables are accessed within this REPORT code!
SXMS_PF_TIME_HANDLER CALL FUNCTION 'SXMS_PF_TIME_HANDLER' EXPORTING time_in = lv_agg_limit period = up_period IMPORTING begin_of_period = lv_agg_limit EXCEPTIONS invalid_period = 1 invalid_use_of_function = 2 OTHERS = 3.
SXMS_PF_TIME_HANDLER CALL FUNCTION 'SXMS_PF_TIME_HANDLER' EXPORTING time_in =
-lowts period = up_period IMPORTING begin_of_period = lv_agg_lb end_of_period = lv_agg_ub EXCEPTIONS invalid_period = 1 invalid_use_of_function = 2 OTHERS = 3.
SXMS_PF_AGGREGATE_HL CALL FUNCTION 'SXMS_PF_AGGREGATE_HL' EXPORTING sender =
-sender receiver = -receiver componentid = -componentid procmode = -procmode source = -source lcdata = -lcdata lower_bound = lv_agg_lb upper_bound = lv_agg_ub agg_interval = up_period.
SXMS_PF_TIME_HANDLER CALL FUNCTION 'SXMS_PF_TIME_HANDLER' "#EC EXCEPT_OK EXPORTING time_in =
-asmfirst period = up_period IMPORTING begin_of_period = lv_comp_agg_ub.
SXMB_GET_CONFIG CALL FUNCTION 'SXMB_GET_CONFIG' "#EC * EXPORTING im_area = if_xms_config=>co_area_performance im_param = if_xms_config=>co_param_perf_days_keep_data im_subparam = if_xms_config=>co_subparam_perf_agg_items IMPORTING ex_value = lv_value EXCEPTIONS parameter_not_found = 1 OTHERS = 2.
SXMS_PF_TIME_HANDLER CALL FUNCTION 'SXMS_PF_TIME_HANDLER' "#EC EXCEPT_OK EXPORTING time_in = lv_now period = gc_interval_1_day move_periods = lv_days timezone = gc_timezone_utc IMPORTING time_out = cp_del_ub.
ENQUEUE_E_SXMSPFAGG CALL FUNCTION 'ENQUEUE_E_SXMSPFAGG' EXPORTING mode_sxmspfagg = 'E' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_SXMSPFAGG CALL FUNCTION 'DEQUEUE_E_SXMSPFAGG' EXPORTING mode_sxmspfagg = 'E'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SXMS_PF_AGGREGATE_HL - Program SXMS_PF_AGGREGATE_HL SXMS_PF_AGGREGATE_HL - Program SXMS_PF_AGGREGATE_HL SXMS_PF_AGGREGATE_FIRST - Program SXMS_PF_AGGREGATE_FIRST SXMS_PF_AGGREGATE_FIRST - Program SXMS_PF_AGGREGATE_FIRST SXMS_PF_AGGREGATE - Program SXMS_PF_AGGREGATE SXMS_PF_AGGREGATE - Program SXMS_PF_AGGREGATE