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

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




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




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

SCI_DY300 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_DY300 TYPE SCI_DY300.

The SCI_DY300 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_DATE_D (Code Inspector: Deleted On), O_DATE_D_NEW (Code Inspector: Deleted On), O_DATE_U (Code Inspector: Changed On), O_UNAM (Code Inspector: Last Changed by).. 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_DY300 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
X_O_SO_SAVCode Inspector: Copy/Save Object Set-Selection Only SCI_O_SAVECHAR1FLAG
O_DATE_DCode Inspector: Deleted On SCI_DELDATDATS8
O_DATE_D_NEWCode Inspector: Deleted On SCI_DELDATDATS8
O_DATE_UCode Inspector: Changed On SCI_UPDDATDATS8
O_UNAMCode Inspector: Last Changed by SCI_UNAMCHAR12
O_CNTCode Inspector: Number of Elements in an Object Set SCI_OBJCNTINT410
O_TA_1_TCode Inspektor: Copy of TROBJTYPE (R3TR Only) SCI_TROBJCHAR4OBJECTSCI_TROBJ
O_TA_2_TCode Inspektor: Copy of TROBJTYPE (R3TR Only) SCI_TROBJCHAR4OBJECTSCI_TROBJ
O_O1_UCode Inspector: Person Responsible SCI_USER_2CHAR12AS4USERSCI_USER
O_O1_GLCode Inspector: Global Element? SCI_GLCHAR30CHAR30
O_O1Code Inspector: Element Name of an Object Set SCI_OBJSCHAR30CHAR30SCI_OBJSSCI_OBJS
O_O1_VCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
O_O2_UCode Inspector: Person Responsible SCI_USER_2CHAR12AS4USERSCI_USER
O_O2_GLCode Inspector: Global Element? SCI_GLCHAR30CHAR30
O_O2Code Inspector: Element Name of an Object Set SCI_OBJSCHAR30CHAR30SCI_OBJSSCI_OBJS
O_O2_VCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
O_X_ORGeneral Flag FLAGCHAR1FLAG
O_X_ANDGeneral Flag FLAGCHAR1FLAG
F_CHKCode Inspector: Name of Check Class SCI_CHKCHAR30CHAR30SCI_CHK
X_OFROMPARCode Inspector: Object Set from Result Parameters SCI_X_PARCHAR1FLAG
O_I1_GLCode Inspector: Global Element? SCI_GLCHAR30CHAR30
O_I1Code Inspector: Target Inspection When Copying SCI_INSP_2CHAR30CHAR30SCI_INSP
O_I1_VCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
F_COLTXTCode Inspector: Object Collector Description SCI_COLTXTCHAR80TEXT80
IC_COLINFCode Inspector: Documentation SCI_COLINFCHAR30CHAR30
IC_COLPARCode Inspector: Parameters of an Object Collector SCI_COLPARCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table SCI_DY300

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