I_FRCELMNTORGSUBTYPE

CDS View

Value Help Interface view for Sub Type of FE Org

I_FRCELMNTORGSUBTYPE is a CDS View in S/4HANA. Value Help Interface view for Sub Type of FE Org. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_FrcElmntOrgAddrSubTypeVH view from CONSUMPTION Value Help Consumption View for Address Sub Type

Fields (2)

KeyField CDS FieldsUsed in Views
KEY FrcElmntOrgInfoType FrcElmntOrgInfoType 1
KEY FrcElmntOrgSubType FrcElmntOrgSubType 1

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.

-- Value Help Interface view for Sub Type of FE Org
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_FRCELMNTORGSUBTYPE (
    FRCELMNTORGINFOTYPE,
    FRCELMNTORGSUBTYPE,
    PRIMARY KEY (FRCELMNTORGINFOTYPE, FRCELMNTORGSUBTYPE)
);