SAP Reports / Programs

RADVVMID SAP ABAP Report - Display modified matchcode IDs that are not longer delivered







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


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


Text pool values


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:


INCLUDES used within this REPORT RADVVMID

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:

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.



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