C_CntrlPurContrTypeValueHelp
View for Contract Type F4 Help in Central Purchase Contract
C_CntrlPurContrTypeValueHelp is a Consumption CDS View that provides data about "View for Contract Type F4 Help in Central Purchase Contract" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 2 fields with key field PurchasingDocumentType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchasingDocumentType | I_PurchasingDocumentType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_PurchasingDocumentTypeText | _Text | _Text.PurchasingDocumentCategory = 'C' and _Text.PurchasingDocumentType = $projection.PurchasingDocumentType and Language = $session.system_language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCNTRLPCTYPEVH | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | View for Contract Type F4 Help in Central Purchase Contract | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.semanticKey | PurchasingDocumentType | view | |
| ObjectModel.representativeKey | PurchasingDocumentType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocumentType | PurchasingDocumentType | ||
| PurchasingDocumentTypeName | _Text | PurchasingDocumentTypeName |
@AbapCatalog.sqlViewName: 'CCNTRLPCTYPEVH'
@AccessControl.authorizationCheck: #CHECK
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'View for Contract Type F4 Help in Central Purchase Contract'
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.semanticKey: 'PurchasingDocumentType'
@ObjectModel.representativeKey: 'PurchasingDocumentType'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
define view C_CntrlPurContrTypeValueHelp
as select from I_PurchasingDocumentType
association [0..1] to I_PurchasingDocumentTypeText as _Text on _Text.PurchasingDocumentCategory = 'C'
and _Text.PurchasingDocumentType = $projection.PurchasingDocumentType
and Language = $session.system_language
{
@ObjectModel.text.element: [ 'PurchasingDocumentTypeName' ]
key PurchasingDocumentType,
@Semantics.text: true
_Text.PurchasingDocumentTypeName
}
where
PurchasingDocumentCategory = 'C'
and PurchasingDocumentSubtype is initial
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