DD27VVTSTR SAP (Repository Infosystem: Structure via DD27VVT: View fields) Structure details

Dictionary Type: Structure
Description: Repository Infosystem: Structure via DD27VVT: View fields




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




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

DD27VVTSTR 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 "Repository Infosystem: Structure via DD27VVT: View fields" 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_DD27VVTSTR TYPE DD27VVTSTR.

The DD27VVTSTR table consists of various fields, each holding specific information or linking keys about Repository Infosystem: Structure via DD27VVT: View fields data available in SAP. These include VIEWFIELD (ABAP Dictionary: Name of view field), AS4LOCAL (Activation Status of a Repository Object), OBJPOS (Position in a repetition group), AS4VERS (Version of view).. 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 or numeric)


SAP DD27VVTSTR 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
VIEWNAMEName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
VIEWFIELDABAP Dictionary: Name of view field VIEWFIELDCHAR30Assigned to domainFDNAME
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
OBJPOSPosition in a repetition group MCPOSNUMC4AS4POS
AS4VERSVersion of view VIEWVERSNUMC4VIEWVERS
AGGTYPEAggregate Type AGGTYPECHAR1AGGTYPE
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
KEYFLAGIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
ROLLCHANGEIndicator for change to data element ROLLCHANGECHAR1DDFLAG
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
ROUTPUTLENLength (No. of Characters) DDLENGNUMC6DDLENG
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
LOGFLAGIndicator for writing change documents LOGFLAGCHAR1AS4FLAG
HEADLENMaximum length of heading HEADLENNUMC2SCRLEN
CHECKTABLECheck table name of the foreign key CHECKTABLECHAR30Assigned to domainAS4TAB
SCRLEN1Max. length for short field label SCRLEN_SNUMC2SCRLEN
SCRLEN2Max. length for medium field label SCRLEN_MNUMC2SCRLEN
SCRLEN3Max. length for long field label SCRLEN_LNUMC2SCRLEN
ACTFLAGActivation flag DTACTFLAGCHAR1DTACTFLAG
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
SIGNFLAGFlag for sign in numerical fields SIGNFLAGCHAR1AS4FLAG
LANGFLAGFlag for language-dependent values(not used) LANGFLAGCHAR1AS4FLAG
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
ENTITYTABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
MASKTemplate (not used) AS4MASKCHAR20AS4MASK
MASKLENTemplate length (not used) MASKLENNUMC4MASKLEN
DDTEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
AS4USERLast Changed by AS4USERCHAR12AS4USER
AS4DATEDate of Last Change AS4DATEDATS8AS4DATE
AS4TIMELast changed at AS4TIMETIMS6AS4TIME
ROOTTABPrimary table of an aggregate ROOTTABCHAR30Assigned to domainAS4TAB
REFFIELDReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
VIEWCLASSView Type VIEWCLASSCHAR1VIEWCLASS
AUTHCLASSActivation type AUTHCLASS_NUMC2AUTHCLASS
DDLANGUAGELanguage Key DDLANGUAGELANG1Assigned to domainISOLASPRAS
MASTERLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
REPTEXTHeading REPTEXTCHAR55REPTEXT
SCRTEXT_SShort Field Label SCRTEXT_SCHAR10SCRTEXT_S
SCRTEXT_MMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SCRTEXT_LLong Field Label SCRTEXT_LCHAR40SCRTEXT_L

Key field Non-key field



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

As DD27VVTSTR 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 DD27VVTSTR as there is no data to select.

How to access SAP table DD27VVTSTR

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