I_GOODSMOVEMENTTYPE

CDS View

Goods Movement Type

I_GOODSMOVEMENTTYPE is a CDS View in S/4HANA. Goods Movement Type. It contains 1 fields. 14 CDS views read from this table.

CDS Views using this table (14)

ViewTypeJoinVDMDescription
A_ExsTxGdsMvtType view from BASIC Excise Tax Goods Movement Type
C_FldLogsGoodsMvtTypeVH view from CONSUMPTION Field Logistics:Goods Movement type Value help
C_GoodsReceiptMvtTypeVH view from CONSUMPTION Goods Receipt for PO Movement Type VH
C_SubcontrgGoodsMvtTypeVH view from CONSUMPTION Value Help for Goods Movement Type
I_DDMovementTypeGoodsIssue view from BASIC Goods Issue Movement Type
I_GoodsMovementTypeStdVH view from BASIC Goods movement types standard value help
P_MatDocHavingRetOrCancel view inner CONSUMPTION Material document returned or cancelled
P_MATERIALDOCTIMEVARIANCE view inner CONSUMPTION Material document for time variance
P_MATERIALDOCTIMEVARIANCECT view inner CONSUMPTION Material document for time variance
P_MaterialDocumentMigration view inner CONSUMPTION Material Document for Migration
P_PPMGoodMaterialDocumnet view inner CONSUMPTION Good Material Document for PPM
P_PPMReturnDelivery view inner CONSUMPTION Return Delivery
P_ResvnDocManualGoodsMvtType view inner COMPOSITE
R_SrvcOrdAdvanceShippedStock view_entity inner COMPOSITE Service Order Advance Shipped Stock

Fields (1)

KeyField CDS FieldsUsed in Views
KEY GoodsMovementType GoodsMovementType 2

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.

-- Goods Movement Type
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_GOODSMOVEMENTTYPE (
    GOODSMOVEMENTTYPE,
    PRIMARY KEY (GOODSMOVEMENTTYPE)
);