I_InsurApplLifeCycleStatusT
Appl Life Cycle Sts in Insur Plcy - Text
I_InsurApplLifeCycleStatusT is a Basic CDS View that provides data about "Appl Life Cycle Sts in Insur Plcy - Text" in SAP S/4HANA. It reads from 1 data source (/pm0/abuappstatt) and exposes 5 fields with key fields Language, InsurApplLifeCycSts. It has 1 association to related views. Part of development package VDM_PM_PLCY_AUXILIARY.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /pm0/abuappstatt | /pm0/abuappstatt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Appl Life Cycle Sts in Insur Plcy - Text | view | |
| ObjectModel.representativeKey | InsurApplLifeCycSts | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| Search.searchable | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | langu | ||
| KEY | InsurApplLifeCycSts | appstat_id | ||
| InsurApplLifeCycStsName | appstat_tt | |||
| _InsurApplLifeCycleStatus | _InsurApplLifeCycleStatus | |||
| _Language | _Language |
@EndUserText.label: 'Appl Life Cycle Sts in Insur Plcy - Text'
@ObjectModel:{
representativeKey: 'InsurApplLifeCycSts',
dataCategory: #TEXT,
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
},
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [
#LANGUAGE_DEPENDENT_TEXT,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY
]
}
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Search.searchable: true
@AccessControl.authorizationCheck:#NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Metadata.ignorePropagatedAnnotations: true
define view entity I_InsurApplLifeCycleStatusT
as select from /pm0/abuappstatt
association to parent I_InsurApplLifeCycleStatus as _InsurApplLifeCycleStatus on $projection.InsurApplLifeCycSts = _InsurApplLifeCycleStatus.InsurApplLifeCycSts
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.foreignKey.association: '_InsurApplLifeCycleStatus'
@ObjectModel.text.element: ['InsurApplLifeCycStsName']
key appstat_id as InsurApplLifeCycSts,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
@Semantics.text: true
appstat_tt as InsurApplLifeCycStsName,
//Associations
_InsurApplLifeCycleStatus,
_Language
}
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