VSCAN_PROF_PAR SAP (Config. Parameters for each Virus Scan Profile/Scanner Group) Table details

Dictionary Type: Table
Description: Config. Parameters for each Virus Scan Profile/Scanner Group




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




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

VSCAN_PROF_PAR is a standard SAP Table which is used to store Config. Parameters for each Virus Scan Profile/Scanner Group data and is available within R/3 SAP systems depending on the version and release level.

The VSCAN_PROF_PAR table consists of various fields, each holding specific information or linking keys about Config. Parameters for each Virus Scan Profile/Scanner Group data available in SAP. These include PROFILE (Virus Scan Profile), GROUP_ORDER (Position of the Scanner Group in the Virus Scan Profile), PARAMETER_KEY (Key of a Configuration Parameter), PARAMETER_VALUE (Configuration Parameter Value).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP VSCAN_PROF_PAR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFILEVirus Scan Profile VSCAN_PROFILECHAR40VSCAN_PROFVSCAN_PROFILE
GROUP_ORDERPosition of the Scanner Group in the Virus Scan Profile VSCAN_GROUP_ORDERNUMC2VSCAN_PROF_GRPNUMC2
PARAMETER_KEYKey of a Configuration Parameter VSCAN_PARAMETER_KEYCHAR30VSCAN_PARAMVSCAN_PARAMETER_KEY
PARAMETER_VALUEConfiguration Parameter Value VSCAN_PARAMETER_VALUECHAR128VSCAN_PARAMETER_VALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM VSCAN_PROF_PAR
INTO CORRESPONDING FIELDS OF WA_VSCAN_PROF_PAR
WHERE...

How to access SAP table VSCAN_PROF_PAR

Within an ECC or HANA version of SAP you can also view further information about VSCAN_PROF_PAR 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!