PLFT
Process Instructions
PLFT is an SAP database table in S/4HANA. Process Instructions. It contains 22 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| sdm_task_list | view | inner | SDM: All Task List Tables |
Fields (22)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | plnty | plnty | Task List Type | |||
| KEY | plnnr | plnnr | Group | |||
| KEY | plnkn | plnkn | Node | |||
| KEY | plnph | plnph | Sub-Calculation | |||
| KEY | plnft | plnft | Proc. instr. | |||
| KEY | zaehl | cim_count | Counter | |||
| datuv | datuv | Valid From | ||||
| loekz | loekz | Deletion Indic. | ||||
| aennr | aennr | Change Number | ||||
| andat | andat | Created On | ||||
| annam | annam | Created by | ||||
| aedat | aedat | Changed On | ||||
| aenam | aenam | Changed By | ||||
| werks | werks_d | Plant | ||||
| ftrnr | r_ftnr | Line number | ||||
| cstyp | co_cstyp | Object Type | ||||
| costr | r_costr | PI category | ||||
| csktx | r_csktx | Description | ||||
| fttyp | co_fttyp | ProcInstr.Type | ||||
| valid_to | datub | to | ||||
| loekz_inherited | lkenz | Deletion Ind. |
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.
-- Process Instructions
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PLFT (
MANDT, -- Client [mandt]
PLNTY, -- Task List Type [plnty]
PLNNR, -- Group [plnnr]
PLNKN, -- Node [plnkn]
PLNPH, -- Sub-Calculation [plnph]
PLNFT, -- Proc. instr. [plnft]
ZAEHL, -- Counter [cim_count]
DATUV, -- Valid From [datuv]
LOEKZ, -- Deletion Indic. [loekz]
AENNR, -- Change Number [aennr]
ANDAT, -- Created On [andat]
ANNAM, -- Created by [annam]
AEDAT, -- Changed On [aedat]
AENAM, -- Changed By [aenam]
WERKS, -- Plant [werks_d]
FTRNR, -- Line number [r_ftnr]
CSTYP, -- Object Type [co_cstyp]
COSTR, -- PI category [r_costr]
CSKTX, -- Description [r_csktx]
FTTYP, -- ProcInstr.Type [co_fttyp]
VALID_TO, -- to [datub]
LOEKZ_INHERITED, -- Deletion Ind. [lkenz]
PRIMARY KEY (MANDT, PLNTY, PLNNR, PLNKN, PLNPH, PLNFT, ZAEHL)
);
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