I_PurgCatAPI01
Purchasing Category
I_PurgCatAPI01 is a Basic CDS View that provides data about "Purchasing Category" in SAP S/4HANA. It reads from 1 data source (I_PurchasingCategory) and exposes 10 fields with key field PurgCatUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingCategory | I_PurchasingCategory | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPUCAPI01 | 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 | Purchasing Category | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurgCatUUID | PurgCatUUID | ||
| PurchasingCategory | PurchasingCategory | |||
| PurgCatName | PurgCatName | |||
| CreationDateTime | CreationDateTime | |||
| CreatedByUser | ||||
| LastChangeDateTime | LastChangeDateTime | |||
| LastChangedByUser | ||||
| Language | Language | |||
| PurgCatIsInactive | PurgCatIsInactive | |||
| PurgCatTranslationOvrlStatus | PurgCatTranslationOvrlStatus |
@AbapCatalog.sqlViewName: 'IPUCAPI01'
@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: 'Purchasing Category'
define view I_PurgCatAPI01 as select from I_PurchasingCategory {
key PurgCatUUID,
PurchasingCategory,
PurgCatName,
CreationDateTime,
cast(CreatedByUser as /srmsmc/created_by ) as CreatedByUser,
LastChangeDateTime,
cast(LastChangedByUser as /srmsmc/last_changed_by ) as LastChangedByUser,
Language,
PurgCatIsInactive,
PurgCatTranslationOvrlStatus
}
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