VSCAN_SERVER SAP (Virus Scan Provider Definition) Table details

Dictionary Type: Table
Description: Virus Scan Provider Definition




ABAP Code to SELECT data from VSCAN_SERVER
Related tables to VSCAN_SERVER
Access table VSCAN_SERVER




Table field list including key, data, relationships and ABAP select examples

VSCAN_SERVER is a standard SAP Table which is used to store Virus Scan Provider Definition data and is available within R/3 SAP systems depending on the version and release level.

The VSCAN_SERVER table consists of various fields, each holding specific information or linking keys about Virus Scan Provider Definition data available in SAP. These include TYPE (Virus Scan Provider Type), SCANGROUP (Scanner Group), STATUS (Monitoring Status of the Virus Scan Provider in the CCMS), ASNAME (Monitoring Application Server for the Virus Scan Provider).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VSCAN_SERVER table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
NAMEVirus Scan Provider Name VSCAN_SERVER_NAMECHAR32VSCAN_SERVER_NAME
TYPEVirus Scan Provider Type VSCAN_SERVER_PROVIDER_TYPECHAR10VSCAN_PROVIDER_TYPE
SCANGROUPScanner Group VSCAN_SERVER_GROUPCHAR10VSCAN_GROUPVSCAN_SERVER_GROUP
STATUSMonitoring Status of the Virus Scan Provider in the CCMS VSCAN_SERVER_STATUSCHAR4VSCAN_SERVER_STATUS
ASNAMEMonitoring Application Server for the Virus Scan Provider VSCAN_SERVER_ASNAMECHAR40MSNAME2
TRACELEVELTrace Level for the Virus Scan Server VSCAN_SERVER_TRACELEVELNUMC1VSCAN_SERVER_TRACELEVEL
CODEPAGECode Page for the Virus Scan Provider VSCAN_SERVER_CODEPAGENUMC4Assigned to domainCPCODEPAGE
INITINTERVALReinitialization Interval of Virus Scan Provider in Hours VSCAN_SERVER_INIT_INTERVALNUMC4VSCAN_SERVER_INIT_INTERVAL
MAX_INSTANCESMaximum No. of Instances Provided by the Virus Scan Server VSCAN_SERVER_MAX_INSTANCESNUMC3VSCAN_SERVER_MAX_INSTANCES
CONFIG_FILEPath for Configuration File of the Virus Scan Provider VSCAN_SERVER_CONFIG_FILECHAR132VSCAN_SERVER_PATH
DIR_EXECUTABLEDirectory for Starting the Virus Scan Server VSCAN_SERVER_EXE_DIRCHAR132VSCAN_SERVER_PATH
VSA_LIBPath to Virus Scan Adapter Library VSCAN_SERVER_VSA_LIBCHAR132VSCAN_SERVER_PATH
LAST_INITUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
INSTANCE_NAMEInstance Name for the Virus Scan Server Start VSCAN_SERVER_INSTANCE_NAMECHAR3VSCAN_SERVER_INSTANCE_NAME

Key field Non-key field



How do I retrieve data from SAP table VSCAN_SERVER using ABAP code

The following ABAP code Example will allow you to do a basic selection on VSCAN_SERVER to SELECT all data from the table
DATA: WA_VSCAN_SERVER TYPE VSCAN_SERVER.

SELECT SINGLE *
FROM VSCAN_SERVER
INTO CORRESPONDING FIELDS OF WA_VSCAN_SERVER
WHERE...

How to access SAP table VSCAN_SERVER

Within an ECC or HANA version of SAP you can also view further information about VSCAN_SERVER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!