TVEPZ

Transparent Table Customizing (protected)

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)

ViewTypeJoinVDMDescription
I_ScheduleLineCategoryDetn view from BASIC Schedule Line Category Determination

Fields (19)

KeyField Data ElementDescription DomainTypeLength
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)
);