SCIEXCEPTN_APPL SAP (Code Inspector: Table of Exception Requests) Table details

Dictionary Type: Table
Description: Code Inspector: Table of Exception Requests




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




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

SCIEXCEPTN_APPL is a standard SAP Table which is used to store Code Inspector: Table of Exception Requests data and is available within R/3 SAP systems depending on the version and release level.

The SCIEXCEPTN_APPL table consists of various fields, each holding specific information or linking keys about Code Inspector: Table of Exception Requests data available in SAP. These include OBJNAME (Object Name in Object Directory), OBJTYPE (Object Type), SUBOBJNAME (Object Name in Object Directory), SUBOBJTYPE (Object Type).. 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 SCIEXCEPTN_APPL 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
APPROVERSCI: Approver of an Exception SCI_APPROVERCHAR12AS4USER
OBJNAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
OBJTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
SUBOBJNAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
SUBOBJTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
CHKCATEGORYObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CHKCLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CHKCODECode Inspector: ID for Message Code SCI_ERRCCHAR10CHAR10
I1 CRC Value 10
I2 CRC Value 20
SCOPE_O 0
SCOPE_M 0
APPLICANTSCI: Person Requesting an Exception SCI_APPLICANTCHAR12AS4USER
EXCEPTDATSystem Date SYDATUMDATS8SYDATS
STATECHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
NOTECHAR72 data element for SYST SYCHAR72CHAR72SYCHAR72
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCIEXCEPTN_APPL
INTO CORRESPONDING FIELDS OF WA_SCIEXCEPTN_APPL
WHERE...

How to access SAP table SCIEXCEPTN_APPL

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