I_InsurIntClmTypeAllwdSubclm
Interne Fallart: erlaubte Teilfallart
I_InsurIntClmTypeAllwdSubclm is a Basic CDS View that provides data about "Interne Fallart: erlaubte Teilfallart" in SAP S/4HANA. It reads from 1 data source (ticl005) and exposes 9 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers, InsurClmSubclmType. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl005 | ticl005 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InsurIntClmTypeAllwdReserve | _AllowedReserveType | $projection.InsurClmType = _AllowedReserveType.InsurClmType and $projection.InsurClmTypeGeneration = _AllowedReserveType.InsurClmTypeGeneration and $projection.InsurClmTypeVers = _AllowedReserveType.InsurClmTypeVers and $projection.InsurClmSubclmType = _AllowedReserveType.InsurClmSubclmType |
| [0..*] | I_InsurIntClmTypeAllwdCvrg | _AllowedCoverageType | $projection.InsurClmType = _AllowedCoverageType.InsurClmType and $projection.InsurClmTypeGeneration = _AllowedCoverageType.InsurClmTypeGeneration and $projection.InsurClmTypeVers = _AllowedCoverageType.InsurClmTypeVers and $projection.InsurClmSubclmType = _AllowedCoverageType.InsurClmSubclmType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Interne Fallart: erlaubte Teilfallart | view | |
| AbapCatalog.sqlViewName | IICLPERMSUBCLTYP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmType | cltype | ||
| KEY | InsurClmTypeGeneration | generat | ||
| KEY | InsurClmTypeVers | version | ||
| KEY | InsurClmSubclmType | subcltype | ||
| InsurClmBenefitTypeTree | bentree | |||
| InsurClmSubrogtnRcvryRsrvType | sbrrestype | |||
| InsurClmSalvageReserveType | salrestype | |||
| _AllowedReserveType | _AllowedReserveType | |||
| _AllowedCoverageType | _AllowedCoverageType |
@EndUserText.label: 'Interne Fallart: erlaubte Teilfallart'
@AbapCatalog: {
sqlViewName: 'IICLPERMSUBCLTYP',
compiler.compareFilter: true,
buffering.type: #FULL,
buffering.status: #ACTIVE
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #L,
serviceQuality: #B
}
define view I_InsurIntClmTypeAllwdSubclm
as select from ticl005
association [0..*] to I_InsurIntClmTypeAllwdReserve as _AllowedReserveType on $projection.InsurClmType = _AllowedReserveType.InsurClmType
and $projection.InsurClmTypeGeneration = _AllowedReserveType.InsurClmTypeGeneration
and $projection.InsurClmTypeVers = _AllowedReserveType.InsurClmTypeVers
and $projection.InsurClmSubclmType = _AllowedReserveType.InsurClmSubclmType
association [0..*] to I_InsurIntClmTypeAllwdCvrg as _AllowedCoverageType on $projection.InsurClmType = _AllowedCoverageType.InsurClmType
and $projection.InsurClmTypeGeneration = _AllowedCoverageType.InsurClmTypeGeneration
and $projection.InsurClmTypeVers = _AllowedCoverageType.InsurClmTypeVers
and $projection.InsurClmSubclmType = _AllowedCoverageType.InsurClmSubclmType
{
key cltype as InsurClmType,
key generat as InsurClmTypeGeneration,
key version as InsurClmTypeVers,
key subcltype as InsurClmSubclmType,
bentree as InsurClmBenefitTypeTree,
sbrrestype as InsurClmSubrogtnRcvryRsrvType,
salrestype as InsurClmSalvageReserveType,
_AllowedReserveType,
_AllowedCoverageType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL005"
],
"ASSOCIATED":
[
"I_INSURINTCLMTYPEALLWDCVRG",
"I_INSURINTCLMTYPEALLWDRESERVE"
],
"BASE":
[],
"ANNO_REF":
[],
"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