RSDDK_CHECK_AGGREGATE 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 RSDDK_CHECK_AGGREGATE 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.
Selection Text: I_AGGR = Select Aggregates
Selection Text: I_CHECK = Check Mode (A, Q, or C)
Selection Text: I_LOG = Write Log File
Selection Text: I_PARENT = Parent Check
Title: Checking Aggregates
Text Symbol: 100 = Aggregate Check Program
Text Symbol: 101 = Check Options
Text Symbol: 102 = Check Mode
Text Symbol: 103 = Aggregates
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSDDK_CHECK_AGGREGATE CALL FUNCTION 'RSDDK_CHECK_AGGREGATE' EXPORTING i_aggrcube = l_aggrcube i_build_by_parent = i_parent i_log_file = rs_c_false i_check_mode = i_check * I_TSX_SELDR_PART = IMPORTING e_t_msg = l_t_msg e_subrc = l_subrc EXCEPTIONS aggr_not_found = 1 aggr_empty = 2 template_error = 3 check_not_possible = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDDK_CHECK_AGGREGATE - Checking Aggregates RSDDK_CHECK_AGGREGATE - Checking Aggregates RSDDK_ALL_AGGRCOMP_CLEANUP - RSDDKALLAGGRCOMPCLEANUP RSDDK_ALL_AGGRCOMP_CLEANUP - RSDDKALLAGGRCOMPCLEANUP RSDDK_AGGR_CREATE_INTERVAL - Create the interval for number range RSDDAGCUBE RSDDK_AGGR_CREATE_INTERVAL - Create the interval for number range RSDDAGCUBE