RSDDK_AGGREGATES_ROLLUP 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_AGGREGATES_ROLLUP 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 RSDDK_AGGREGATES_ROLLUP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobcount = l_jobcount jobname = l_jobname EXCEPTIONS no_runtime_info = 1 OTHERS = 2.
RSM_DATASTATE_GET CALL FUNCTION 'RSM_DATASTATE_GET' EXPORTING i_infocube = infocube IMPORTING e_s_datastate = l_s_datastate EXCEPTIONS infocube_not_found = 1.
RSDDK_AGGREGATES_ROLLUP CALL FUNCTION 'RSDDK_AGGREGATES_ROLLUP' EXPORTING i_infocube = infocube i_rollup_to = l_s_datastate-qualok CHANGING c_t_msg = l_t_msg EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
RSSM_UPDATE_RSMDATASTATE CALL FUNCTION 'RSSM_UPDATE_RSMDATASTATE' EXPORTING i_icube = infocube.
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_AGGREGATES_ROLLUP - Program RSDDK_AGGREGATES_ROLLUP RSDDK_AGGREGATES_ROLLUP - Program RSDDK_AGGREGATES_ROLLUP RSDDK_AGGRCOMP_COPY - Copy of Aggregate Definitions from One InfoCube to Another RSDDK_AGGRCOMP_COPY - Copy of Aggregate Definitions from One InfoCube to Another RSDDIC_DDLPARSER - Program RSDDIC_DDLPARSER RSDDIC_DDLPARSER - Program RSDDIC_DDLPARSER