RSDD_SHOW_ICUBE_DBG 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_SHOW_ICUBE_DBG 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: P_DBAGG = DB Aggregation
Selection Text: P_REPNM = Name of ABAP Program
Selection Text: P_TCHNM = Technical name
Selection Text: P_TC_ID = RSDRC Test Case ID
Selection Text: P_TC_NO = RSDRC Test Case Number
Title: Report RSDD_SHOW_ICUBE_DBG
Text Symbol: 001 = Not Found
Text Symbol: 002 = Other Error
Text Symbol: 003 = Execution Type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSDQ_GET_DTA_INFO CALL FUNCTION 'RSDQ_GET_DTA_INFO' EXPORTING i_infoprov = l_infoprov i_show_sids = rs_c_true IMPORTING e_s_dta = g_s_dta e_t_ioinf = g_t_ioinf e_t_dta_dime = g_t_dta_dime EXCEPTIONS OTHERS = 1.
RSDQ_TABLCNTL_FROM_IOINF CALL FUNCTION 'RSDQ_TABLCNTL_FROM_IOINF' EXPORTING i_t_ioinf = g_t_ioinf i_called_from = 'L' "Called by Listcube IMPORTING e_t_tabl_cntl = g_t_tabl_cntl[] e_obj_overflow = g_obj_overflow.
RSDQ_PRESEL_SCREEN_2010 CALL FUNCTION 'RSDQ_PRESEL_SCREEN_2010' EXPORTING i_t_ioinf = g_t_ioinf CHANGING c_t_tabl_cntl = g_t_tabl_cntl[].
RSDQ_IOINF_FROM_TABLCNTL CALL FUNCTION 'RSDQ_IOINF_FROM_TABLCNTL' EXPORTING i_t_tabl_cntl = g_t_tabl_cntl[] CHANGING c_t_ioinf = g_t_ioinf.
RSDQ_VIEW_INFOPROV CALL FUNCTION 'RSDQ_VIEW_INFOPROV' EXPORTING i_infoprov = l_infoprov i_s_dta = g_s_dta i_t_dta_dime = g_t_dta_dime i_show_sids = rs_c_true i_tech_nms = p_tchnm i_use_db_aggregation = p_dbagg i_repnm = p_repnm i_tc_no = p_tc_no i_tc_id = p_tc_id CHANGING c_t_ioinf = g_t_ioinf EXCEPTIONS dta_not_found = 1 illegal_input = 2 OTHERS = 4.
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_SHOW_ICUBE_DBG - Report RSDD_SHOW_ICUBE_DBG RSDD_SHOW_ICUBE_DBG - Report RSDD_SHOW_ICUBE_DBG RSDD_SHOW_ICUBE - Call List Viewer for InfoProvider RSDD_SHOW_ICUBE - Call List Viewer for InfoProvider RSDD_RSTMPLWIDTP_GEN_ALL - generation of all update programs for all basic cubes from RSTMPLWIDTP RSDD_RSTMPLWIDTP_GEN_ALL - generation of all update programs for all basic cubes from RSTMPLWIDTP