Fonction SAP VSCAN_RFC_GET_SERVERS - Read the System's Virus Scan Servers

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
IF_SCANNER_GROUP VSCAN_SERVER_GROUP C 10 X Scanner Group

Paramètre Reférence Long. Facultatif Description
ET_SERVERS VSCAN_RFC_SERVERS 86 Structure with Information About the Virus Scan Servers

Exception Description
NOT_AUTHORIZED No Authorization
PARAMETER_ERROR Incorrect Input Parameter

Functionality
Vendors of scan engines certified for the virus scan interface can usethis function module to call information about the virus scan serversmaintained in thi system, to provide this information, for example,to an administrator for selection to control the option foradministering the virus scan servers provided with the functionmodule VSCAN_RFC_RELOAD.

Description
Name of the scanner group for which data is to be read.

Value range
If this parameter is filled, only data for virus scan servers in thisgroup is read.
If the parameter is left empty, data for all virus scan servers is read.

Description
Return the read data for virus scan servers.

Value range
The result is a table with the following fields:

  • SERVER_NAME: The name of the virus scan server, with which it
  • can be addressed individually in the VSCAN_RFC_RELOAD module. This fieldis unique within the result table.
    • SCANNER_GROUP: The name of the scanner group to which the
    • virus scan server belongs.
      • STATUS: The status set in Customizing for the virus scan server.
      • This is not the current availability status. The following values arepossible:
        ACTV: The virus scan server should be active on the specifiedapplication server.
        ACTS: The virus scan server should be active as a self-startingserver. The specified application server is the monitoring applicationserver.
        INAC: The virus scan server is stored on the specifiedapplication server, but should not be started.
        NONE: The virus scan server has been removed from the monitoringby the administrator.
        • APPLICATION_SERVER: The application server on which the virus
        • scan server is stored, or which monitors the virus scan server.