_TEXTOBJECTPLAINLONGTEXT

_TEXTOBJECTPLAINLONGTEXT is an SAP database table in S/4HANA. It contains 6 fields.

Fields (6)

KeyField CDS FieldsUsed in Views
KEY Language Language 7
KEY TextObjectCategory TechnicalObjectType,TextObjectCategory 3
KEY TextObjectType TextObjectType 2
_Language _Language 1
PlainLongText EquipmentLongText,FuncnlLocLongText,IHBAccountClosureLongText,IHBAccountDeletionLongText,MaintenancePlanLongText,MaintNotificationLongText,MaintRequestEditableLongText,MeasurementDocumentLongText,MeasuringPointLongText,OrderComponentLongText,OrderOperationLongText,OrderProdnRsceToolLongText,OrderSequenceLongText,PlainLongText 20
TextObjectKey ArchObjectNumber 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _TEXTOBJECTPLAINLONGTEXT (
    LANGUAGE,
    TEXTOBJECTCATEGORY,
    TEXTOBJECTTYPE,
    _LANGUAGE,
    PLAINLONGTEXT,
    TEXTOBJECTKEY,
    PRIMARY KEY (LANGUAGE, TEXTOBJECTCATEGORY, TEXTOBJECTTYPE)
);