FCCX_TASK_EXEC_M
Persistet Messages
FCCX_TASK_EXEC_M is an SAP database table in S/4HANA. Persistet Messages. It contains 19 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FCCX_EXEC_MESSAGE_UNION | view_entity | from | Union of task_exec_m and task_execmc (cache from archive) | |
| FCCX_V_TASK_EXEC_M | view | left_outer | Join against FCCX_V_TASK_EXEC_ANALYZE |
Fields (19)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | msguuid | fccx_uuid | UUID | |||
| execuuid | fccx_uuid | UUID | ||||
| result_type | fccx_result_type | Result Type | ||||
| result_uuid | fccx_uuid | UUID | ||||
| lognumber | balognr | Log Number | ||||
| object | balobj_d | Object | ||||
| subobject | balsubobj | Subobject | ||||
| msgty | symsgty | Message Type | ||||
| msgid | symsgid | Message Class | ||||
| msgno | symsgno | Message Number | ||||
| msgv1 | symsgv | Message Variable | ||||
| msgv2 | symsgv | Message Variable | ||||
| msgv3 | symsgv | Message Variable | ||||
| msgv4 | symsgv | Message Variable | ||||
| msg_count | int4 | INT4 | ||||
| created_on | timestampl | Time Stamp | ||||
| created_by | syuname | User Name | ||||
| message | bapi_msg | Message Text |
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.
-- Persistet Messages
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FCCX_TASK_EXEC_M (
MANDT, -- Client [mandt]
MSGUUID, -- UUID [fccx_uuid]
EXECUUID, -- UUID [fccx_uuid]
RESULT_TYPE, -- Result Type [fccx_result_type]
RESULT_UUID, -- UUID [fccx_uuid]
LOGNUMBER, -- Log Number [balognr]
OBJECT, -- Object [balobj_d]
SUBOBJECT, -- Subobject [balsubobj]
MSGTY, -- Message Type [symsgty]
MSGID, -- Message Class [symsgid]
MSGNO, -- Message Number [symsgno]
MSGV1, -- Message Variable [symsgv]
MSGV2, -- Message Variable [symsgv]
MSGV3, -- Message Variable [symsgv]
MSGV4, -- Message Variable [symsgv]
MSG_COUNT, -- INT4 [int4]
CREATED_ON, -- Time Stamp [timestampl]
CREATED_BY, -- User Name [syuname]
MESSAGE, -- Message Text [bapi_msg]
PRIMARY KEY (MANDT, MSGUUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA