RSDU_TAB_CONS_ISSUES is a standard ABAP INCLUDE 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 RSDU_TAB_CONS_ISSUES 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: Include RSDU_TAB_CONS_ISSUES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_INDX_DEL CALL FUNCTION 'DD_INDX_DEL' EXPORTING sqltab = cs_issue-base-table indexname = lv_indx del_state = 'A' IMPORTING rc = lv_subrc.
DD_DROP_TABLE CALL FUNCTION 'DD_DROP_TABLE' EXPORTING tabname = cs_issue-base-table EXCEPTIONS not_active = 1 not_deleted = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDU_TAB_CONS_ISSUES - Include RSDU_TAB_CONS_ISSUES RSDU_TAB_CONS_EXT_FORM - Include RSDU_TAB_CONS_EXT_FORM RSDU_TAB_CONS_DISPLAY - Include RSDU_TAB_CONS_DISPLAY RSDU_TAB_CONS_DEF - Include RSDU_TAB_CONS_DEF RSDU_TAB_CONS_CB_FORM - Include RSDU_TAB_CONS_CB_FORM RSDU_TABLE_INDEX_CHECKER_HDB - Verifies tables and indexes on HANA DB