_LONGTEXT

_LONGTEXT is an SAP database table in S/4HANA. It contains 11 fields.

Fields (11)

KeyField CDS FieldsUsed in Views
Language Language 7
LglCntntMLongTxtChgType LglCntntMLongTxtChgType 1
LglCntntMLongTxtChgTypeTxt LglCntntMLongTxtChgTypeTxt 1
LongText LongText 7
OpnCtlgSrchLongText OpnCtlgSrchLongText 3
OrderComponentLongText OrderComponentLongText 4
OrderOperationLongText OrderOperationLongText 4
PlainLongText LongText,MaintenanceItemLongText,NoteDescription,OrderLongText,PlainLongText,PurReqnHeaderNote,PurReqnItemLongtext,SafetyCertificateLongText,WorkPermitLongText 47
QltyInProcmtLongText QltyInProcmtLongText 1
TextObjectCategory TextObjectCategory 7
TextObjectKey TextObjectKey 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _LONGTEXT (
    LANGUAGE,
    LGLCNTNTMLONGTXTCHGTYPE,
    LGLCNTNTMLONGTXTCHGTYPETXT,
    LONGTEXT,
    OPNCTLGSRCHLONGTEXT,
    ORDERCOMPONENTLONGTEXT,
    ORDEROPERATIONLONGTEXT,
    PLAINLONGTEXT,
    QLTYINPROCMTLONGTEXT,
    TEXTOBJECTCATEGORY,
    TEXTOBJECTKEY
);