HOLD

HOLD is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
DefectInternalID DefectInternalID 1
Notification Notification 1
NotificationItem NotificationItem 1
OpActyNtwkElement OpActyNtwkElement 1
OpActyNtwkInstance OpActyNtwkInstance 1
OperationActivitySFIGroup OperationActivitySFIGroup 1
OrderInternalID OrderInternalID 1
OrderOperationInternalID OrderOperationInternalID 1
ShopFloorItem ShopFloorItem 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 HOLD (
    DEFECTINTERNALID,
    NOTIFICATION,
    NOTIFICATIONITEM,
    OPACTYNTWKELEMENT,
    OPACTYNTWKINSTANCE,
    OPERATIONACTIVITYSFIGROUP,
    ORDERINTERNALID,
    ORDEROPERATIONINTERNALID,
    SHOPFLOORITEM
);