A_CndnContrType
Condition Contract Type
A_CndnContrType 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 11 fields with key field CndnContrType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CndnContrType | CndnContrType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_BusVolFldCombnSetTypeAssgmt | _BusVolFldCombnSetTypeAssgmt | $projection.CndnContrType = _BusVolFldCombnSetTypeAssgmt.CndnContrType and $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Condition Contract Type | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AbapCatalog.sqlViewName | ACNDNCONTRTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | CndnContrType | view | |
| ObjectModel.createEnabled | false | view | |
| ObjectModel.updateEnabled | false | view | |
| ObjectModel.deleteEnabled | false | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CndnContrType | CndnContrType | ||
| BusVolFldCombnSet | BusVolFldCombnSet | |||
| CndnContrTypeBlockUsage | CndnContrTypeBlockUsage | |||
| CndnContrPartnerCat | CndnContrPartnerCat | |||
| CndnContrEligibleCat | CndnContrEligibleCat | |||
| CndnContrClassfctnType | CndnContrClassfctnType | |||
| CndnContrHasNoConditions | CndnContrHasNoConditions | |||
| CndnContrSettlmtType | CndnContrSettlmtType | |||
| CndnContrChangeability | CndnContrChangeability | |||
| CndnContrPrtlSettlmtCat | CndnContrPrtlSettlmtCat | |||
| _BusVolFldCombnSetTypeAssgmt | _BusVolFldCombnSetTypeAssgmt |
@ClientHandling.algorithm:#SESSION_VARIABLE
@EndUserText.label: 'Condition Contract Type'
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@AbapCatalog: {
sqlViewName: 'ACNDNCONTRTYPE',
compiler.compareFilter: true,
preserveKey: true
}
@AccessControl: {
authorizationCheck: #MANDATORY
}
@ObjectModel: {
representativeKey: 'CndnContrType',
createEnabled: false,
updateEnabled: false,
deleteEnabled: false,
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #C,
sizeCategory: #S
}
}
@AccessControl.privilegedAssociations: [ '_BusVolFldCombnSetTypeAssgmt' ]
@Metadata.ignorePropagatedAnnotations: true
define view A_CndnContrType
as select from I_CndnContrType as CndnContrType
association [0..*] to A_BusVolFldCombnSetTypeAssgmt as _BusVolFldCombnSetTypeAssgmt on $projection.CndnContrType = _BusVolFldCombnSetTypeAssgmt.CndnContrType
and $projection.BusVolFldCombnSet = _BusVolFldCombnSetTypeAssgmt.BusVolFldCombnSet
{
key CndnContrType,
BusVolFldCombnSet,
// @ObjectModel.foreignKey.association: '_CndnContrTypeBlockUsage'
CndnContrTypeBlockUsage,
// @ObjectModel.foreignKey.association: '_CndnContrPartnerCat'
CndnContrPartnerCat,
CndnContrEligibleCat,
CndnContrClassfctnType,
CndnContrHasNoConditions,
CndnContrSettlmtType,
// @ObjectModel.foreignKey.association: '_CndnContrChangeability'
CndnContrChangeability,
CndnContrPrtlSettlmtCat,
//Associations
_BusVolFldCombnSetTypeAssgmt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNDNCONTRTYPE"
],
"ASSOCIATED":
[
"A_BUSVOLFLDCOMBNSETTYPEASSGMT"
],
"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