I_WORKCENTERTEXT

CDS View

Work Center - Text

I_WORKCENTERTEXT is a CDS View in S/4HANA. Work Center - Text. It contains 2 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
A_WorkCenterDescription view from COMPOSITE Description
C_ManageWrkCtrGrpWorkCenterVH view left_outer CONSUMPTION Consumption View for Work Center VH
I_WorkCenterTextBySemanticKey view inner BASIC Work Center by Semantic Key - Text
N_CapacityRequirementItemCap view left_outer Capacity Requirement Item Capacity Aux
N_OrderOperation view left_outer Order Operation Aux
R_WorkCenterTextTP view_entity from TRANSACTIONAL Description

Fields (2)

KeyField CDS FieldsUsed in Views
KEY Language Language 1
WorkCenterText WorkCenterText 3

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.

-- Work Center - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_WORKCENTERTEXT (
    LANGUAGE,
    WORKCENTERTEXT,
    PRIMARY KEY (LANGUAGE)
);