C_SuplrLoglRoundingProfileVH

DDL: C_SUPLRLOGLROUNDINGPROFILEVH Type: view_entity CONSUMPTION Package: MDC_SUPPL_GOV_BO

Rounding Profile for a Supplier plant

C_SuplrLoglRoundingProfileVH is a Consumption CDS View that provides data about "Rounding Profile for a Supplier plant" in SAP S/4HANA. It reads from 1 data source (I_SuplrLoglRoundingProfile) and exposes 5 fields with key fields Supplier, LogisticalRoundingProfile, Plant. It is exposed through 2 OData services (ASQL_F7204A, ASQL_F7205A). Part of development package MDC_SUPPL_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
I_SuplrLoglRoundingProfile I_SuplrLoglRoundingProfile from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Rounding Profile for a Supplier plant view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey LogisticalRoundingProfile view
VDM.viewType #CONSUMPTION view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F7204A ASQL_F7204A C2 NOT_RELEASED
ASQL_F7205A ASQL_F7205A C2 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier Supplier
KEY LogisticalRoundingProfile LogisticalRoundingProfile
KEY Plant Plant Valuation Area
SupplierPlant SupplierPlant Plant
_Text _Text

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_SuplrLoglRoundingProfileVH.
-- 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_SuplrLoglRoundingProfileVH AS
SELECT
  Supplier,
  LogisticalRoundingProfile,
  Plant,
  SupplierPlant
FROM I_SuplrLoglRoundingProfile
;