SCI_DD28S SAP () Table details

Dictionary Type: Table
Description:




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




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

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

The SCI_DD28S table consists of various fields, each holding specific information or linking keys about data available in SAP. These include AS4LOCAL (Activation Status of a Repository Object), AS4VERS (Version of a selection condition), POSITIONX (Position in a repetition group), TABNAME (Table Name).. 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: Cannot Be Enhanced


SAP SCI_DD28S 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
CONDNAMESelection condition ID CONDNAMECHAR30CONDNAME
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
AS4VERSVersion of a selection condition CONDVERSNUMC4DD29LCONDVERS
POSITIONXPosition in a repetition group MCPOSNUMC4AS4POS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
NEGATIONNOT operator in selection conditions VSNEGATIONCHAR3VSNEGATION
OPERATOROperator in a selection condition VSOPERATORCHAR2VSOPERATOR
CONSTANTSConstant in selection conditions VSCONSTCHAR38VSCONST
CONTLINEFlag for continuation line in selection conditions VSCONTFLAGCHAR1AS4FLAG
AND_ORAND/OR link in a selection condition VSCONJCHAR3VSCONJ
OFFSETXOffset within a matchcode field MCIDOFFSNUMC4DDLEN
FLENGTHField length within a MC ID MCIDLENNUMC4DDLEN
MCOFIELDMatchcode field name MCFIELDNCHAR30Assigned to domainFDNAME
JOPERATORDD: Join Operator; Example: INNER JOIN, LEFT OUTER JOIN JOPERATORCHAR5JOPERATOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCI_DD28S
INTO CORRESPONDING FIELDS OF WA_SCI_DD28S
WHERE...

How to access SAP table SCI_DD28S

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