/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)
);