SAP Reports / Programs | Governance, Risk and Compliance | GRC Access Control Plug-In(GRC-ACP) SAP GRC

/VIRSA/ZVRAT_M05 SAP ABAP Report - Where Used list for Control Id / Monitor







/VIRSA/ZVRAT_M05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generated include for enhancement - MANJIT - 09/19/2005 INCLUDE /VIRSA/ZVRAT_M05 OBJECT DOKU ID TX LANGUAGE E IF 'Never Display' = 'True' Generated include for enhancement - MANJIT - 09/19/2005 INCLUDE /VIRSA/ZVRAT_M05 OBJECT DOKU ID TX LANGUAGE E IF 'Never Display' = 'True' Generated include for enhancement - MANJIT - 09/19/2005 INCLUDE /VIRSA/ZVRAT_M05 OBJECT DOKU ID TX LANGUAGE E IF 'Never Display' = 'True' Generated include for enhancement - MANJIT - 09/19/2005 INCLUDE /VIRSA/ZVRAT_M05 OBJECT DOKU ID TX LANGUAGE E IF 'Never Display' = 'True' Generated include for enhancement - MANJIT - 09/19/2005 INCLUDE /VIRSA/ZVRAT_M05 OBJECT DOKU ID TX LANGUAGE E IF 'Never Display' = 'True' Generated include for enhancement - MANJIT - 09/19/2005 INCLUDE /VIRSA/ZVRAT_M05 OBJECT DOKU ID TX LANGUAGE E IF 'Never Display' = 'True' ENDIF ENDIF ENDIF ENDIF ENDIF ENDIF..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /VIRSA/ZVRAT_M05 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/VIRSA/ZVRAT_M05 - Where Used list of Control Id/Monit


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


Text pool values


Selection Text: VTO = Control Valid To
Selection Text: VFROM = Control Valid From
Selection Text: UGROUP = User Group
Selection Text: RISKID = Risk Id
Selection Text: REFNUM = Mit Control Id
Selection Text: MNAME = Monitor Name
Selection Text: MGMTNAME = Monitor Id
Selection Text: BUNIT = Business Unit
Title: Where Used list for Control Id / Monitor
Text Symbol: 029 = Monitor
Text Symbol: 030 = Mit.Ctrl Id
Text Symbol: 031 = Mit Control
Text Symbol: 032 = Business Unit
Text Symbol: 033 = Approver Id
Text Symbol: 034 = Approver
Text Symbol: 035 = YYYYMMDD
Text Symbol: 100 = Report Type
Text Symbol: 101 = Summary Report
Text Symbol: 102 = Detail Report
Text Symbol: 103 = Monitor Id
Text Symbol: 104 = Mit Control Id
Text Symbol: 105 = Status
Text Symbol: 106 = Enable
Text Symbol: 107 = Disable
Text Symbol: 108 = Both
Text Symbol: 002 = Risk Level
Text Symbol: 003 = Critical
Text Symbol: 004 = High
Text Symbol: 005 = Medium
Text Symbol: 006 = Low
Text Symbol: 007 = All
Text Symbol: 008 = Processing........
Text Symbol: 010 = Mitigation Type
Text Symbol: 011 = User
Text Symbol: 012 = Role
Text Symbol: 013 = Profile
Text Symbol: 014 = Position
Text Symbol: 015 = Error in List Display





Text Symbol: 016 = Monitor ID
Text Symbol: 017 = Name
Text Symbol: 018 = Control ID
Text Symbol: 019 = Description
Text Symbol: 020 = User ID
Text Symbol: 021 = User Name
Text Symbol: 022 = User Group
Text Symbol: 023 = Mit.Type
Text Symbol: 024 = Valid From
Text Symbol: 025 = Valid To
Text Symbol: 026 = Risk Id
Text Symbol: 027 = Risk Description


INCLUDES used within this REPORT /VIRSA/ZVRAT_M05

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 100 TEXT = TEXT-008.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = G_STATUS I_CALLBACK_USER_COMMAND = G_USER_COMMAND IS_LAYOUT = IS_LAYOUT IT_FIELDCAT = FIELDCAT[] IT_EXCLUDING = IT_EXCLUDE[] * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' IS_VARIANT = GS_VARIANT * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = 'H_DATA' I_TABNAME_ITEM = 'I_DATA' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = KEY_INFO * IS_PRINT = * IS_REPREP_ID = * I_BUFFER_ACTIVE = * I_BYPASSING_BUFFER = 'X' TABLES T_OUTTAB_HEADER = H_DATA[] T_OUTTAB_ITEM = I_DATA[] EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = G_STATUS I_CALLBACK_USER_COMMAND = G_USER_COMMAND IS_LAYOUT = IS_LAYOUT IT_FIELDCAT = FIELDCAT[] IT_EXCLUDING = IT_EXCLUDE[] * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IS_PRINT = TABLES T_OUTTAB = IT_SUMMARY EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

NAVIGATION_FILENAME_HELP CALL FUNCTION 'NAVIGATION_FILENAME_HELP' IMPORTING SELECTED_FILENAME = FNAME.

NAVIGATION_FILENAME_HELP CALL FUNCTION 'NAVIGATION_FILENAME_HELP' IMPORTING SELECTED_FILENAME = FNAME.



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 /VIRSA/ZVRAT_M05 or its description.