I_CACollectionStrategyVH

DDL: I_CACOLLECTIONSTRATEGYVH SQL: ICACOLLSTRATVH Type: view COMPOSITE Package: ODATA_O2C_FICA_DUNNOTICE_MAINT

Collection Strategy

I_CACollectionStrategyVH is a Composite CDS View that provides data about "Collection Strategy" in SAP S/4HANA. It reads from 1 data source (I_CACollectionStrategy) and exposes 2 fields with key field CACollectionStrategy. It is exposed through 4 OData services (ASQL_F0861A, ASQL_F2208A, ASQL_F5474A, ...). Part of development package ODATA_O2C_FICA_DUNNOTICE_MAINT.

Data Sources (1)

SourceAliasJoin Type
I_CACollectionStrategy I_CACollectionStrategy from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ICACOLLSTRATVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CACollectionStrategy view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
Consumption.ranked true view
VDM.viewType #COMPOSITE view
EndUserText.label Collection Strategy view

OData Services (4)

ServiceBindingVersionContractRelease
ASQL_F0861A ASQL_F0861A C2 NOT_RELEASED
ASQL_F2208A ASQL_F2208A C2 NOT_RELEASED
ASQL_F5474A ASQL_F5474A C2 NOT_RELEASED
ASQL_F8301 ASQL_F8301 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CACollectionStrategy CACollectionStrategy Coll. Strategy
CACollectionStrategyName

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_CACollectionStrategyVH.
-- 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.
-- SQL view name: ICACOLLSTRATVH

CREATE VIEW I_CACollectionStrategyVH AS
SELECT
  CACollectionStrategy,
  _Text[1:Language = $session.system_language].CACollectionStrategyName AS CACollectionStrategyName
FROM I_CACollectionStrategy
;