I_InsurClmFundHdrCalcBsdDistrT
Cm Fund Hdr Cal Bsd Dist - Txt
I_InsurClmFundHdrCalcBsdDistrT is a Basic CDS View that provides data about "Cm Fund Hdr Cal Bsd Dist - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, InsurClmFundHdrCalcBsdOnDistr. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Cm Fund Hdr Cal Bsd Dist - Txt | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | false | view | |
| ObjectModel.representativeKey | InsurClmFundHdrCalcBsdOnDistr | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Analytics.technicalName | ICFUNDHDRCALCBSDDISTRT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| OData.entityType.name | INSURCLMFUNDHDRCALCBSDDISTRT_Type | view |
@EndUserText.label: 'Cm Fund Hdr Cal Bsd Dist - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: false
@ObjectModel: {
representativeKey: 'InsurClmFundHdrCalcBsdOnDistr',
// sapObjectNodeType.name: '',
dataCategory: #TEXT,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER],
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@Analytics.technicalName: 'ICFUNDHDRCALCBSDDISTRT'
@Metadata.ignorePropagatedAnnotations: true
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@OData.entityType.name: 'INSURCLMFUNDHDRCALCBSDDISTRT_Type'
define view entity I_InsurClmFundHdrCalcBsdDistrT as select from dd07t
association to parent I_InsurClmFundHdrCalcBsdDistr as _FundHdrCalcBsdDistrT on $projection.InsurClmFundHdrCalcBsdOnDistr = _FundHdrCalcBsdDistrT.InsurClmFundHdrCalcBsdOnDistr
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key cast( dd07t.ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_FundHdrCalcBsdDistrT'
@ObjectModel.text.element: ['ClaimFundHdrCalcBsdOnDistrName']
key cast( dd07t.domvalue_l as icl_calcbasedondistr_d ) as InsurClmFundHdrCalcBsdOnDistr,
@Analytics.hidden: true
@Consumption.hidden: true
dd07t.domvalue_l as DomainValue,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
dd07t.ddtext as ClaimFundHdrCalcBsdOnDistrName,
_FundHdrCalcBsdDistrT,
_Language
}
where
dd07t.domname = 'ICL_CALCBASEDONDISTR'
and dd07t.as4local = 'A'
and dd07t.as4vers = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_INSURCLMFUNDHDRCALCBSDDISTR",
"I_LANGUAGE"
],
"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