SCI_DYSO SAP (Code Inspector: Structure for Screen) Structure details

Dictionary Type: Structure
Description: Code Inspector: Structure for Screen




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




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

SCI_DYSO 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 "Code Inspector: Structure for Screen" 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_SCI_DYSO TYPE SCI_DYSO.

The SCI_DYSO table consists of various fields, each holding specific information or linking keys about Code Inspector: Structure for Screen data available in SAP. These include O_TADIR_C (Software Component), O_TADIR_T (Transport Layer in ABAP Workbench), O_TADIR_P (Package), O_TADIR_S (Original System of Object).. 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 SCI_DYSO 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
O_TADIR_AApplication component ID UFPS_POSIDCHAR24UFPS_POSID
O_TADIR_CSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
O_TADIR_TTransport Layer in ABAP Workbench DEVLAYERCHAR4DEVLAYERTCE_TRANSPORT_LAYERS
O_TADIR_PPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
O_TADIR_SOriginal System of Object SRCSYSTEMCHAR10SYSNAME
O_TADIR_RPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
O_TA_1Object Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
O_TA_2Object Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
O_PRG_NABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
O_PRG_TProgram type SUBCCHAR1SUBC
O_PRG_SStatus RDIR_RSTATCHAR1RSTAT
O_PRG_AAuthor CNAMCHAR12SYCHAR12
O_CLASObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
O_FUGRFunction group, to which the function module belongs RS38L_AREACHAR26Assigned to domainAREA
O_REPOProgram/Transaction in SQL Trace Evaluation SCI_REPOCHAR40Assigned to domainPROGRAMMRID
O_WDYNWeb Dynpro: Component Name WDY_COMPONENT_NAMECHAR30WD_COMPONENT
O_DDICCode Inspector: Dictionary Type SCI_DDICCHAR30TABNAME
O_DDTYType Group TYPEGROUPCHAR5TYPEGROUPDOB
F_OBJTCode Inspektor: Copy of TROBJTYPE (R3TR Only) SCI_TROBJCHAR4OBJECTSCI_TROBJ
F_OBJObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
F_DEVCPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
F_RESPPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
F_ERRTYCode Inspector: Message Type (Info, Warning, ...)) SCI_ERRTYCHAR1SCI_ERRTY
F_ERRCCode Inspector: ID for Message Code SCI_ERRCCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table SCI_DYSO

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