SCIINS_INF SAP (Code Inspector: Data from Inspections) Table details

Dictionary Type: Table
Description: Code Inspector: Data from Inspections




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




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

SCIINS_INF is a standard SAP Table which is used to store Code Inspector: Data from Inspections data and is available within R/3 SAP systems depending on the version and release level.

The SCIINS_INF table consists of various fields, each holding specific information or linking keys about Code Inspector: Data from Inspections data available in SAP. These include INSPECVERS (Code Inspector: Version Number of Element), CIUSER (Code Inspector: Person Responsible), INSPECNAME (Code Inspector: Element Name of an Inspection), TEXT (Code Inspector: Element Text (Chk, ChkV, ObjS, INSP)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SCIINS_INF 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
INSPECIDCode Inspector: Element ID (Chk, ChkV, ObjM, Inspec) SCI_IDNUMC3NUMC3
INSPECVERSCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
CIUSERCode Inspector: Person Responsible SCI_USERCHAR12AS4USERSCI_USERSCI_USER
INSPECNAMECode Inspector: Element Name of an Inspection SCI_INSPCHAR30CHAR30SCI_INSPSCI_INSP
TEXTCode Inspector: Element Text (Chk, ChkV, ObjS, INSP) SCI_TEXTCHAR60AS4TEXT
OBJTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJNAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
OBJSIDCode Inspector: Element ID (Chk, ChkV, ObjM, Inspec) SCI_IDNUMC3SCIOBJ_INFNUMC3
OBJSVERSCode Inspector: Version Number of Element SCI_VERSNUMC3NUMC3
OBJSUSERUser Name SYUNAMECHAR12SYCHAR12
CHECKVIDCode Inspector: Element ID (Chk, ChkV, ObjM, Inspec) SCI_IDNUMC3SCICHKV_HDNUMC3
CHECKUSERUser Name SYUNAMECHAR12SYCHAR12
CREADATECode Inspector: Changed On SCI_UPDDATDATS8
EXECDATECode Inspector: Executed On SCI_EXEDATDATS8
DELDATECode Inspector: Deleted On SCI_DELDATDATS8
EXECSTATUS 'O' Not Done, 'B' Batch Planned, 'R' Running, 'X' Performed0
RESTRICTEDCode Inspector: 'General Restrictions' Flag SCI_RESTRDCHAR1CHAR1
NOSUPPRESSCode Inspector: Display Exempted Messages As Well SCI_NOSUPCHAR1FLAG
UNAMCode Inspector: Last Changed by SCI_UNAMCHAR12
NOAUNITSCI: Do not display messages for AUnit test classes SCI_NOAUNITCHAR1FLAG
OCIGNORESCI: Ignore Object Classification SCI_OC_IGNORECHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCIINS_INF
INTO CORRESPONDING FIELDS OF WA_SCIINS_INF
WHERE...

How to access SAP table SCIINS_INF

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