/NFM/TVGW

Transparent Table Application Table

NFK Charge Weights for Materials on Organizational Level

/NFM/TVGW is an SAP database table in S/4HANA. NFK Charge Weights for Materials on Organizational Level. It contains 11 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_NonFerrousChargeWeights view_entity from BASIC Charge Weight for Materials on Org Level

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY parnr /NFM/PARNR Partners
KEY matnr MATNR Material
KEY kappl KAPPL Application
KEY org /NFM/ORG Org. unit
KEY werks WERKS_D Plant
KEY vtweg VTWEG Distr. Channel
KEY nes /NFM/NES NF key
vgw /NFM/VGW Charge Weight
vge /NFM/VGE Ref.qty chg. wt
neb /NFM/NEB Base Key

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.

-- NFK Charge Weights for Materials on Organizational Level
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE /NFM/TVGW (
    MANDT,  -- Client [MANDT]
    PARNR,  -- Partners [/NFM/PARNR]
    MATNR,  -- Material [MATNR]
    KAPPL,  -- Application [KAPPL]
    ORG,    -- Org. unit [/NFM/ORG]
    WERKS,  -- Plant [WERKS_D]
    VTWEG,  -- Distr. Channel [VTWEG]
    NES,    -- NF key [/NFM/NES]
    VGW,    -- Charge Weight [/NFM/VGW]
    VGE,    -- Ref.qty chg. wt [/NFM/VGE]
    NEB,    -- Base Key [/NFM/NEB]
    PRIMARY KEY (MANDT, PARNR, MATNR, KAPPL, ORG, WERKS, VTWEG, NES)
);