I_PurgInfoRecordCategory

DDL: I_PURGINFORECORDCATEGORY SQL: IPRINFORECCAT Type: view BASIC Package: ODATA_MM_PUR_INFRECMASS_UPDATE

Purchasing Info Record Category

I_PurgInfoRecordCategory is a Basic CDS View that provides data about "Purchasing Info Record Category" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PurchasingInfoRecordCategory. It has 1 association to related views. It is exposed through 2 OData services (ASQL_F2667, ASQL_F2988). Part of development package ODATA_MM_PUR_INFRECMASS_UPDATE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurgInfoRecordCategoryTxt _Text

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IPRINFORECCAT view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Purchasing Info Record Category view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PurchasingInfoRecordCategory view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F2667 ASQL_F2667 C2 NOT_RELEASED
ASQL_F2988 ASQL_F2988 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingInfoRecordCategory dd07l domvalue_l Lower Value
_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_PurgInfoRecordCategory.
-- 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: IPRINFORECCAT

CREATE VIEW I_PurgInfoRecordCategory AS
SELECT
  dd07l.domvalue_l AS PurchasingInfoRecordCategory
FROM dd07l
LEFT OUTER JOIN I_PurgInfoRecordCategoryTxt AS _Text ON /* condition not available in parsed metadata */  -- association [0..*]
;