R_CndnContrTypeExtSlsCommsnVH
Condition Contract Types for External Sales Commissions
R_CndnContrTypeExtSlsCommsnVH is a Composite CDS View that provides data about "Condition Contract Types for External Sales Commissions" in SAP S/4HANA. It reads from 1 data source (R_CndnContrType) and exposes 2 fields with key field CndnContrType. Part of development package WCB_UI_CC_FIO_COM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CndnContrType | R_CndnContrType | from |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Condition Contract Types for External Sales Commissions | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CndnContrType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | RWCBCCTYECVH | view | |
| UI.headerInfo.typeName | Condition Contract Type | view | |
| UI.headerInfo.typeNamePlural | Condition Contract Types | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CndnContrType | CndnContrType | ||
| CndnContrTypeDesc |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Condition Contract Types for External Sales Commissions'
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #('NOT_REQUIRED')
}
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'CndnContrType',
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S
}
}
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@Analytics: {
internalName: #LOCAL,
technicalName: 'RWCBCCTYECVH'
}
@UI.headerInfo:{
typeName: 'Condition Contract Type',
typeNamePlural: 'Condition Contract Types'
}
@Search.searchable: true
@Metadata.ignorePropagatedAnnotations: true
define view entity R_CndnContrTypeExtSlsCommsnVH
as select from R_CndnContrType
{
@Search: {
defaultSearchElement: true,
ranking: #MEDIUM,
fuzzinessThreshold: 1.0
}
@ObjectModel.text.element: [ 'CndnContrTypeDesc' ]
@UI.textArrangement: #TEXT_FIRST
key CndnContrType,
@Search: {
defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 0.9
}
@Semantics.text:true
_Text[1: Language = $session.system_language ].CndnContrTypeDesc as CndnContrTypeDesc
}
where
SAPObjectType = 'ConditionContract'
and CndnContrPartnerCat = 'V'
and CndnContrSettlmtType = '1'
and CndnContrChangeability = ''
and CndnContrTypeBlockUsage = ''
and _CndnContrClassfctnType.CndnContrProcessCategory = '3'
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