I_TEXTOBJECTTYPE

CDS View

Text Object Type

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

CDS Views using this table (11)

ViewTypeJoinVDMDescription
C_BPTextObjectTypeVH view from CONSUMPTION BP Text Object Type VH
C_CustCompanyTextObjectTypeVH view from CONSUMPTION Customer Company textobjecttype VH
C_CustMatlTextObjectTypeVH view_entity from CONSUMPTION Text Type for Customer Material
C_CustomerTextObjectTypeVH view inner CONSUMPTION Customer textobjecttype value help
C_CustSalesTextObjectTypeVH view inner CONSUMPTION Customer Sales textobjecttype VH
C_SuplrCompanyTextObjectTypeVH view from CONSUMPTION Supplier Company TextObjectType VH
C_SuplrPurgOrgTextObjectTypeVH view from CONSUMPTION Supplier Purchasing TextObjectType VH
C_SupplierTextObjectTypeVH view from CONSUMPTION Supplier TextObjectType Value help
I_ACMTrdgContrTextObjType view from BASIC Master Data for ACM Trading Contract Text Object Type
I_SDDocumentItemLongTextID view from BASIC Long Text ID of Sales Document Item
I_SDDocumentLongTextID view from BASIC Long Text ID of SD Document

Fields (2)

KeyField CDS FieldsUsed in Views
KEY TextObjectCategory TextObjectCategory 7
KEY TextObjectType TextObjectType 7

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
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_TEXTOBJECTTYPE (
    TEXTOBJECTCATEGORY,
    TEXTOBJECTTYPE,
    PRIMARY KEY (TEXTOBJECTCATEGORY, TEXTOBJECTTYPE)
);