I_TEXTOBJECTTYPETEXT

CDS View

Text Object Type - Text

I_TEXTOBJECTTYPETEXT is a CDS View in S/4HANA. Text Object Type - Text. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_ACMTrdgContrTextObjTypeTxt view from BASIC Master Data for ACM Trading Contract - Text
P_PurchaseCtrTextFileInter view left_outer BASIC

Fields (2)

KeyField CDS FieldsUsed in Views
Language Language 1
TextObjectTypeName Note 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.

-- Text Object Type - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_TEXTOBJECTTYPETEXT (
    LANGUAGE,
    TEXTOBJECTTYPENAME
);