_EXCEPTIONCODE

_EXCEPTIONCODE is an SAP database table in S/4HANA. It contains 8 fields.

Fields (8)

KeyField CDS FieldsUsed in Views
bo_type bo_type 2
BusinessObjectType BusinessObjectType 1
exception_code exception_code,ExceptionCode 6
exception_code_uuid ExceptionCodeUUID 1
ExceptionIDDescription ExceptionCodeDescription 1
ext_excp_code ExternalExceptionCode 1
proc_cluster proc_cluster 2
ProcessCluster ProcessCluster 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _EXCEPTIONCODE (
    BO_TYPE,
    BUSINESSOBJECTTYPE,
    EXCEPTION_CODE,
    EXCEPTION_CODE_UUID,
    EXCEPTIONIDDESCRIPTION,
    EXT_EXCP_CODE,
    PROC_CLUSTER,
    PROCESSCLUSTER
);