I_PurgDocumentItemCategory

DDL: I_PURGDOCUMENTITEMCATEGORY SQL: IMMPURDOCITMCAT Type: view BASIC Package: VDM_MM_GF

Item Category for Purchasing Document

I_PurgDocumentItemCategory (Basic)

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

PurchasingDocumentItemCategory · Database & Data Management

I_PurgDocumentItemCategory is a Basic CDS View (Dimension) that provides data about "Item Category for Purchasing Document" in SAP S/4HANA. It reads from 1 data source (t163) and exposes 5 fields with key field PurchasingDocumentItemCategory. It has 1 association to related views. It is exposed through 9 OData services (ASQL_F1378, ASQL_F2668, ASQL_F2669, ...). Part of development package VDM_MM_GF.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessDatabase & Data Management
Application ComponentMM
CapabilitiesData Source for Data Extraction,Data Source for Search,Data Provider for Value Help,Data Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Analytical Dimension
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageDatabase and Data Management for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
t163 t163 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PurgDocumentItemCategoryText _Text

Annotations (20)

NameValueLevelField
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName IMMPURDOCITMCAT view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Item Category for Purchasing Document view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey PurchasingDocumentItemCategory view
ObjectModel.sapObjectNodeType.name PurchasingDocumentItemCategory view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

OData Services (9)

ServiceBindingVersionContractRelease
ASQL_F1378 ASQL_F1378 C2 NOT_RELEASED
ASQL_F2668 ASQL_F2668 C2 NOT_RELEASED
ASQL_F2669 ASQL_F2669 C2 NOT_RELEASED
ASQL_F2827 ASQL_F2827 C2 NOT_RELEASED
ASQL_F3302 ASQL_F3302 C2 NOT_RELEASED
ASQL_F8755 ASQL_F8755 C2 NOT_RELEASED
ASQL_F8764 ASQL_F8764 C2 NOT_RELEASED
UI_PURCHASEORDERACCRS_DISPLAY UI_PURCHASEORDERACCRS_DSP V2 C1 NOT_RELEASED
UI_RFM_PO_MNG UI_RFM_PO_MNG V2 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentItemCategory t163 pstyp Item category in purchasing document
GoodsReceiptIsExpected t163 wepos Goods Receipt Indicator
GoodsReceiptIsNonValuated t163 weunb Goods Receipt, Non-Valuated
InvoiceIsExpected t163 repos Invoice Receipt 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_PurgDocumentItemCategory.
-- 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: IMMPURDOCITMCAT

CREATE VIEW I_PurgDocumentItemCategory AS
SELECT
  t163.pstyp AS PurchasingDocumentItemCategory,
  t163.wepos AS GoodsReceiptIsExpected,
  t163.weunb AS GoodsReceiptIsNonValuated,
  t163.repos AS InvoiceIsExpected
FROM t163
LEFT OUTER JOIN I_PurgDocumentItemCategoryText AS _Text ON /* condition not available in parsed metadata */  -- association [0..*]
;