FCCX_TASK_EXEC_T
Transaction of a Task Execution
FCCX_TASK_EXEC_T is an SAP database table in S/4HANA. Transaction of a Task Execution. It contains 12 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FCCX_V_Task_exec_p | view_entity | inner | Left outer FCCX_TASK_EXEC_P -> TBCO |
Fields (12)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | transaction_uuid | FCCX_UUID | UUID | |||
| own_system_uuid | FCCX_UUID | UUID | ||||
| schedule_mode | FCCX_SCHEDULE_MODE | Sched. Mode | ||||
| schedule_imme_on | TIMESTAMPL | Time Stamp | ||||
| operation_code | FCCX_OPERATION_CODE | Operation Code | ||||
| is_test_run | BOOLE_D | TRUE | ||||
| created_by | UNAME | User Name | ||||
| created_on | TZNTSTMPL | Time Stamp | ||||
| last_changed_by | UNAME | User Name | ||||
| last_changed_on | TZNTSTMPL | Time Stamp | ||||
| correlation_id | BALNREXT | External ID |
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.
-- Transaction of a Task Execution
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FCCX_TASK_EXEC_T (
MANDT, -- Client [MANDT]
TRANSACTION_UUID, -- UUID [FCCX_UUID]
OWN_SYSTEM_UUID, -- UUID [FCCX_UUID]
SCHEDULE_MODE, -- Sched. Mode [FCCX_SCHEDULE_MODE]
SCHEDULE_IMME_ON, -- Time Stamp [TIMESTAMPL]
OPERATION_CODE, -- Operation Code [FCCX_OPERATION_CODE]
IS_TEST_RUN, -- TRUE [BOOLE_D]
CREATED_BY, -- User Name [UNAME]
CREATED_ON, -- Time Stamp [TZNTSTMPL]
LAST_CHANGED_BY, -- User Name [UNAME]
LAST_CHANGED_ON, -- Time Stamp [TZNTSTMPL]
CORRELATION_ID, -- External ID [BALNREXT]
PRIMARY KEY (MANDT, TRANSACTION_UUID)
);
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