C_PurchasingCategoryValueHelp
Purchasing Category Value Help
C_PurchasingCategoryValueHelp is a Consumption CDS View that provides data about "Purchasing Category Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurchasingCategory) and exposes 4 fields with key fields PurgCatUUID, PurchasingCategory.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingCategory | I_PurchasingCategory | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPURGCAT_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.semanticKey | PurchasingCategory | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| EndUserText.label | Purchasing Category Value Help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurgCatUUID | PurgCatUUID | ||
| KEY | PurchasingCategory | PurchasingCategory | ||
| PurgCatName | PurgCatName | |||
| PurgCatIsInactive | PurgCatIsInactive |
@AbapCatalog.sqlViewName: 'CPURGCAT_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.semanticKey: 'PurchasingCategory'
//@ObjectModel.representativeKey: 'PurchasingCategory'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Purchasing Category Value Help'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Consumption.ranked: true
define view C_PurchasingCategoryValueHelp
as select from I_PurchasingCategory
{
@UI.hidden: true
@Search.defaultSearchElement: false
key PurgCatUUID,
@ObjectModel.text.element: [ 'PurgCatName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH }
key PurchasingCategory,
@Semantics.text: true
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
PurgCatName,
PurgCatIsInactive
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURCHASINGCATEGORY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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