I_InsurClm1stNotifFactCapture
Schadenmeldung - Sachverhalt
I_InsurClm1stNotifFactCapture is a Composite CDS View that provides data about "Schadenmeldung - Sachverhalt" in SAP S/4HANA. It reads from 1 data source (I_InsurClmFactCapture) and exposes 22 fields with key fields InsuranceClaim, InsurClmFactCaptureCategory, InsurClmSubobject, InsurClmFactCaptureQstn, InsurClmFactCaptureAnswer.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_InsurClmFactCapture | I_InsurClmFactCapture | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICL1STNFFACTC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Schadenmeldung - Sachverhalt | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InsuranceClaim | InsuranceClaim | ||
| KEY | InsurClmFactCaptureCategory | InsurClmFactCaptureCategory | ||
| KEY | InsurClmSubobject | InsurClmSubobject | ||
| KEY | InsurClmFactCaptureQstn | InsurClmFactCaptureQstn | ||
| KEY | InsurClmFactCaptureAnswer | InsurClmFactCaptureAnswer | ||
| InsurClmFactCaptureQstnPos | InsurClmFactCaptureQstnPos | |||
| InsurClmFactCaptureQstnSqnc | InsurClmFactCaptureQstnSqnc | |||
| InsurClmFactCaptureSqncVersion | InsurClmFactCaptureSqncVersion | |||
| InsurClmFactCaptureSqncVariant | InsurClmFactCaptureSqncVariant | |||
| InsurClmFactCaptureQstnCat | _FactCaptureQstn | InsurClmFactCaptureQstnCat | ||
| InsurClmFactQstnIsMltplChoice | _FactCaptureQstn | InsurClmFactQstnIsMltplChoice | ||
| InsurClmFactCaptureQstnShrtTxt | ||||
| InsurClmFactCaptureQstnLongTxt | ||||
| InsurClmFactCaptureTextAnswer | _FactCaptureTxtAnswer | InsurClmFactCaptureTextAnswer | ||
| InsurClmFactAnswerShortText | ||||
| InsurClmFactAnswerLongText | ||||
| InsurClmFactCaptureNextQstn | _FactCaptureAnswer | InsurClmFactCaptureNextQstn | ||
| InsurClmFactFreeTextAnswerCat | _FactCaptureAnswer | InsurClmFactFreeTextAnswerCat | ||
| _Claim | _Claim | |||
| _FactCaptureAnswer | _FactCaptureAnswer | |||
| _FactCaptureQstn | _FactCaptureQstn | |||
| _FactCaptureTxtAnswer | _FactCaptureTxtAnswer |
@AbapCatalog.sqlViewName: 'ICL1STNFFACTC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Schadenmeldung - Sachverhalt'
@ObjectModel.usageType: {
dataClass: #MIXED,
sizeCategory: #L,
serviceQuality: #C
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
define view I_InsurClm1stNotifFactCapture
as select from I_InsurClmFactCapture
{
//I_InsurClmFactCapture
key InsuranceClaim,
key InsurClmFactCaptureCategory,
key InsurClmSubobject,
key InsurClmFactCaptureQstn,
key InsurClmFactCaptureAnswer,
InsurClmFactCaptureQstnPos,
InsurClmFactCaptureQstnSqnc,
InsurClmFactCaptureSqncVersion,
InsurClmFactCaptureSqncVariant,
_FactCaptureQstn.InsurClmFactCaptureQstnCat,
_FactCaptureQstn.InsurClmFactQstnIsMltplChoice,
_FactCaptureQstn._FactCaptureQstnText[ Language = $session.system_language ].InsurClmFactCaptureQstnShrtTxt,
_FactCaptureQstn._FactCaptureQstnText[ Language = $session.system_language ].InsurClmFactCaptureQstnLongTxt,
_FactCaptureTxtAnswer.InsurClmFactCaptureTextAnswer,
_FactCaptureAnswer._FactCaptureAnswerT[ Language = $session.system_language ].InsurClmFactAnswerShortText,
_FactCaptureAnswer._FactCaptureAnswerT[ Language = $session.system_language ].InsurClmFactAnswerLongText,
_FactCaptureAnswer.InsurClmFactCaptureNextQstn,
_FactCaptureAnswer.InsurClmFactFreeTextAnswerCat,
/* Associations */
//I_InsurClmFactCapture
_Claim,
_FactCaptureAnswer,
_FactCaptureQstn,
_FactCaptureTxtAnswer
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCLMFACTCAPTURE",
"I_INSURCLMFACTCAPTUREANSWER",
"I_INSURCLMFACTCAPTUREANSWERT",
"I_INSURCLMFACTCAPTUREQSTN",
"I_INSURCLMFACTCAPTUREQSTNTEXT",
"I_INSURCLMFACTCAPTURETXTANSWER"
],
"ASSOCIATED":
[
"I_INSURANCECLAIM",
"I_INSURCLMFACTCAPTUREANSWER",
"I_INSURCLMFACTCAPTUREQSTN",
"I_INSURCLMFACTCAPTURETXTANSWER"
],
"BASE":
[
"I_INSURCLMFACTCAPTURE"
],
"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