C_SrcgProjItemPaymentTermsTP

DDL: C_SRCGPROJITEMPAYMENTTERMSTP Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SRCGPROJ_MAINTAIN

Payment Terms for Srcg Project Item - TP

C_SrcgProjItemPaymentTermsTP is a Consumption CDS View that provides data about "Payment Terms for Srcg Project Item - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItemPaymentTermsTP) and exposes 19 fields with key field SrcgProjItemPaymentTermsUUID. It is exposed through 1 OData service (UI_SOURCINGPROJECT_MANAGE). Part of development package ODATA_MM_PUR_SRCGPROJ_MAINTAIN.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjItemPaymentTermsTP R_SrcgProjItemPaymentTermsTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SrcgProjItemPaymentTermsUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.allowExtensions true view
EndUserText.label Payment Terms for Srcg Project Item - TP view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SOURCINGPROJECT_MANAGE UI_SOURCINGPROJECT_MANAGE V2 C1 NOT_RELEASED

Fields (19)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItemPaymentTermsUUID SrcgProjItemPaymentTermsUUID Payment Term UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
Plant Plant Valuation Area
PlantName _BackendPlantForPurg PlantName Plant Name
PaymentTerms PaymentTerms Pyt Terms
PaymentTermsNamelocalized
CashDiscount1Days CashDiscount1Days Days from Baseline Date for Payment
CashDiscount2Days CashDiscount2Days Days from Baseline Date for Payment
CashDiscount1Percent CashDiscount1Percent Disc. Percent 1
CashDiscount2Percent CashDiscount2Percent Disc. Percent 2
NetPaymentDays NetPaymentDays Net Pmt Terms Period
CompanyCode CompanyCode Receiver Company Code
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
SrcgProjHasPaymentTermKey SrcgProjHasPaymentTermKey Truth Value
SourcingOrigin SourcingOrigin Sourcing Origin
SrcgProjSourcingOriginTextlocalized
SourcingScenario SourcingScenario Integration Scenario
SrcgProjSourcingScenarioTextlocalized

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_SrcgProjItemPaymentTermsTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_SrcgProjItemPaymentTermsTP AS
SELECT
  SrcgProjItemPaymentTermsUUID,
  SourcingProjectItemUUID,
  SourcingProjectUUID,
  Plant,
  _BackendPlantForPurg.PlantName AS PlantName,
  PaymentTerms,
  _PaymentTermsText.PaymentTermsName : localized AS PaymentTermsNamelocalized,
  CashDiscount1Days,
  CashDiscount2Days,
  CashDiscount1Percent,
  CashDiscount2Percent,
  NetPaymentDays,
  CompanyCode,
  ProcurementHubSourceSystem,
  SrcgProjHasPaymentTermKey,
  SourcingOrigin,
  _SrcgProjSourcingOriginText.SrcgProjSourcingOriginText : localized AS SrcgProjSourcingOriginTextlocalized,
  SourcingScenario,
  _SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText : localized AS SrcgProjSourcingScenarioTextlocalized
FROM R_SrcgProjItemPaymentTermsTP
;