I_InsuranceClaimPaymentType
Insurance Claim Payment Type
I_InsuranceClaimPaymentType is a Basic CDS View (Dimension) that provides data about "Insurance Claim Payment Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field InsurClmPaymentType. It has 1 association to related views. Part of development package ICL_VDM_CLAIM_AUXILIARY.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_InsuranceClaimPaymentTypeT | _ClaimPaymentTypeT | |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Insurance Claim Payment Type | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | ICPayType | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | InsurClmPaymentType | view | |
| ObjectModel.sapObjectNodeType.name | InsuranceClaimPaymentType | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Search.searchable | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsurClmPaymentType | |||
| DomainValue | dd07l | domvalue_l | ||
| _ClaimPaymentTypeT | _ClaimPaymentTypeT |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Payment Type'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Metadata.ignorePropagatedAnnotations: true
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICPayType'
}
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClmPaymentType',
sapObjectNodeType.name: 'InsuranceClaimPaymentType',
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define root view entity I_InsuranceClaimPaymentType as select from dd07l
composition [0..*] of I_InsuranceClaimPaymentTypeT as _ClaimPaymentTypeT
{
//@ObjectModel.text.association: '_CoveredText'
key cast( dd07l.domvalue_l as icl_paytype ) as InsurClmPaymentType,
@Analytics.hidden: true
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue ,
_ClaimPaymentTypeT // Make association public
}
where
dd07l.domname = 'ICL_PAYTYPE'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'
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