DD27S SAP (Fields in an Aggregate (View, MC Object, Lock Object)) Table details

Dictionary Type: Table
Description: Fields in an Aggregate (View, MC Object, Lock Object)




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




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

DD27S is a standard SAP Table which is used to store Fields in an Aggregate (View, MC Object, Lock Object) data and is available within R/3 SAP systems depending on the version and release level.

The DD27S table consists of various fields, each holding specific information or linking keys about Fields in an Aggregate (View, MC Object, Lock Object) data available in SAP. These include AS4LOCAL (Activation Status of a Repository Object), OBJPOS (Position in a repetition group), AS4VERS (Version of view), VIEWFIELD (ABAP Dictionary: Name of view field).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DD27S 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
VIEWNAMEName of SAP table view VIEWNAMECHAR30DD25LVIEWNAMEDVI
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
OBJPOSPosition in a repetition group MCPOSNUMC4AS4POS
AS4VERSVersion of view VIEWVERSNUMC4VIEWVERS
VIEWFIELDABAP Dictionary: Name of view field VIEWFIELDCHAR30Assigned to domainFDNAME
TABNAMEBase table of a view VIBASTABCHAR30Assigned to domainAS4TAB
FIELDNAMEBase field VIBASFLDCHAR30Assigned to domainFDNAME
KEYFLAGFlag for field belonging to key area VIKEYFLAGCHAR1KEYFLAG
MCFIELDIDMatchcode field ID MCFIELDIDCHAR3MCFIELDID
EFORMName of ABAP form FORMROUTCHAR16FORMROUT
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30DD04LROLLNAMEROLDD_DTEL
ENQMODELock mode ENQMODECHAR1ENQMODE
RDONLYMaintenance attribute for view field VFLDROFLAGCHAR1VFLDRDONLY
ROLLCHANGEIndicator for change to data element ROLLCHANGECHAR1DDFLAG
DBVIEWFIELDDD: Concatenated Field Name DDFIELDNAME_LCHAR256DDFIELDNAME_L
EXVDATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
EXVFLENGTHLength (No. of Characters) DDLENGNUMC6DDLENG
EXVDECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG

Key field Non-key field



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

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

SELECT SINGLE *
FROM DD27S
INTO CORRESPONDING FIELDS OF WA_DD27S
WHERE...

How to access SAP table DD27S

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