/DSD/VC_VPTYPET

Transparent Table Customizing Table

DSD: Visit Schedule Type - Texts

/DSD/VC_VPTYPET is an SAP database table in S/4HANA. DSD: Visit Schedule Type - Texts. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_DSD_VisitScheduleTypeText view_entity from BASIC Visit Schedule Type - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY vptyp /DSD/VC_VPTYP Visit Plan Type
KEY langu LANGU Language
vptypt /DSD/VC_VPTYPT Name

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.

-- DSD: Visit Schedule Type - Texts
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /DSD/VC_VPTYPET (
    MANDT,   -- Client [MANDT]
    VPTYP,   -- Visit Plan Type [/DSD/VC_VPTYP]
    LANGU,   -- Language [LANGU]
    VPTYPT,  -- Name [/DSD/VC_VPTYPT]
    PRIMARY KEY (MANDT, VPTYP, LANGU)
);