SAP ABAP Data Element VSCAN_TRACE_BITFLAG (Trace Components of the Virus Scan Server)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-VIR (Application Component) Anti-Virus Protection
     SVSCAN (Package) Virus Scan of SAP Objects
Basic Data
Data Element VSCAN_TRACE_BITFLAG
Short Description Trace Components of the Virus Scan Server  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFLAG    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Bit Flag 
Medium 15 Bit Flag Trace 
Long 20 Bit Flag Trace 
Heading 10 Bit Flag 
Documentation

Definition

Activates the selected component for trace output. To set this component in the virus scan server, chose "Activate".

Use

You can activate multiple components in different combinations for trace output. To do this, the individual decimal values of the components are added together to form the trace level.

Possible components:

The following components are supported (Component / Identifier / Value/ Meaning) for the output of a trace line:

  • Server Errors
    • Identifier:    * E *
    • Decimal Value:    2
    • Serious error in the virus scan server or in the virus scan interface.
  • Virus Infections
    • Identifier:    *VIR*
    • Decimal Value:    512
    • Virus infections reported by the external adapter. These are displayed for both "Scan" and "Clean" calls. Therefore, if a virus was succesfully removed, the trace also contains a note of an infection.

  • Virus Scan Adapter Functions
    • Identifier:    *VSA*
    • Decimal Value:    32
    • Function calls in an external adapter. Contains the parameters with which the adapter was called and, at the end of each function, the return values.

  • Virus Scan Adapter API Functions
    • Identifier:    *VSI*
    • Decimal Value:    64
    • Function calls within the virus scan interface. Contains the parameters with which the internal API was called and, at the end of each function, the return values.

  • Server Warnings
    • Identifier:    * W *
    • Decimal Value:    4
    • Possible errors or warnings in the virus scan server or in the virus scan interface.

  • Server Information
    • Identifier:    * I *
    • Decimal Value:    8
    • Additional information about the virus scan server or the virus scan interface.

  • Parameter Operations in the Virus Scan Adapter
    • Identifier:    *PAR*
    • Decimal Value:    8
    • Additional information about the virus scan server or the virus scan interface.

  • RFC Functions of the Virus Scan Server
    • Identifier:    *RFC*
    • Decimal Value:    2048
    • Function calls to the virus scan server using the RFC interface. The virus scan server is connected to an SAP system using the functions of the function group VSCAN_RFC. Each of these functions is logged here.

  • RFC Parameters and/or Table Contents of Virus Scan Server
    • Decimal Value:    8192
    • Contents of the ABAP Dictionary objects used; that is, the transported parameter and table contents.

  • Server Instances
    • Identifier:    *THR*
    • Decimal Value:    128
    • Thread operations (generation/termination) in the virus scan server.

  • Server Memory
    • Identifier:    * M *
    • Decimal Value:    16
    • Memory reservation or releases of the virus scan server.

  • Self-Trace of the Memory Trace
    • Identifier:    *MEM*
    • Decimal Value:    4096
    • The RFC function "VSCAN_RFC_TRACE' used for the memory trace is logged here. It is used for self-monitoring of the memory trace.

  • Record Everything
    • Decimal Value:    1
    • Activates all components for the memory trace.

History
Last changed by/on SAP  20041216 
SAP Release Created in 700