Deprecated
This CDS view is deprecated in S/4HANA. Use I_ATPCheckingGroup instead. View all deprecated CDS views →

I_ProdAvailabilityCheckGroup

DDL: I_PRODAVAILABILITYCHECKGROUP SQL: ISDAVAILYCHKGRP Type: view BASIC

Product Availability Check Group

I_ProdAvailabilityCheckGroup is a Basic CDS View (Dimension) that provides data about "Product Availability Check Group" in SAP S/4HANA. It reads from 1 data source (tmvf) and exposes 2 fields with key field ProdAvailabilityCheckGroup. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tmvf tmvf from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProdAvailabilityCheckGroupT _Text $projection.ProdAvailabilityCheckGroup = _Text.ProdAvailabilityCheckGroup

Annotations (19)

NameValueLevelField
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ATPCheckingGroup view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ProdAvailabilityCheckGroup view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Product Availability Check Group view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDAVAILYCHKGRP view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProdAvailabilityCheckGroup mtvfp Avail. check
_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_ProdAvailabilityCheckGroup.
-- 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: ISDAVAILYCHKGRP

CREATE VIEW I_ProdAvailabilityCheckGroup AS
SELECT
  mtvfp AS ProdAvailabilityCheckGroup
FROM tmvf
LEFT OUTER JOIN I_ProdAvailabilityCheckGroupT AS _Text ON ProdAvailabilityCheckGroup = _Text.ProdAvailabilityCheckGroup  -- association [0..*]
;