SAP Reports / Programs | Basis Components | Upgrade - General(BC-UPG) SAP BC

RUTIXRES SAP ABAP Report - Restoring Customer Indexes in the ABAP Dictionary







RUTIXRES 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 RUTIXRES 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 RUTIXRES. "Basic submit
SUBMIT RUTIXRES AND RETURN. "Return to original report after report execution complete
SUBMIT RUTIXRES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Restoring Customer Indexes in the ABAP Dictionary
Text Symbol: 021 = in the ABAP Dictionary
Text Symbol: 030 = To display in the ABAP Dictionary,
Text Symbol: 031 = only choose one index
Text Symbol: 040 = Index does not yet exist
Text Symbol: 041 = in ABAP Dictionary
Text Symbol: 050 = To display the versions,
Text Symbol: 051 = only choose one index
Text Symbol: 020 = Rolled back indexes can be displayed
Text Symbol: 001 = Customer indexes
Text Symbol: 002 = The list contains the customer indexes for SAP tables.
Text Symbol: 003 = During the upgrade, only the indexes delivered by SAP
Text Symbol: 004 = are available in the ADAP Dictionary.
Text Symbol: 005 = You can roll back the customer indexes again from the Versions
Text Symbol: 006 = directory to the ABAP Dictionary.
Text Symbol: 010 = Index:
Text Symbol: 011 = No version found


INCLUDES used within this REPORT RUTIXRES

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:

DD_E071_TO_DD CALL FUNCTION 'DD_E071_TO_DD' EXPORTING OBJECT = 'INDX' OBJ_NAME = OBJ_NAME IMPORTING * TYPE = NAME = NAME ID = ID EXCEPTIONS OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = DD12V_TAB-SQLTAB LANGU = SY-LANGU IMPORTING DD02V_WA = DD02V_WA EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = SY_REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'DD12V_TAB' IS_LAYOUT = LAYOUT IT_FIELDCAT = FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' IT_EVENTS = EVENTS IT_EVENT_EXIT = EVENT_EXIT * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = DD12V_TAB * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

RS_DD_INDX_EDIT CALL FUNCTION 'RS_DD_INDX_EDIT' EXPORTING OBJNAME = DD12V_MARK-SQLTAB INDEXNAME = DD12V_MARK-INDEXNAME EDIT_MODE = 'S' EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 0.

SVRS_DISPLAY_DIRECTORY_NEW CALL FUNCTION 'SVRS_DISPLAY_DIRECTORY_NEW' EXPORTING object_type = 'INDX' object_name = vrsd_objname * DESTINATION = ' ' DISPLAY = 'X' COMPARE = 'X' COMPARE_REMOTE = 'X' RECALL = 'X' * KORRNUM = ' ' * SKIP_SCREEN = 'X' * REMOTE = ' ' * IV_USER_COMMAND = ' ' * IMPORTING * FUNCTION_CODE = * TABLES * IT_MARKED_VERSIONS = * EXCEPTIONS * NO_DIRECTORY = 1 * OTHERS = 2 .

DD_DD_TO_E071 CALL FUNCTION 'DD_DD_TO_E071' EXPORTING TYPE = 'INDX' NAME = NAME ID = ID IMPORTING OBJ_NAME = OBJ_NAME EXCEPTIONS OTHERS = 0.

SVRS_GET_VERSION_INFO CALL FUNCTION 'SVRS_GET_VERSION_INFO' EXPORTING OBJNAME = OBJ_NAME OBJTYPE = 'INDX' VERSNO = '99995' "Letzte Version IMPORTING INFOVERS = VERSNO.

SVRS_GET_VERSION_INDX_40 CALL FUNCTION 'SVRS_GET_VERSION_INDX_40' EXPORTING OBJECT_NAME = OBJ_NAME VERSNO = VERSNO TABLES DD12V_TAB = DD12V_VERS DD17V_TAB = DD17V_VERS "In älteren Rel. nicht optional

SVRS_GET_VERSION_INFO CALL FUNCTION 'SVRS_GET_VERSION_INFO' EXPORTING OBJNAME = OBJ_NAME OBJTYPE = 'INDX' VERSNO = '99994' "Vorletzte Version IMPORTING INFOVERS = VERSNO.

SVRS_GET_VERSION_INDX_40 CALL FUNCTION 'SVRS_GET_VERSION_INDX_40' EXPORTING OBJECT_NAME = OBJ_NAME VERSNO = VERSNO TABLES DD12V_TAB = DD12V_VERS DD17V_TAB = DD17V_VERS "In älteren Rel. nicht optional

RS_NAVIGATION_BREAK CALL FUNCTION 'RS_NAVIGATION_BREAK'.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'SHOW' OBJECT_NAME = EU_OBJECT OBJECT_TYPE = EU_OBJECT_TYPE EXCEPTIONS NOT_EXECUTED = 01 INVALID_OBJECT_TYPE = 02.

DD_E071_TO_DD CALL FUNCTION 'DD_E071_TO_DD' EXPORTING OBJECT = OBJTYPE OBJ_NAME = OBJNAME_E071 IMPORTING NAME = NAME ID = ID EXCEPTIONS OTHERS = 01.

RS_CORR_CHECK CALL FUNCTION 'RS_CORR_CHECK' EXPORTING MODE = 'MODIFY' OBJECT = ENQ OBJECT_CLASS = 'DICT' EXCEPTIONS OTHERS = 01.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' "Korrektureintrag EXPORTING OBJECT = ENQ OBJECT_CLASS = 'DICT' MODE = 'MODIFY' EXCEPTIONS OTHERS = 01.



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 RUTIXRES or its description.