I_PurgCatMaterialGroupAPI01
Material Group for Purchasing Category
I_PurgCatMaterialGroupAPI01 is a Basic CDS View that provides data about "Material Group for Purchasing Category" in SAP S/4HANA. It reads from 1 data source (I_PurchasingCategoryMatlGroup) and exposes 4 fields with key field PurCatMaterialGroupUUID. It has 1 association to related views. Part of development package VDM_SLC_PUC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingCategoryMatlGroup | I_PurchasingCategoryMatlGroup | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_PurgCatAPI01 | _PurchasingCategory | $projection.PurgCatUUID = _PurchasingCategory.PurgCatUUID |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPUCMATLGRPAPI01 | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Material Group for Purchasing Category | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurCatMaterialGroupUUID | PurCatMaterialGroupUUID | ||
| PurgCatUUID | PurgCatUUID | |||
| MaterialGroup | MaterialGroup | |||
| _PurchasingCategory | _PurchasingCategory |
@AbapCatalog.sqlViewName: 'IPUCMATLGRPAPI01'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #BASIC
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@EndUserText.label: 'Material Group for Purchasing Category'
define view I_PurgCatMaterialGroupAPI01 as select from I_PurchasingCategoryMatlGroup
association [1..1] to I_PurgCatAPI01 as _PurchasingCategory on $projection.PurgCatUUID = _PurchasingCategory.PurgCatUUID
{
key PurCatMaterialGroupUUID,
PurgCatUUID,
MaterialGroup,
_PurchasingCategory
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA