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

I_ProdAvailabilityCheckGroupT

DDL: I_PRODAVAILABILITYCHECKGROUPT SQL: ISDAVAILYCHKGRPT Type: view BASIC

Product Availability Check Group - Text

I_ProdAvailabilityCheckGroupT is a Basic CDS View that provides data about "Product Availability Check Group - Text" in SAP S/4HANA. It reads from 1 data source (tmvft) and exposes 5 fields with key fields ProdAvailabilityCheckGroup, Language.

Data Sources (1)

SourceAliasJoin Type
tmvft tmvft from

Annotations (18)

NameValueLevelField
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ATPCheckingGroupText view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT 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 - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDAVAILYCHKGRPT view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ProdAvailabilityCheckGroup mtvfp Avail. check
KEY Language spras Off. Language
ProdAvailabilityCheckGroupDesc bezei TrContType name
_ProdAvailabilityCheckGroup _ProdAvailabilityCheckGroup
_Language _Language

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_ProdAvailabilityCheckGroupT.
-- 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: ISDAVAILYCHKGRPT

CREATE VIEW I_ProdAvailabilityCheckGroupT AS
SELECT
  mtvfp AS ProdAvailabilityCheckGroup,
  spras AS Language,
  bezei AS ProdAvailabilityCheckGroupDesc
FROM tmvft
;