EXCEPT2 SAP (Object-Specific BC Set Error Case Exception Table) Table details

Dictionary Type: Table
Description: Object-Specific BC Set Error Case Exception Table




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




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

EXCEPT2 is a standard SAP Table which is used to store Object-Specific BC Set Error Case Exception Table data and is available within R/3 SAP systems depending on the version and release level.

The EXCEPT2 table consists of various fields, each holding specific information or linking keys about Object-Specific BC Set Error Case Exception Table data available in SAP. These include OBJECTTYPE (Object type), ERROR_NO (Message), IS_EXCEPT (Character Field Length 1), VERIFIED (Character Field Length 1).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = EXCEPT2T


SAP EXCEPT2 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
OBJECTNAMEObject Name OB_OBJECTCHAR30Assigned to domainOB_OBJECT
OBJECTTYPEObject type OB_TYPCHAR1OB_TYP
ERROR_NOMessage MESSNUMNUMC3MESSNUM
IS_EXCEPTCharacter Field Length 1 CHAR01CHAR1CHAR1
VERIFIEDCharacter Field Length 1 CHAR01CHAR1CHAR1
INACTIVECharacter Field Length 1 CHAR01CHAR1CHAR1
EXCLUDECharacter Field Length 1 CHAR01CHAR1CHAR1
DOCUStatus Flag for BC Set Use Scenario SCEN_FLAGCHAR2Assigned to domainOTYPE
ACTIVATEStatus Flag for BC Set Use Scenario SCEN_FLAGCHAR2Assigned to domainOTYPE
ACT_VERIFStatus Flag for BC Set Use Scenario SCEN_FLAGCHAR2Assigned to domainOTYPE
LOCK_DATAStatus Flag for BC Set Use Scenario SCEN_FLAGCHAR2Assigned to domainOTYPE
LUSERUser Name UNAMECHAR12UNAME
LDATEDate DATUMDATS8DATUM
LTIMETime UZEITTIMS6UZEIT
FUSERUser Name UNAMECHAR12UNAME
FDATEDate DATUMDATS8DATUM
STARTTIMETime UZEITTIMS6UZEIT
ENDTIMETime UZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EXCEPT2
INTO CORRESPONDING FIELDS OF WA_EXCEPT2
WHERE...

How to access SAP table EXCEPT2

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