SAP Reports / Programs

RSVSCANTEST SAP ABAP Report - Test for Virus Scan Interface







RSVSCANTEST 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 RSVSCANTEST 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

VSCANTEST - Test for Virus Scan Interface


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 RSVSCANTEST. "Basic submit
SUBMIT RSVSCANTEST AND RETURN. "Return to original report after report execution complete
SUBMIT RSVSCANTEST 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: GF_TEST = D .
Selection Text: GF_SRV = D .
Selection Text: GF_PROF = D .
Selection Text: GF_GRP = D .
Selection Text: GF_FILE = D .
Selection Text: GF_ACTIO = D .
Selection Text: GF_XTEST = Test Data
Selection Text: GF_XSRV = Virus Scan Provider
Selection Text: GF_XPROF = Virus Scan Profile
Selection Text: GF_XGRP = Scanner Group
Selection Text: GF_XFILE = Local File
Selection Text: GF_XAPP = File on the Application Server
Selection Text: GF_DTL = Display Scan Details
Selection Text: GF_APPFI = Name of File
Title: Test for Virus Scan Interface
Text Symbol: EX2 = in the table of messages.
Text Symbol: EX1 = The error text is displayed as the last row
Text Symbol: EX0 = An exception occurred.
Text Symbol: 023 = Error Text
Text Symbol: 022 = Error Code
Text Symbol: 021 = Scan Errors
Text Symbol: 020 = Object
Text Symbol: 019 = Virus Name
Text Symbol: 018 = ID
Text Symbol: 017 = Infections
Text Symbol: 016 = Download Cleaned File
Text Symbol: 015 = Original Length: & Bytes, New Length: & Bytes
Text Symbol: 013 = MIME Type
Text Symbol: 012 = File Name Extension
Text Symbol: 011 = Content Information
Text Symbol: 010 = Cancel
Text Symbol: 009 = Continue
Text Symbol: 008 = Legal Note
Text Symbol: 007 = By choosing "Continue", you confirm cognizance of SAP Note &
Text Symbol: 006 = Cleaned File and Original File Are Identical
Text Symbol: 005 = Download...
Text Symbol: 004 = Return Value: & (&)
Text Symbol: 003 = Result





Text Symbol: 002 = General Settings
Text Symbol: 001 = Scanner Selection
Text Symbol: 000 = Object to Be Checked


INCLUDES used within this REPORT RSVSCANTEST

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:

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = ls_message.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lf_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lf_log_handle i_s_msg = ls_msg EXCEPTIONS OTHERS = 0.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_profile.

BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = lo_message_area i_s_display_profile = ls_profile i_t_log_handle = lt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Rechtlicher Hinweis'(008) text_question = lf_message text_button_1 = 'Weiter'(009) icon_button_1 = 'ICON_OKAY' text_button_2 = 'Abbrechen'(010) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_INFORMATION' IMPORTING answer = lf_answer EXCEPTIONS OTHERS = 1.



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