I_CndnContrTypeStdVH
Condition Contract Type
I_CndnContrTypeStdVH is a Composite CDS View that provides data about "Condition Contract Type" in SAP S/4HANA. It reads from 1 data source (I_CndnContrType) and exposes 2 fields with key field CndnContrType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CndnContrType | I_CndnContrType | from |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IWCBCCTYPE_SVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CndnContrType | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Analytics.internalName | #LOCAL | view | |
| EndUserText.label | Condition Contract Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CndnContrType | CndnContrType | ||
| _Text | _Text |
//GENERATED:004:GlBfhyFV7jU}wGRPFRti1G
@AbapCatalog: {
sqlViewName: 'IWCBCCTYPE_SVH',
compiler.compareFilter: true,
preserveKey: true
}
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #MANDATORY,
privilegedAssociations: [ '_Text' ],
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'CndnContrType',
modelingPattern: #VALUE_HELP_PROVIDER,
supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY ],
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #B,
sizeCategory: #S
}
}
@ClientHandling: {
type: #INHERITED,
algorithm: #SESSION_VARIABLE
}
@Search.searchable: true
@Consumption.ranked: true
@Analytics: {
internalName: #LOCAL
}
@EndUserText.label: 'Condition Contract Type'
@Metadata.ignorePropagatedAnnotations: true
define view I_CndnContrTypeStdVH
as select from I_CndnContrType
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.9
@Search.ranking: #HIGH
@UI.textArrangement: #TEXT_FIRST
key CndnContrType,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNDNCONTRTYPE"
],
"ASSOCIATED":
[
"I_CNDNCONTRTYPETEXT"
],
"BASE":
[
"I_CNDNCONTRTYPE"
],
"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