VSCAN_GROUP SAP (Scanner Groups) Table details

Dictionary Type: Table
Description: Scanner Groups




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




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

VSCAN_GROUP is a standard SAP Table which is used to store Scanner Groups data and is available within R/3 SAP systems depending on the version and release level.

The VSCAN_GROUP table consists of various fields, each holding specific information or linking keys about Scanner Groups data available in SAP. These include BADI_IMPL (Scanner Group Is Implemented by a BAdI).. 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)

Text table = VSCAN_GROUPT


SAP VSCAN_GROUP 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
SCANGROUPScanner Group VSCAN_SERVER_GROUPCHAR10VSCAN_SERVER_GROUP
BADI_IMPLScanner Group Is Implemented by a BAdI VSCAN_GROUP_BADICHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VSCAN_GROUP
INTO CORRESPONDING FIELDS OF WA_VSCAN_GROUP
WHERE...

How to access SAP table VSCAN_GROUP

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