_ASSGMT

_ASSGMT is an SAP database table in S/4HANA. It contains 8 fields.

Fields (8)

KeyField CDS FieldsUsed in Views
ARunPhysSupAssgdQtyInBsUnt ARunPhysSupAssgdQtyInBsUnt 1
ARunPhysSupReservedQtyInBsUnt ARunPhysSupReservedQtyInBsUnt 1
AssignedQuantityInBaseUnit AssignedQuantityInBaseUnit 1
FixedQuantityInBaseUnit FixedQuantityInBaseUnit 1
InboundAssignedQuantityInBsUnt InboundAssignedQuantityInBsUnt 1
OnHoldQuantityInBaseUnit OnHoldQuantityInBaseUnit 1
ReadyForReleaseQtyInBaseUnit ReadyForReleaseQtyInBaseUnit 1
SupAssgmtReservedQtyInBaseUnit SupAssgmtReservedQtyInBaseUnit 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 _ASSGMT (
    ARUNPHYSSUPASSGDQTYINBSUNT,
    ARUNPHYSSUPRESERVEDQTYINBSUNT,
    ASSIGNEDQUANTITYINBASEUNIT,
    FIXEDQUANTITYINBASEUNIT,
    INBOUNDASSIGNEDQUANTITYINBSUNT,
    ONHOLDQUANTITYINBASEUNIT,
    READYFORRELEASEQTYINBASEUNIT,
    SUPASSGMTRESERVEDQTYINBASEUNIT
);