PLKZ
Task list: main header
PLKZ is an SAP database table in S/4HANA. Task list: main header. It contains 23 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_BillOfOperations | view | from | BASIC | Bill of Operations |
| I_MaintTaskListGroupCounter | view | from | BASIC | Maintenance Task List Group Counter |
| I_MasterRecipe | view | from | BASIC | Master Recipe Main Header Details |
| I_MfgEngShopFloorRtgMatlBasic | view_entity | inner | BASIC | Shop Floor Rtg with Material Assignment |
| I_ProductionRouting | view_entity | from | BASIC | Production Routing main header details |
| P_RtgMainHeaderSrchMod | view_entity | from | BASIC |
Fields (23)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | plnty | plnty | Task List Type | |||
| KEY | plnnr | plnnr | Group | |||
| KEY | plnal | plnal | Group Counter | |||
| abdat | abrufdat | Last Call | ||||
| abanz | abrufanz | No. of Calls | ||||
| aedat | aedatum | Changed on | ||||
| aeuzeit | aeuzeit | Changed at | ||||
| aenam | aenam | Changed By | ||||
| delkz | cp_delkz | Deletion Flag | ||||
| staufg | staufg | WrkCntr Op set | ||||
| flg_ecm | rtg_ecm | Change no. ind. | ||||
| flg_ecm_par | rtg_ecm_parameter | Param.Eff.Ind. | ||||
| subtype | plnsubtype | Version Profile | ||||
| altext | planaltext | Description | ||||
| rework | mpe_rework_routing | Rework Routing | ||||
| relaxed | mpe_flexible_processing | Flexible | ||||
| execution_in_me | mpe_execution_in_me | SAP ME | ||||
| reference_template_type | mpe_rtg_ref_template_type | Template Type | ||||
| reference_template_subtype | mpe_rtg_ref_template_subtype | Validity | ||||
| reference_template_category | mpe_rtg_ref_template_category | Templ. Category | ||||
| reference_template_owner | mpe_owner | Owner | ||||
| erp_integration | mpe_erp_integration | ERP Integration |
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.
-- Task list: main header
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PLKZ (
MANDT, -- Client [mandt]
PLNTY, -- Task List Type [plnty]
PLNNR, -- Group [plnnr]
PLNAL, -- Group Counter [plnal]
ABDAT, -- Last Call [abrufdat]
ABANZ, -- No. of Calls [abrufanz]
AEDAT, -- Changed on [aedatum]
AEUZEIT, -- Changed at [aeuzeit]
AENAM, -- Changed By [aenam]
DELKZ, -- Deletion Flag [cp_delkz]
STAUFG, -- WrkCntr Op set [staufg]
FLG_ECM, -- Change no. ind. [rtg_ecm]
FLG_ECM_PAR, -- Param.Eff.Ind. [rtg_ecm_parameter]
SUBTYPE, -- Version Profile [plnsubtype]
ALTEXT, -- Description [planaltext]
REWORK, -- Rework Routing [mpe_rework_routing]
RELAXED, -- Flexible [mpe_flexible_processing]
EXECUTION_IN_ME, -- SAP ME [mpe_execution_in_me]
REFERENCE_TEMPLATE_TYPE, -- Template Type [mpe_rtg_ref_template_type]
REFERENCE_TEMPLATE_SUBTYPE, -- Validity [mpe_rtg_ref_template_subtype]
REFERENCE_TEMPLATE_CATEGORY, -- Templ. Category [mpe_rtg_ref_template_category]
REFERENCE_TEMPLATE_OWNER, -- Owner [mpe_owner]
ERP_INTEGRATION, -- ERP Integration [mpe_erp_integration]
PRIMARY KEY (MANDT, PLNTY, PLNNR, PLNAL)
);
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