I_TEXTOBJECT

CDS View

Text Object

I_TEXTOBJECT is a CDS View in S/4HANA. Text Object. It contains 4 fields. 14 CDS views read from this table.

CDS Views using this table (14)

ViewTypeJoinVDMDescription
I_IHBAccountClosureText view inner COMPOSITE IHB Account Closure Long Text
I_IHBAccountDeletionText view inner COMPOSITE IHB Account Deletion Long Text
I_MaintenanceItemText view inner COMPOSITE Maintenance Item Long Text
I_MaintenancePlanText view inner COMPOSITE Maintenance Plan Long Text
P_ACMTrdgContrItemTxtConfig view from BASIC Private view: Contract Item Text Details
P_ACMTrdgContrItemTxtConfigDet view from BASIC Private view: Contract Item Text Details
P_ACMTrdgContrText view from BASIC Private view: Text Details
P_ACMTrdgContrTextDet view from BASIC Private view: Text Details
P_BatchDescrSdmVersionBySapScr view from COMPOSITE
P_InternalOrderLongDescription view_entity from COMPOSITE
P_PPM_Note view from BASIC
P_PurchaseCtrTextFileInter view from BASIC
P_ServiceDocItemNote view from COMPOSITE Service Transaction Notes
P_ServiceDocNote view from COMPOSITE Service Transaction Notes

Fields (4)

KeyField CDS FieldsUsed in Views
KEY Language Language 6
KEY TextObjectCategory TechnicalObjectType 1
KEY TextObjectKey ArchitecturalObjectNumber,TextObjectKey 5
KEY TextObjectType DocumentText 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
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_TEXTOBJECT (
    LANGUAGE,
    TEXTOBJECTCATEGORY,
    TEXTOBJECTKEY,
    TEXTOBJECTTYPE,
    PRIMARY KEY (LANGUAGE, TEXTOBJECTCATEGORY, TEXTOBJECTKEY, TEXTOBJECTTYPE)
);