RSDD_LIFECYCLE_TEST 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 RSDD_LIFECYCLE_TEST 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: Lifecycle Test for InfoCubes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSDPW_INFOCUBE_DROP * CALL FUNCTION 'RSDPW_INFOCUBE_DROP' * EXPORTING * i_infocube = g_infocube * i_with_aggregates = rs_c_true * i_debug = g_debug * CHANGING * c_t_message = g_t_message * EXCEPTIONS * dso_error = 1 * metadata_error = 2 * inherited_error = 3 * OTHERS = 4.
RSDPW_INFOCUBE_MAP * CALL FUNCTION 'RSDPW_INFOCUBE_MAP' * EXPORTING * i_infocube = g_infocube * i_debug = g_debug * CHANGING * c_t_message = g_t_message * EXCEPTIONS * repository_error = 1 * dbms_not_supported = 2 * inherited_error = 3 * sql_error = 4 * dso_error = 5 * mapping_error = 6 * OTHERS = 7.
RSDPW_PROCESS_CUBE * CALL FUNCTION 'RSDPW_PROCESS_CUBE' * EXPORTING * i_infocube = g_infocube * i_requid_low = -1 * i_requid_high = -1 * i_processtp = rsdpm_c_proctp-full * i_with_dim = rs_c_true * i_batch = rs_c_false * i_list_only = rs_c_false * i_debug = g_debug * CHANGING * c_t_message = g_t_message * EXCEPTIONS * illegal_input = 1 * dso_error = 2 * batch_error = 3 * inherited_error = 4 * OTHERS = 5.
RSDRI_CUBE_WRITE_PACKAGE * CALL FUNCTION 'RSDRI_CUBE_WRITE_PACKAGE' * EXPORTING * i_infocube = g_infocube * i_curr_conversion = rs_c_false * i_transactional = rs_c_false * IMPORTING * e_requid = g_requid * CHANGING * c_t_data = g_t_data1 * EXCEPTIONS * infocube_not_found = 1 * data_structure_error = 2 * illegal_input = 3 * inherited_error = 4 * rollback_error = 5 * duplicate_records = 6 * request_locked = 7 * not_transactional = 8 * OTHERS = 9.
RRSI_VAL_SID_SINGLE_CONVERT * CALL FUNCTION 'RRSI_VAL_SID_SINGLE_CONVERT' * EXPORTING * i_iobjnm = rsd_c_dpanm-requid * i_chavl = l_chavl * IMPORTING * e_sid = g_reqsid * EXCEPTIONS * no_sid = 1 * chavl_not_allowed = 2 * chavl_not_figure = 3 * chavl_not_plausible = 4 * x_message = 5 * OTHERS = 6.
RSDDK_AGGREGATES_ROLLUP * CALL FUNCTION 'RSDDK_AGGREGATES_ROLLUP' * EXPORTING * i_infocube = g_infocube * i_rollup_to = g_reqsid * EXCEPTIONS * rollup_locked = 1 * no_aggregate = 2 * data_error = 3 * rollup_to_small = 4 * nothing_to_do = 5 * inherited_error = 6 * OTHERS = 7.
RSCDS_CONDENSE_CUBE * CALL FUNCTION 'RSCDS_CONDENSE_CUBE' * EXPORTING * i_cube = g_infocube * i_aggr_cube = rs_c_false * i_max_requid = g_reqsid * i_null_elimination = rs_c_false * i_update_ref_point = rs_c_true * i_use_abap = rs_c_false * i_show_report = rs_c_false * i_force_generation = rs_c_false * CHANGING * c_t_msg = l_t_msg * EXCEPTIONS * nothing_to_do = 1 * OTHERS = 3.
RSDRI_INFOPROV_READ * CALL FUNCTION 'RSDRI_INFOPROV_READ' * EXPORTING * i_infoprov = g_infocube * i_th_sfc = g_th_sfc * i_th_sfk = g_th_sfk * i_t_range = g_t_range * i_packagesize = -1 * i_maxrows = 0 * i_authority_check = rsdrc_c_authchk-none * i_currency_conversion = rs_c_false * i_use_db_aggregation = rs_c_true * i_use_aggregates = rs_c_true * i_rollup_only = rs_c_true * i_debug = g_debug * IMPORTING * e_t_data = g_t_data1 * CHANGING * c_first_call = l_first_call * EXCEPTIONS * illegal_input = 1 * illegal_input_sfc = 2 * illegal_input_sfk = 3 * illegal_input_range = 4 * illegal_input_tablesel = 5 * no_authorization = 6 * ncum_not_supported = 7 * illegal_download = 8 * illegal_tablename = 9 * inherited_error = 10 * OTHERS = 11.
RSDRI_AGGREGATE_DATA ** CALL FUNCTION 'RSDRI_AGGREGATE_DATA' ** EXPORTING ** i_infoprov = g_infocube ** i_th_sfc = g_th_sfc ** i_th_sfk = g_th_sfk ** i_debug = rs_c_false ** CHANGING ** c_t_data = g_t_data1 ** EXCEPTIONS ** illegal_input_sfc = 1 ** illegal_input_sfk = 2 ** illegal_input_other = 3 ** inherited_error = 4 ** OTHERS = 5.
RSDRI_INFOPROV_READ * CALL FUNCTION 'RSDRI_INFOPROV_READ' * EXPORTING * i_infoprov = g_infocube * i_th_sfc = g_th_sfc * i_th_sfk = g_th_sfk * i_t_range = g_t_range * i_packagesize = -1 * i_maxrows = 0 * i_authority_check = rsdrc_c_authchk-none * i_currency_conversion = rs_c_false * i_use_db_aggregation = rs_c_true * i_use_aggregates = rs_c_false * i_rollup_only = rs_c_true * i_debug = g_debug * IMPORTING * e_t_data = g_t_data2 * CHANGING * c_first_call = l_first_call * EXCEPTIONS * illegal_input = 1 * illegal_input_sfc = 2 * illegal_input_sfk = 3 * illegal_input_range = 4 * illegal_input_tablesel = 5 * no_authorization = 6 * ncum_not_supported = 7 * illegal_download = 8 * illegal_tablename = 9 * inherited_error = 10 * OTHERS = 11.
RSDRI_AGGREGATE_DATA ** CALL FUNCTION 'RSDRI_AGGREGATE_DATA' ** EXPORTING ** i_infoprov = g_infocube ** i_th_sfc = g_th_sfc ** i_th_sfk = g_th_sfk ** i_debug = rs_c_false ** CHANGING ** c_t_data = g_t_data2 ** EXCEPTIONS ** illegal_input_sfc = 1 ** illegal_input_sfk = 2 ** illegal_input_other = 3 ** inherited_error = 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.
RSDD_LIFECYCLE_TEST - Lifecycle Test for InfoCubes RSDD_LIFECYCLE_TEST - Lifecycle Test for InfoCubes RSDD_HM_PUBLISH_AINX_DISPLAF01 - Include RSDD_HM_PUBLISH_AINX_DISPLAF01 RSDD_HM_PUBLISH - Publish SAP HANA Model RSDD_HM_PUBLISH - Publish SAP HANA Model RSDD_EXEC_SQL - Example native SQL statements (without host variables, no output)