MMSPITMPYTTRM
Sourcing Project Item Payment Terms
MMSPITMPYTTRM is an SAP database table in S/4HANA. Sourcing Project Item Payment Terms. It contains 16 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_SrcgProjItemPaymentTerms | view_entity | from | BASIC | Payment Terms for Sourcing Project Item |
Fields (16)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | srcgprojitempaymenttermsuuid | vdm_srcgprojitmpayttrmuuid | Payment Term UUID | |||
| sourcingprojectuuid | vdm_sourcingprojectuuid | Sourcing Project UUID | ||||
| sourcingprojectitemuuid | vdm_sourcingprojectitemuuid | Item UUID | ||||
| plant | ewerk | Plant | ||||
| paymentterms | farp_dzterm | Payment Terms | ||||
| cashdiscount1days | dzbd1t | Days 1 | ||||
| cashdiscount2days | dzbd2t | Days 2 | ||||
| netpaymentdays | dzbd3t | Days Net | ||||
| cashdiscount1percent | dzbd1p | CD Percentage 1 | ||||
| cashdiscount2percent | dzbd2p | CD Percentage 2 | ||||
| companycode | bukrs | Company Code | ||||
| procurementhubsourcesystem | mmpur_d_source_sys | Connected System ID | ||||
| srcgprojhaspaymenttermkey | abap_boolean | Truth Value | ||||
| sourcingorigin | vdm_sourcingorigin | Sourcing Origin | ||||
| sourcingscenario | vdm_sourcingscenario | Integration Scenario |
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.
-- Sourcing Project Item Payment Terms
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE MMSPITMPYTTRM (
MANDT, -- Client [mandt]
SRCGPROJITEMPAYMENTTERMSUUID, -- Payment Term UUID [vdm_srcgprojitmpayttrmuuid]
SOURCINGPROJECTUUID, -- Sourcing Project UUID [vdm_sourcingprojectuuid]
SOURCINGPROJECTITEMUUID, -- Item UUID [vdm_sourcingprojectitemuuid]
PLANT, -- Plant [ewerk]
PAYMENTTERMS, -- Payment Terms [farp_dzterm]
CASHDISCOUNT1DAYS, -- Days 1 [dzbd1t]
CASHDISCOUNT2DAYS, -- Days 2 [dzbd2t]
NETPAYMENTDAYS, -- Days Net [dzbd3t]
CASHDISCOUNT1PERCENT, -- CD Percentage 1 [dzbd1p]
CASHDISCOUNT2PERCENT, -- CD Percentage 2 [dzbd2p]
COMPANYCODE, -- Company Code [bukrs]
PROCUREMENTHUBSOURCESYSTEM, -- Connected System ID [mmpur_d_source_sys]
SRCGPROJHASPAYMENTTERMKEY, -- Truth Value [abap_boolean]
SOURCINGORIGIN, -- Sourcing Origin [vdm_sourcingorigin]
SOURCINGSCENARIO, -- Integration Scenario [vdm_sourcingscenario]
PRIMARY KEY (MANDT, SRCGPROJITEMPAYMENTTERMSUUID)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA