C_SrcgProjItmProdFootprintTP

DDL: C_SRCGPROJITMPRODFOOTPRINTTP Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SRCGPROJ_MAINTAIN

Prod Fprnt for Srcg Proj Item - TP

C_SrcgProjItmProdFootprintTP is a Consumption CDS View that provides data about "Prod Fprnt for Srcg Proj Item - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjItmProdFootprintTP) and exposes 13 fields with key field SrcgProjItmProdFootprintUUID. 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_SrcgProjItmProdFootprintTP R_SrcgProjItmProdFootprintTP projection

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.allowExtensions true view
ObjectModel.representativeKey SrcgProjItmProdFootprintUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #CONSUMPTION view
EndUserText.label Prod Fprnt for Srcg Proj Item - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix IPF view
AbapCatalog.extensibility.quota.maximumFields 404 view
AbapCatalog.extensibility.quota.maximumBytes 40400 view
AbapCatalog.extensibility.allowNewCompositions true view
Feature SW:PROD_SRCG_PROD_FPRNT view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SOURCINGPROJECT_MANAGE UI_SOURCINGPROJECT_MANAGE V2 C1 NOT_RELEASED

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjItmProdFootprintUUID SrcgProjItmProdFootprintUUID Product Footprint UUID
SourcingProjectItemUUID SourcingProjectItemUUID Item UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SrcgProjItemProdFprntType SrcgProjItemProdFprntType Product Footprint Type
SrcgProjItemProdFprntTypeNamelocalized
PFMFootprintAccountingStd PFMFootprintAccountingStd Accounting Standard
PFMFootprintAccountingStdNamelocalized
PFMFootprintBndryCndn PFMFootprintBndryCndn Boundary Condition
PFMFootprintBndryCndnNamelocalized
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_SrcgProjItmProdFootprintTP.
-- 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_SrcgProjItmProdFootprintTP AS
SELECT
  SrcgProjItmProdFootprintUUID,
  SourcingProjectItemUUID,
  SourcingProjectUUID,
  SrcgProjItemProdFprntType,
  _SrcgProjItmProdFprntTypeText.SrcgProjItemProdFprntTypeName : localized AS SrcgProjItemProdFprntTypeNamelocalized,
  PFMFootprintAccountingStd,
  _PFMFootprintAcctgStdText.PFMFootprintAccountingStdName : localized AS PFMFootprintAccountingStdNamelocalized,
  PFMFootprintBndryCndn,
  _PFMFootprintBndryCndnText.PFMFootprintBndryCndnName : localized AS PFMFootprintBndryCndnNamelocalized,
  SourcingOrigin,
  _SrcgProjSourcingOriginText.SrcgProjSourcingOriginText : localized AS SrcgProjSourcingOriginTextlocalized,
  SourcingScenario,
  _SrcgProjSourcingScenarioText.SrcgProjSourcingScenarioText : localized AS SrcgProjSourcingScenarioTextlocalized
FROM R_SrcgProjItmProdFootprintTP
;