RSDD_REPART_SH_TABLES_DELETE 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_REPART_SH_TABLES_DELETE 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: Report RSDD_REPART_SH_TABLES_DELETE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_FACTTAB_GET_FOR_CUBE CALL FUNCTION 'RSD_FACTTAB_GET_FOR_CUBE' EXPORTING i_infocube =
IMPORTING e_facttab_cnv = l_fshd_tablnm e_comptab_cnv = l_eshd_tablnm EXCEPTIONS name_error = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_fshd_tablnm EXCEPTIONS not_found = 1 OTHERS = 2.
DD_TABL_DEL CALL FUNCTION 'DD_TABL_DEL' EXPORTING tabname = l_fshd_tablnm del_state = 'A'.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_eshd_tablnm EXCEPTIONS not_found = 1 OTHERS = 2.
DD_TABL_DEL CALL FUNCTION 'DD_TABL_DEL' EXPORTING tabname = l_eshd_tablnm del_state = 'A'.
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_REPART_SH_TABLES_DELETE - Report RSDD_REPART_SH_TABLES_DELETE RSDD_REPART_SH_TABLES_DELETE - Report RSDD_REPART_SH_TABLES_DELETE RSDD_MSS_GEN_CONSISTENT_INDXS - Program RSDD_MSS_GEN_CONSISTENT_INDXS RSDD_MSS_GEN_CONSISTENT_INDXS - Program RSDD_MSS_GEN_CONSISTENT_INDXS RSDD_MSSQL_PROG_03 - Program RSDD_MSSQL_PROG_03 RSDD_MSSQL_PROG_02 - Program RSDD_MSSQL_PROG_02