_MAINTENANCENOTIFICATIONITEM

_MAINTENANCENOTIFICATIONITEM is an SAP database table in S/4HANA. It contains 17 fields.

Fields (17)

KeyField CDS FieldsUsed in Views
_Assembly _Assembly 3
_DefectClass _DefectClass 3
_MaintNotifDamageCodeCatalog _MaintNotifDamageCodeCatalog 3
_MaintNotifDamageCodeGroup _MaintNotifDamageCodeGroup 3
_MaintNotificationDamageCode _MaintNotificationDamageCode 3
_MaintNotifObjPrtCode _MaintNotifObjPrtCode 3
_MaintNotifObjPrtCodeCatalog _MaintNotifObjPrtCodeCatalog 3
_MaintNotifObjPrtCodeGroup _MaintNotifObjPrtCodeGroup 3
Assembly Assembly 3
DefectClass DefectClass 3
MaintNotifDamageCodeCatalog MaintNotifDamageCodeCatalog 3
MaintNotifDamageCodeGroup MaintNotifDamageCodeGroup 3
MaintNotificationDamageCode MaintNotificationDamageCode 3
MaintNotifItemText MaintNotifItemText 1
MaintNotifObjPrtCode MaintNotifObjPrtCode 3
MaintNotifObjPrtCodeCatalog MaintNotifObjPrtCodeCatalog 3
MaintNotifObjPrtCodeGroup MaintNotifObjPrtCodeGroup 3

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 _MAINTENANCENOTIFICATIONITEM (
    _ASSEMBLY,
    _DEFECTCLASS,
    _MAINTNOTIFDAMAGECODECATALOG,
    _MAINTNOTIFDAMAGECODEGROUP,
    _MAINTNOTIFICATIONDAMAGECODE,
    _MAINTNOTIFOBJPRTCODE,
    _MAINTNOTIFOBJPRTCODECATALOG,
    _MAINTNOTIFOBJPRTCODEGROUP,
    ASSEMBLY,
    DEFECTCLASS,
    MAINTNOTIFDAMAGECODECATALOG,
    MAINTNOTIFDAMAGECODEGROUP,
    MAINTNOTIFICATIONDAMAGECODE,
    MAINTNOTIFITEMTEXT,
    MAINTNOTIFOBJPRTCODE,
    MAINTNOTIFOBJPRTCODECATALOG,
    MAINTNOTIFOBJPRTCODEGROUP
);