SATC_CI_EXEMPTION_GRID_ROW SAP (Row in Exemption Browser) Structure details

Dictionary Type: Structure
Description: Row in Exemption Browser




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




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

SATC_CI_EXEMPTION_GRID_ROW 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 "Row in Exemption Browser" 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_SATC_CI_EXEMPTION_GRID_ROW TYPE SATC_CI_EXEMPTION_GRID_ROW.

The SATC_CI_EXEMPTION_GRID_ROW table consists of various fields, each holding specific information or linking keys about Row in Exemption Browser data available in SAP. These include EXEMPTION_ID (Unique ID - char 32 - text format), CHECK_SCOPE (Scope - Check or Message), CHKCLASS (Object Type Name), CHKCODE (Message code).. 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: Cannot Be Enhanced


SAP SATC_CI_EXEMPTION_GRID_ROW 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
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
EXEMPTION_STATE_ICONExemption state SATC_CI_EXEMPTION_STATE_ICONCHAR40
OBJECT_SCOPE_ICONObject scope SATC_CI_OBJ_SCOPE_ICONCHAR40
CHECK_TITLECheck Title SATC_CI_CHECK_TITLECHAR256SATC_CI_CHECK_TITLE
CHECK_MESSAGECheck Message / Type of Finding SATC_CI_CHECK_MESSAGECHAR128SATC_CI_CHECK_MESSAGE
REASON_TEXTExemption Reason - Descriptive SATC_CI_EXEMPTION_REASON_TEXTCHAR128SATC_CI_EXEMPTION_REASON_TEXT
PACKAGEPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
OBJECT_TYPE_DESCRObject type (as string) SATC_CI_OBJECT_TYPESTRG0
SUB_OBJECT_TYPE_DESCRSub object type (as string) SATC_CI_SUB_OBJECT_TYPESTRG0

Key field Non-key field



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

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

How to access SAP table SATC_CI_EXEMPTION_GRID_ROW

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