RSISW_DELETE_STRUCTURE 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 RSISW_DELETE_STRUCTURE 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: Deleting the Generated Types
Text Symbol: T01 = Objects Deleted
INCLUDE LRSISW_GENTOP.
No SAP DATABASE tables are accessed within this REPORT code!
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting * STATUS = 'A' tabname = ls_rsisistyp-guid * GET_ALL = ' ' * IMPORTING * F_STATUS = * R_MODEFLAG = * R_STATUS = * X030L_WA = tables x031l_tab = lt_x031l_tab exceptions not_found = 1 no_fields = 2 others = 3.
DD_NAMETAB_DELETE call function 'DD_NAMETAB_DELETE' exporting tabname = ls_rsisistyp-guid importing subrc = l_subrc.
DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting * STATUS = 'A' tabname = ls_rsisistyp-guid * GET_ALL = ' ' * IMPORTING * F_STATUS = * R_MODEFLAG = * R_STATUS = * X030L_WA = tables x031l_tab = lt_x031l_tab exceptions not_found = 1 no_fields = 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.
RSISW_DELETE_STRUCTURE - Deleting the Generated Types RSISW_DELETE_STRUCTURE - Deleting the Generated Types RSISUDROP_INDEXES - Check secondary indexes in ISU RSISUDROP_INDEXES - Check secondary indexes in ISU RSISUCHECK_INDEXES - Check if indexes on shadow tables need to be dropped before downtime RSISUCHECK_INDEXES - Check if indexes on shadow tables need to be dropped before downtime