C_PurgProdMktbltyStatusTextDP

DDL: C_PURGPRODMKTBLTYSTATUSTEXTDP Type: view_entity CONSUMPTION Package: MM_PUR_MASTER_DATA_BDC

Purg Product Marketability Status - Text

C_PurgProdMktbltyStatusTextDP is a Consumption CDS View that provides data about "Purg Product Marketability Status - Text" in SAP S/4HANA. It reads from 1 data source (I_PurgProductMarketabilityStsT) and exposes 4 fields with key fields Language, PurgProductMarketabilityStatus. It is exposed through 1 OData service (DP_PROCMTCONFIGURATIONDATA). Part of development package MM_PUR_MASTER_DATA_BDC.

Data Sources (1)

SourceAliasJoin Type
I_PurgProductMarketabilityStsT I_PurgProductMarketabilityStsT from

Annotations (12)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purg Product Marketability Status - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #EXTERNAL_DATA_PROVIDER view
ObjectModel.representativeKey PurgProductMarketabilityStatus view
ObjectModel.sapObjectNodeType.name PurgProdMarketabilityStatusTxt view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
DP_PROCMTCONFIGURATIONDATA DP_PROCMTCONFIGURATIONDATA C2 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language Language Report Text Language
KEY PurgProductMarketabilityStatus PurgProductMarketabilityStatus Prod. Marktablty Sts
PurgProdMarketabilityStsName PurgProdMarketabilityStsName
_PurgProductMarketabilitySts _PurgProductMarketabilitySts

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_PurgProdMktbltyStatusTextDP.
-- 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_PurgProdMktbltyStatusTextDP AS
SELECT
  Language,
  PurgProductMarketabilityStatus,
  PurgProdMarketabilityStsName
FROM I_PurgProductMarketabilityStsT
;