I_Prodabclassfctn

DDL: I_PRODABCLASSFCTN SQL: IABCIND_VH Type: view BASIC

ABC Indicator values

I_Prodabclassfctn (Basic)

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

Product Consumption Value Category · Database & Data Management

I_Prodabclassfctn is a Basic CDS View (Dimension) that provides data about "ABC Indicator values" in SAP S/4HANA. It reads from 1 data source (tmabc) and exposes 2 fields with key field MaterialABCClassification. It has 1 association to related views.

SAP API Hub

StateC1
Line of BusinessDatabase & Data Management
Application ComponentLO-MD-MM
CapabilitiesAnalytical Dimension, Association Target for Defining CDS Entities, Data Source for Defining CDS Entities, Data Source for Search, Data Source in SQL Select
PackageDatabase & Data Management for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
tmabc tmabc from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_Prodabclassfctntxt _Text $projection.MaterialABCClassification = _Text.MaterialABCClassification

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IABCIND_VH view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey MaterialABCClassification view
EndUserText.label ABC Indicator values view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name ProdConsumptionValueCategory view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaterialABCClassification ABC Indicator
_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 I_Prodabclassfctn.
-- 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: IABCIND_VH

CREATE VIEW I_Prodabclassfctn AS
SELECT
  cast(maabc as abcindicator preserving type ) AS MaterialABCClassification
FROM tmabc
LEFT OUTER JOIN I_Prodabclassfctntxt AS _Text ON MaterialABCClassification = _Text.MaterialABCClassification  -- association [0..*]
;