SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSDD_SHOW_ICUBE_DBG SAP ABAP Report - Report RSDD_SHOW_ICUBE_DBG







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSDD_SHOW_ICUBE_DBG. "Basic submit
SUBMIT RSDD_SHOW_ICUBE_DBG AND RETURN. "Return to original report after report execution complete
SUBMIT RSDD_SHOW_ICUBE_DBG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSDD_SHOW_ICUBE_DBG

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDD_SHOW_ICUBE_DBG or its description.