I_InsurIntClmTypeAllwdReserve
Interne Fallart: erlaubte Reserveart
I_InsurIntClmTypeAllwdReserve is a Basic CDS View that provides data about "Interne Fallart: erlaubte Reserveart" in SAP S/4HANA. It reads from 1 data source (ticl053) and exposes 6 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers, InsurClmSubclmType, InsurClmRsrvType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ticl053 | ticl053 | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Interne Fallart: erlaubte Reserveart | view | |
| AbapCatalog.sqlViewName | IICLPERMRESRVTYP | 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 | #S | view | |
| ObjectModel.usageType.serviceQuality | #B | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmType | cltype | ||
| KEY | InsurClmTypeGeneration | generat | ||
| KEY | InsurClmTypeVers | version | ||
| KEY | InsurClmSubclmType | subcltype | ||
| KEY | InsurClmRsrvType | restype | ||
| InsurClmReserveIsNotVisible | xinvisible |
@EndUserText.label: 'Interne Fallart: erlaubte Reserveart'
@AbapCatalog: {
sqlViewName: 'IICLPERMRESRVTYP',
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: #S,
serviceQuality: #B
}
define view I_InsurIntClmTypeAllwdReserve
as select from ticl053
{
key cltype as InsurClmType,
key generat as InsurClmTypeGeneration,
key version as InsurClmTypeVers,
key subcltype as InsurClmSubclmType,
key restype as InsurClmRsrvType,
xinvisible as InsurClmReserveIsNotVisible
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TICL053"
],
"ASSOCIATED":
[],
"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