I_FAILEDGOODSMOVEMENTITEM

CDS View

Failed Goods Movement Item

I_FAILEDGOODSMOVEMENTITEM is a CDS View in S/4HANA. Failed Goods Movement Item. It contains 64 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MfgGoodsMovementExcptnTP view from TRANSACTIONAL Goods Movement Exception

Fields (64)

KeyField CDS FieldsUsed in Views
KEY FailedGoodsMovement GoodsMovementException 1
KEY FailedGoodsMovementItem GoodsMovementExceptionItem 1
Batch Batch 1
ConfirmationCount ConfirmationCount 1
ConfirmationGroup ConfirmationGroup 1
ConsumptionPosting ConsumptionPosting 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
CreationTime CreationTime 1
Customer Customer 1
DebitCreditCode DebitCreditCode 1
DocumentDate DocumentDate 1
ErrorOccurrenceDate ErrorOccurrenceDate 1
ErrorOccurrenceTime ErrorOccurrenceTime 1
GdsMvtExcptnDepdntItemGroup GdsMvtExcptnDepdntItemGroup 1
GoodsMovementEntryQty GoodsMovementEntryQty 1
GoodsMovementEntryUnit GoodsMovementEntryUnit 1
GoodsMovementReasonCode GoodsMovementReasonCode 1
GoodsMovementRefDocType GoodsMovementRefDocType 1
GoodsMovementType GoodsMovementType 1
GoodsRecipientName GoodsRecipientName 1
InventorySpecialStockType InventorySpecialStockType 1
InventoryUsabilityCode InventoryUsabilityCode 1
InventoryValuationType InventoryValuationType 1
IsCompletelyDelivered IsCompletelyDelivered 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
Material Material 1
MaterialStaging MaterialStaging 1
MRPController MRPController 1
NumberOfSerialNumbers NumberOfSerialNumbers 1
OrderCategory OrderCategory 1
OrderID OrderID 1
OrderInternalID OrderInternalBillOfOperations 1
OrderOperationInternalID OrderIntBillOfOperationsItem 1
Plant Plant 1
PostingDate PostingDate 1
ProductionSupervisor ProductionSupervisor 1
ProductionSupplyArea SupplyArea 1
RecordIsFromMfgProcgExec RecordIsFromMfgProcgExec 1
RecordType RecordType 1
RepetitiveMfgConfirmation RepetitiveMfgConfirmation 1
Reservation Reservation 1
ReservationIsFinallyIssued ReservationIsFinallyIssued 1
ReservationItem ReservationItem 1
SalesOrder SalesOrder 1
SalesOrderItem SalesOrderItem 1
SerialNumber SerialNumber 1
SerialNumberAssgmtProfile SerialNumberAssgmtProfile 1
ShopFloorItem ShopFloorItem 1
StorageBin StorageBin 1
StorageLocation StorageLocation 1
StorageType StorageType 1
Supplier Supplier 1
SystemMessageIdentification SystemMessageIdentification 1
SystemMessageNumber SystemMessageNumber 1
SystemMessageType SystemMessageType 1
SystemMessageVariable1 SystemMessageVariable1 1
SystemMessageVariable2 SystemMessageVariable2 1
SystemMessageVariable3 SystemMessageVariable3 1
SystemMessageVariable4 SystemMessageVariable4 1
UnloadingPointName UnloadingPointName 1
Warehouse Warehouse 1
WBSElementInternalID WBSElementInternalID 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.

-- Failed Goods Movement Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_FAILEDGOODSMOVEMENTITEM (
    FAILEDGOODSMOVEMENT,
    FAILEDGOODSMOVEMENTITEM,
    BATCH,
    CONFIRMATIONCOUNT,
    CONFIRMATIONGROUP,
    CONSUMPTIONPOSTING,
    CREATEDBYUSER,
    CREATIONDATE,
    CREATIONTIME,
    CUSTOMER,
    DEBITCREDITCODE,
    DOCUMENTDATE,
    ERROROCCURRENCEDATE,
    ERROROCCURRENCETIME,
    GDSMVTEXCPTNDEPDNTITEMGROUP,
    GOODSMOVEMENTENTRYQTY,
    GOODSMOVEMENTENTRYUNIT,
    GOODSMOVEMENTREASONCODE,
    GOODSMOVEMENTREFDOCTYPE,
    GOODSMOVEMENTTYPE,
    GOODSRECIPIENTNAME,
    INVENTORYSPECIALSTOCKTYPE,
    INVENTORYUSABILITYCODE,
    INVENTORYVALUATIONTYPE,
    ISCOMPLETELYDELIVERED,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    MATERIAL,
    MATERIALSTAGING,
    MRPCONTROLLER,
    NUMBEROFSERIALNUMBERS,
    ORDERCATEGORY,
    ORDERID,
    ORDERINTERNALID,
    ORDEROPERATIONINTERNALID,
    PLANT,
    POSTINGDATE,
    PRODUCTIONSUPERVISOR,
    PRODUCTIONSUPPLYAREA,
    RECORDISFROMMFGPROCGEXEC,
    RECORDTYPE,
    REPETITIVEMFGCONFIRMATION,
    RESERVATION,
    RESERVATIONISFINALLYISSUED,
    RESERVATIONITEM,
    SALESORDER,
    SALESORDERITEM,
    SERIALNUMBER,
    SERIALNUMBERASSGMTPROFILE,
    SHOPFLOORITEM,
    STORAGEBIN,
    STORAGELOCATION,
    STORAGETYPE,
    SUPPLIER,
    SYSTEMMESSAGEIDENTIFICATION,
    SYSTEMMESSAGENUMBER,
    SYSTEMMESSAGETYPE,
    SYSTEMMESSAGEVARIABLE1,
    SYSTEMMESSAGEVARIABLE2,
    SYSTEMMESSAGEVARIABLE3,
    SYSTEMMESSAGEVARIABLE4,
    UNLOADINGPOINTNAME,
    WAREHOUSE,
    WBSELEMENTINTERNALID,
    PRIMARY KEY (FAILEDGOODSMOVEMENT, FAILEDGOODSMOVEMENTITEM)
);