I_PPS_SrcgProjPrepublishStsVH

DDL: I_PPS_SRCGPROJPREPUBLISHSTSVH Type: view_entity BASIC

Pre Publish Status

I_PPS_SrcgProjPrepublishStsVH is a Basic CDS View that provides data about "Pre Publish Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field PPSSrcgProjPrepublishSts. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PPS_SrcgProjPrepublishStsTxt _SrcgProjPrepublishStatusText

Annotations (15)

NameValueLevelField
Analytics.technicalName ISRCGPROJPPSTST view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.entityBuffer.definitionAllowed true view
ObjectModel.representativeKey PPSSrcgProjPrePublishSts view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #NONE view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view
EndUserText.label Pre Publish Status view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PPSSrcgProjPrepublishSts
DomainValue dd07l domvalue_l Lower Value
_SrcgProjPrepublishStatusText _SrcgProjPrepublishStatusText

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 I_PPS_SrcgProjPrepublishStsVH.
-- 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 I_PPS_SrcgProjPrepublishStsVH AS
SELECT
  cast( dd07l.domvalue_l as pps_e_pre_publish_sts ) AS PPSSrcgProjPrepublishSts,
  dd07l.domvalue_l AS DomainValue
FROM dd07l
LEFT OUTER JOIN I_PPS_SrcgProjPrepublishStsTxt AS _SrcgProjPrepublishStatusText ON /* condition not available in parsed metadata */  -- association [0..*]
;