TVEPZ
Sales Document: Schedule Line Category Determination
TVEPZ is an SAP database table in S/4HANA. Sales Document: Schedule Line Category Determination. It contains 19 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ScheduleLineCategoryDetn | view | from | BASIC | Schedule Line Category Determination |
Fields (19)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | pstyv | pstyv | Item Category | |||
| KEY | dismm | dismm | MRP Type | |||
| ettyp | ettyd | PropSchdLneCat. | ||||
| etty1 | ettym | ManSchedLineCat | ||||
| etty2 | ettym | ManSchedLineCat | ||||
| etty3 | ettym | ManSchedLineCat | ||||
| etty4 | ettym | ManSchedLineCat | ||||
| etty5 | ettym | ManSchedLineCat | ||||
| etty6 | ettym | ManSchedLineCat | ||||
| etty7 | ettym | ManSchedLineCat | ||||
| etty8 | ettym | ManSchedLineCat | ||||
| etty9 | ettym | ManSchedLineCat | ||||
| ernam | ernam | Created By | ||||
| bedae | bedae | Reqmts type | ||||
| bedhk | bedhk | Source | ||||
| msr_bedae | msr_bedae_nonval | RqTp NV-Stock | ||||
| msr_immval | msr_bedae_immval | RqTp Imm-GV | ||||
| msr_bedae_drts | msr_bedae_drts | RqTp DR- Supplier |
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.
-- Sales Document: Schedule Line Category Determination
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TVEPZ (
MANDT, -- Client [mandt]
PSTYV, -- Item Category [pstyv]
DISMM, -- MRP Type [dismm]
ETTYP, -- PropSchdLneCat. [ettyd]
ETTY1, -- ManSchedLineCat [ettym]
ETTY2, -- ManSchedLineCat [ettym]
ETTY3, -- ManSchedLineCat [ettym]
ETTY4, -- ManSchedLineCat [ettym]
ETTY5, -- ManSchedLineCat [ettym]
ETTY6, -- ManSchedLineCat [ettym]
ETTY7, -- ManSchedLineCat [ettym]
ETTY8, -- ManSchedLineCat [ettym]
ETTY9, -- ManSchedLineCat [ettym]
ERNAM, -- Created By [ernam]
BEDAE, -- Reqmts type [bedae]
BEDHK, -- Source [bedhk]
MSR_BEDAE, -- RqTp NV-Stock [msr_bedae_nonval]
MSR_IMMVAL, -- RqTp Imm-GV [msr_bedae_immval]
MSR_BEDAE_DRTS, -- RqTp DR- Supplier [msr_bedae_drts]
PRIMARY KEY (MANDT, PSTYV, DISMM)
);
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