C_PurgInfoRecdRndngProfileVH

DDL: C_PURGINFORECDRNDNGPROFILEVH Type: view_entity CONSUMPTION

Rounding Profiles for Pur Info Records

C_PurgInfoRecdRndngProfileVH is a Consumption CDS View that provides data about "Rounding Profiles for Pur Info Records" in SAP S/4HANA. It reads from 1 data source (C_MM_RoundingProfileValueHelp) and exposes 4 fields with key fields Plant, MaterialRoundingProfile.

Data Sources (1)

SourceAliasJoin Type
C_MM_RoundingProfileValueHelp C_MM_RoundingProfileValueHelp from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.representativeKey Plant view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Rounding Profiles for Pur Info Records view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Plant Plant Valuation Area
KEY MaterialRoundingProfile MaterialRoundingProfile Rnding Profile
CustomerPlant Plant Valuation Area
MaterialRoundingProfileName MaterialRoundingProfileName Name

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_PurgInfoRecdRndngProfileVH.
-- 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_PurgInfoRecdRndngProfileVH AS
SELECT
  Plant,
  MaterialRoundingProfile,
  Plant AS CustomerPlant,
  MaterialRoundingProfileName
FROM C_MM_RoundingProfileValueHelp
;