SATC_CI_EXEMPT SAP (Exemptions for Code Inspector mode) Table details

Dictionary Type: Table
Description: Exemptions for Code Inspector mode




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




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

SATC_CI_EXEMPT is a standard SAP Table which is used to store Exemptions for Code Inspector mode data and is available within R/3 SAP systems depending on the version and release level.

The SATC_CI_EXEMPT table consists of various fields, each holding specific information or linking keys about Exemptions for Code Inspector mode data available in SAP. These include CHECK_SCOPE (Scope - Check or Message), CHKCLASS (Object Type Name), CHKCODE (Message code), OBJECT_SCOPE (Object scope).. 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 SATC_CI_EXEMPT 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
EXEMPTION_IDUnique ID - char 32 - text format SATC_D_ID_TXCHAR32SYSUUID_C32
CHECK_SCOPEScope - Check or Message SATC_CI_CHECK_SCOPECHAR3SATC_CI_CHECK_SCOPE
CHKCLASSObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CHKCODEMessage code SATC_CI_MESSAGE_CODECHAR10CHAR10
OBJECT_SCOPEObject scope SATC_CI_OBJ_SCOPECHAR4SATC_CI_OBJ_SCOPE
OBJNAMEObject name SATC_CI_EXEMPT_OBJ_NAMECHAR40TADIRSOBJ_NAME
OBJTYPEObject type in object directory SATC_CI_EXEMPT_OBJ_TYPECHAR4OBJECTSATC_CI_TADIR_TYPES
SUBOBJNAMEFull Component Name SEOCPDNAMECHAR61CHAR61
SUBOBJTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
CHECKSUMNatural Number INT4INT410INT4
VALID_UNTILValid until date SATC_D_VALID_UNTIL_DDATS8SYDATS
STATEExemption state SATC_CI_EXEMPTION_STATECHAR4SATC_CI_EXEMPTION_STATE
PREV_STATEExemption state SATC_CI_EXEMPTION_STATECHAR4SATC_CI_EXEMPTION_STATE
APPLICANTApplicant for Exemption SATC_CI_EXEMPTION_APPLICANTCHAR12Assigned to domainAS4USERUSER_ADDR
APPL_LASTDate: Last Change by Applicant SATC_CI_EXEMPTION_APPL_LASTDATS8AS4DATE
REASONExemption Reason - Category SATC_CI_EXEMPTION_REASONCHAR4Assigned to domainSATC_CI_EXEMPTION_REASONSATC_CI_REASON_SHLP
APPL_COMMENTJustification SATC_CI_EXEMPTION_COMMENTSTRG0
APPROVERApprover SATC_CI_APPROVER_NAMECHAR12UNAMESATC_CI_APPROVER_SHLP
APPR_LASTDate: Last Change by Approver SATC_CI_EXEMPTION_APPR_LASTDATS8AS4DATE
APPR_COMMENTJustification SATC_CI_EXEMPTION_COMMENTSTRG0
NOTIFICATION_REQUESTNotification for approver of exemption SATC_CI_EXEMPTION_NOTIFICATIONCHAR4SATC_CI_EXEMPTION_NOTIFICATION
LAST_CHANGEDChanged on SABP_D_UPDATE_ONDEC15TZNTSTMPS
DELETEDBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
EXEMPTION_CRCNatural Number INT4INT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM SATC_CI_EXEMPT
INTO CORRESPONDING FIELDS OF WA_SATC_CI_EXEMPT
WHERE...

How to access SAP table SATC_CI_EXEMPT

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