_LONGTEXT

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

Fields (13)

KeyField CDS FieldsUsed in Views
KEY Language Language 10
KEY TextObjectType TextObjectType 1
InsurPlcyDlCtrlLongTextUUID InsurPlcyDlCtrlLongTextUUID 1
LglCntntMLongTxtChgType LglCntntMLongTxtChgType 1
LglCntntMLongTxtChgTypeTxt LglCntntMLongTxtChgTypeTxt 1
LongText LongText 8
OpnCtlgSrchLongText OpnCtlgSrchLongText 3
OrderComponentLongText OrderComponentLongText 4
OrderOperationLongText OrderOperationLongText 4
PlainLongText IsltnCertItemLongText,IsolationCertificateLongText,LongText,MaintenanceItemLongText,MaintNotificationLongText,NoteDescription,OrderLongText,PlainLongText,PurReqnHeaderNote,PurReqnItemLongtext,SafetyCertificateLongText,WorkPermitLongText 56
QltyInProcmtLongText QltyInProcmtLongText 1
TextObjectCategory TextObjectCategory 9
TextObjectKey TextObjectKey 8

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,
    TEXTOBJECTTYPE,
    INSURPLCYDLCTRLLONGTEXTUUID,
    LGLCNTNTMLONGTXTCHGTYPE,
    LGLCNTNTMLONGTXTCHGTYPETXT,
    LONGTEXT,
    OPNCTLGSRCHLONGTEXT,
    ORDERCOMPONENTLONGTEXT,
    ORDEROPERATIONLONGTEXT,
    PLAINLONGTEXT,
    QLTYINPROCMTLONGTEXT,
    TEXTOBJECTCATEGORY,
    TEXTOBJECTKEY,
    PRIMARY KEY (LANGUAGE, TEXTOBJECTTYPE)
);