RADVVMID 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 RADVVMID 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: Display modified matchcode IDs that are not longer delivered
Text Symbol: 005 = repeat it if necessary for the search help with the same name.
Text Symbol: 004 = You can look at your modification in the version directory and
Text Symbol: 003 = they were not delivered by SAP.
Text Symbol: 002 = You modified the following matchcode IDs but
Text Symbol: 001 = Modified matchcode IDs:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUMO_MCID_DELETED CALL FUNCTION 'SUMO_MCID_DELETED' TABLES TT_E071 = E071_TAB.
DDIF_STATE_GET CALL FUNCTION 'DDIF_STATE_GET' EXPORTING TYPE = 'SHLP' NAME = SHLPNAME IMPORTING GOTSTATE = GOTSTATE EXCEPTIONS OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RADVVMID' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'DD23V_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 = DD23V_TAB * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
SVRS_DISPLAY_DIRECTORY_NEW CALL FUNCTION 'SVRS_DISPLAY_DIRECTORY_NEW' EXPORTING object_type = 'MCID' 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 .
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADVVMID - Display modified matchcode IDs that are not longer delivered RADVVMID - Display modified matchcode IDs that are not longer delivered RADVVMI2 - Version Display/Matchcode ID Comparison RADVVMI2 - Version Display/Matchcode ID Comparison RADVVMC2 - Version Display/Matchcode Object Comparison RADVVMC2 - Version Display/Matchcode Object Comparison