SAP Reports / Programs

/VIRSA/ZVRAT_U02 SAP ABAP Report - Analysis of called transactions in Custom Code







/VIRSA/ZVRAT_U02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used to analyze conflicts in custom transactions due to SAP native transactions in the custom code or user exit...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_U02 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_U02 - Analysis of called trans in Cus.code


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_U02. "Basic submit
SUBMIT /VIRSA/ZVRAT_U02 AND RETURN. "Return to original report after report execution complete
SUBMIT /VIRSA/ZVRAT_U02 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: TISC =
Selection Text: TCODES = Transactions
Title: Analysis of called transactions in Custom Code
Text Symbol: 027 = ERROR IN FLUSH
Text Symbol: 026 = Risk Level
Text Symbol: 025 = Risk Description
Text Symbol: 024 = Line No
Text Symbol: 023 = Include Transaction
Text Symbol: 022 = Include Program Name
Text Symbol: 021 = Program Name
Text Symbol: 020 = SOD
Text Symbol: 019 = SOD Group
Text Symbol: 018 = Transaction
Text Symbol: 017 = ******** ACCESS TO ALL TRANSACTION CODES *********
Text Symbol: 016 = Critical
Text Symbol: 015 = ***** End of Report *****
Text Symbol: 014 = Client No.:
Text Symbol: 013 = System:
Text Symbol: 012 = Time:
Text Symbol: 011 = Date:
Text Symbol: 010 = Report Run By:
Text Symbol: 009 = Any TCodes in SOD Conflicts
Text Symbol: 008 = Processing...........
Text Symbol: 007 = Detail Report
Text Symbol: 006 = Summary Report
Text Symbol: 005 = Select Report Format
Text Symbol: 004 = Low
Text Symbol: 003 = Medium
Text Symbol: 002 = High
Text Symbol: 001 = Select transactions


INCLUDES used within this REPORT /VIRSA/ZVRAT_U02

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.

GET_INCLUDETAB call function 'GET_INCLUDETAB' exporting progname = itstc-pgmna tables incltab = incltab.

REUSE_ALV_GRID_DISPLAY_LVC call function 'REUSE_ALV_GRID_DISPLAY_LVC' exporting i_callback_program = g_repid is_layout_lvc = gs_layout it_fieldcat_lvc = fieldcat[] it_events = it_events "Added ujo tables t_outtab = gt_summary[] exceptions program_error = 1 others = 2.

REUSE_ALV_GRID_DISPLAY_LVC call function 'REUSE_ALV_GRID_DISPLAY_LVC' exporting i_callback_program = g_repid is_layout_lvc = gs_layout it_fieldcat_lvc = fieldcat[] it_events = it_events "Added ujo tables t_outtab = gt_detail[] exceptions program_error = 1 others = 2.

POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = g_repid txt2 = sy-subrc * txt1 = 'ERROR IN FLUSH'(500).

EDITOR_PROGRAM call function 'EDITOR_PROGRAM' exporting display = 'X' line = gt_detail-linenum program = gt_detail-pgmna.

EDITOR_PROGRAM call function 'EDITOR_PROGRAM' exporting display = 'X' line = gt_detail-linenum program = gt_detail-pgmna.

EDITOR_PROGRAM call function 'EDITOR_PROGRAM' exporting display = 'X' line = gt_detail-linenum program = gt_detail-ipname.

GET_INCLUDETAB call function 'GET_INCLUDETAB' exporting progname = itstc-pgmna tables incltab = incltab.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 1 importing et_events = it_events exceptions list_type_wrong = 1 others = 2.

GET_INCLUDETAB call function 'GET_INCLUDETAB' EXPORTING progname = itstc-pgmna TABLES incltab = incltab.



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