I_CnsldtnSupplierVH

DDL: I_CNSLDTNSUPPLIERVH Type: view COMPOSITE Package: FIN_CS_MD_SUPPLIER

Consolidation Combined Supplier

I_CnsldtnSupplierVH (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Group Reporting

I_CnsldtnSupplierVH is a Composite CDS View that provides data about "Consolidation Combined Supplier" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnSupplier) and exposes 2 fields with key field Supplier. It is exposed through 3 OData services (ASQL_F2971, ASQL_F3924, ASQL_F6164). Part of development package FIN_CS_MD_SUPPLIER.

SAP API Hub

CategoryComposite
StateC1
Line of BusinessGroup Reporting
Application ComponentFIN-CS-MD-2CL
CapabilitiesAssociation Target for Defining CDS Entities,Data Source in SQL Select,Data Provider for Value Help
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageGroup Reporting for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view provides access to the consolidation supplier. It combines the suppliers from the CDS view I_Supplier with additional suppliers maintained for consolidation only.</p> This CDS view provides the data to answer the following business questions:<ul> <li>What consolidation suppliers exist? </li> <li>What is the source of a supplier using the value ACCTG for values of I_Supplier and the value CNSLDTN for consolidation.</li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
I_CnsldtnSupplier I_CnsldtnSupplier from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ICSSUPPLIERVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.representativeKey Supplier view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
VDM.viewType #COMPOSITE view
EndUserText.label Consolidation Combined Supplier view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F2971 ASQL_F2971 C2 NOT_RELEASED
ASQL_F3924 ASQL_F3924 C2 NOT_RELEASED
ASQL_F6164 ASQL_F6164 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier Supplier
SupplierName Supplier Description

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_CnsldtnSupplierVH.
-- 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_CnsldtnSupplierVH AS
SELECT
  Supplier,
  _Text[1: Language=$session.system_language].SupplierName AS SupplierName
FROM I_CnsldtnSupplier
;