VSCAN_PROF_GRP SAP (Scanner Groups for each Virus Scan Profile) Table details

Dictionary Type: Table
Description: Scanner Groups for each Virus Scan Profile




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




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

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

The VSCAN_PROF_GRP table consists of various fields, each holding specific information or linking keys about Scanner Groups for each Virus Scan Profile data available in SAP. These include PROFILE (Virus Scan Profile), GROUP_ORDER (Position of the Scanner Group in the Virus Scan Profile), STEP_TYPE (Type of an Entry in the Virus Scan Profile), SCANGROUP (Scanner Group).. 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_GRP 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_ORDERNUMC2NUMC2
STEP_TYPEType of an Entry in the Virus Scan Profile VSCAN_PROFILE_STEP_TYPECHAR10VSCAN_PROFILE_STEP_TYPE
SCANGROUPScanner Group VSCAN_SERVER_GROUPCHAR10VSCAN_GROUPVSCAN_SERVER_GROUP
PROFILE_CONTVirus Scan Profile VSCAN_PROFILECHAR40VSCAN_PROFVSCAN_PROFILE

Key field Non-key field



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

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

SELECT SINGLE *
FROM VSCAN_PROF_GRP
INTO CORRESPONDING FIELDS OF WA_VSCAN_PROF_GRP
WHERE...

How to access SAP table VSCAN_PROF_GRP

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