UNSPLTSFITRCBLUNPLNDCOMPASSY

UNSPLTSFITRCBLUNPLNDCOMPASSY is an SAP database table in S/4HANA. It contains 23 fields.

Fields (23)

KeyField CDS FieldsUsed in Views
KEY AssemblyDocumentItem AssemblyDocumentItem 1
_Material _Material 1
_Plant _Plant 1
_ProductPlantBasic _ProductPlantBasic 1
AssembledShopFloorItem AssembledShopFloorItem 1
AssemblyShopFloorItem AssemblyShopFloorItem 1
Batch Batch 1
DebitCreditCode DebitCreditCode 1
EntryUnit EntryUnit 1
InventoryUsabilityCode InventoryUsabilityCode 1
Material Material 1
MaterialBaseUnit MaterialBaseUnit 1
MaterialComponentQuantity MaterialComponentQuantity 1
OpActyNtwkElement OpActyNtwkElement 1
OpActyNtwkInstance OpActyNtwkInstance 1
OriginalReplacedShopFloorItem OriginalReplacedShopFloorItem 1
Plant Plant 1
QuantityInEntryUnit QuantityInEntryUnit 1
RecordType RecordType 1
RequiredQuantity RequiredQuantity 1
Reservation Reservation 1
ReservationItem ReservationItem 1
StorageLocation StorageLocation 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 UNSPLTSFITRCBLUNPLNDCOMPASSY (
    ASSEMBLYDOCUMENTITEM,
    _MATERIAL,
    _PLANT,
    _PRODUCTPLANTBASIC,
    ASSEMBLEDSHOPFLOORITEM,
    ASSEMBLYSHOPFLOORITEM,
    BATCH,
    DEBITCREDITCODE,
    ENTRYUNIT,
    INVENTORYUSABILITYCODE,
    MATERIAL,
    MATERIALBASEUNIT,
    MATERIALCOMPONENTQUANTITY,
    OPACTYNTWKELEMENT,
    OPACTYNTWKINSTANCE,
    ORIGINALREPLACEDSHOPFLOORITEM,
    PLANT,
    QUANTITYINENTRYUNIT,
    RECORDTYPE,
    REQUIREDQUANTITY,
    RESERVATION,
    RESERVATIONITEM,
    STORAGELOCATION,
    PRIMARY KEY (ASSEMBLYDOCUMENTITEM)
);