C_PurDocItemCategoryValueHelp
Purchasing Doc Item Category Value Help
C_PurDocItemCategoryValueHelp is a Consumption CDS View that provides data about "Purchasing Doc Item Category Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurgDocumentItemCategory) and exposes 3 fields with key field PurchasingDocumentItemCategory.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurgDocumentItemCategory | I_PurgDocumentItemCategory | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPURITEMCAT_VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| Search.searchable | true | view | |
| ObjectModel.semanticKey | PurchasingDocumentItemCategory | view | |
| ObjectModel.representativeKey | PurchasingDocumentItemCategory | view | |
| EndUserText.label | Purchasing Doc Item Category Value Help | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocumentItemCategory | PurchasingDocumentItemCategory | ||
| PurgDocExternalItemCategory | ||||
| PurgDocItemCategoryName |
@AbapCatalog.sqlViewName: 'CPURITEMCAT_VH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type : #NONE
@Search.searchable: true
@ObjectModel.semanticKey: 'PurchasingDocumentItemCategory'
@ObjectModel.representativeKey: 'PurchasingDocumentItemCategory'
@EndUserText.label: 'Purchasing Doc Item Category Value Help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.dataCategory: #VALUE_HELP
define view C_PurDocItemCategoryValueHelp
as select from I_PurgDocumentItemCategory
{
@ObjectModel.text.element: [ 'PurgDocItemCategoryName' ]
@UI.hidden: true
@ObjectModel.filter.enabled: false
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.9 }
key PurchasingDocumentItemCategory,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
@ObjectModel.text.element: [ 'PurgDocItemCategoryName' ]
_Text[1: Language = $session.system_language].PurgDocExternalItemCategory,
@Semantics.text: true
_Text[1: Language = $session.system_language].PurgDocItemCategoryName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PURGDOCUMENTITEMCATEGORY",
"I_PURGDOCUMENTITEMCATEGORYTEXT"
],
"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