I_PHYSINVTRYREASONCODETEXT

CDS View

Reason Type for Phys Invtry - Text

I_PHYSINVTRYREASONCODETEXT is a CDS View in S/4HANA. Reason Type for Phys Invtry - Text. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_GoodsMvtReasonCodeText view from BASIC Goods movement reason code text

Fields (4)

KeyField CDS FieldsUsed in Views
KEY GoodsMovementType GoodsMovementType 1
KEY Language Language 1
KEY ReasonForPhysInvtryDifference ReasonForPhysInvtryDifference 1
ReasonForPhysInvtryDiffText ReasonForPhysInvtryDiffText 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.

-- Reason Type for Phys Invtry - Text
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_PHYSINVTRYREASONCODETEXT (
    GOODSMOVEMENTTYPE,
    LANGUAGE,
    REASONFORPHYSINVTRYDIFFERENCE,
    REASONFORPHYSINVTRYDIFFTEXT,
    PRIMARY KEY (GOODSMOVEMENTTYPE, LANGUAGE, REASONFORPHYSINVTRYDIFFERENCE)
);