EG27D SAP (Screen Fields: Device Group) Structure details

Dictionary Type: Structure
Description: Screen Fields: Device Group




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




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

EG27D is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screen Fields: Device Group" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EG27D TYPE EG27D.

The EG27D table consists of various fields, each holding specific information or linking keys about Screen Fields: Device Group data available in SAP. These include DEVGRP (Device group), DEVGRPTYP (Type of device group), DEVGRPCAT (Device group category), DEVGRPTYPTXT (Text Field of Length 60).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EG27D structure 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
DEVGRPDevice group DEVGRPCHAR8EDEVGRALPHADEVGRPDGP
DEVGRPTYPType of device group DEVGRPTYPCHAR4TE593DEVGRPTYPDEVGRPTYP
DEVGRPCATDevice group category DEVGRPCATNUMC2DEVGRPCAT
DEVGRPTYPTXTText Field of Length 60 TEXT60CHAR60TEXT60
DEVGRPCATTXTText (30 Characters) TEXT30CHAR30TEXT30
STICHTAGKey Date for Selection According to Time-Related Validity STICHTAGDATS8DATUM
GERAETDevice GERAETCHAR18GERNRGERNRGEREGER
SPARTYPDivision category SPARTYPNUMC2SPARTYPSPT
SPARTYPTXTText (20 Characters) TEXT20CHAR20TEXT20
GERTYPDevice category GERTYPCHAR18Assigned to domainMATN1MATNRMAT
BAUKLASConstruction class BAUKLASCHAR8TE237BAUKLASBAK
FUNKLASFunction class FUNKLASCHAR8TE055FUNKLASFUK
WANDARTTransformer type WANDARTCHAR1WANDART
BAUFORMDevice category description BAUFORMCHAR30TEXT30
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
DEVGRPABDate from which time slice is valid ABZEITSCHDATS8DATUM
DEVGRPBISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
PRORATEProrate to target date PRORATECHAR1KENNZX
KOMBINATCombination of a device category KOMBINATCHAR8KOMBINAT
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
DEVLOCDevice Location DEVLOCCHAR30Assigned to domainTPLNRTPLNRGEPEGPL
KZ_EGERRDevice info record KZ_SMALL_DEVICECHAR1KENNZX

Key field Non-key field



How do I retrieve data from SAP structure EG27D using ABAP code?

As EG27D is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EG27D as there is no data to select.

How to access SAP table EG27D

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