SAP VSCAN_GROUP_P Configuration Parameters of the Scanner Group Table
Overview
VSCAN_GROUP_P is a standard SAP S/4HANA table that stores Configuration Parameters of the Scanner Group data. There are total 3 fields in the VSCAN_GROUP_P table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VSCAN_GROUP_P belongs to Anti-Virus Protection (BC-SEC-VIR) module and is located in the package Virus Scan of SAP Objects (SVSCAN).
In addition, following links provide an overview of foreign key relationships, if any, that link VSCAN_GROUP_P to other SAP tables and standard CDS views available based on VSCAN_GROUP_P table in S/4HANA 2020.
Techincal Settings of VSCAN_GROUP_P
Below are technical details of the table VSCAN_GROUP_P
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of VSCAN_GROUP_P Fields
The following table gives you an overview of the fields available in VSCAN_GROUP_P
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| SCANGROUP | Scanner Group | VSCAN_SERVER_GROUP | VSCAN_GROUP | CHAR | 10 |
| PARAMETER_KEY | Key of a Configuration Parameter | VSCAN_PARAMETER_KEY | VSCAN_PARAM | CHAR | 30 |
| PARAMETER_VALUE | Configuration Parameter Value | VSCAN_PARAMETER_VALUE | CHAR | 128 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VSCAN_GROUP_P
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VSCAN_GROUP_P | PARAMETER_KEY | 1: CN | VSCAN_PARAM |
| VSCAN_GROUP_P | SCANGROUP | 1: CN | VSCAN_GROUP |