E_InsurClmSubrogation

DDL: E_INSURCLMSUBROGATION Type: view_entity EXTENSION

Claim Subrogation Rcvry Header - Extension

E_InsurClmSubrogation is a Extension CDS View that provides data about "Claim Subrogation Rcvry Header - Extension" in SAP S/4HANA. It reads from 1 data source (icl_subrog) and exposes 2 fields with key fields InsuranceClaim, InsurClmSubrogationUUID.

Data Sources (1)

SourceAliasJoin Type
icl_subrog Persistence from

Annotations (9)

NameValueLevelField
EndUserText.label Claim Subrogation Rcvry Header - Extension view
AbapCatalog.extensibility.elementSuffix ICL view
AbapCatalog.extensibility.quota.maximumFields 100 view
AbapCatalog.extensibility.quota.maximumBytes 1000 view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaim icl_subrog claim
KEY InsurClmSubrogationUUID icl_subrog subrog_guid
@EndUserText.label: 'Claim Subrogation Rcvry Header - Extension'
@AbapCatalog.extensibility.extensible
@AbapCatalog.extensibility.elementSuffix: 'ICL'
@AbapCatalog.extensibility.quota.maximumFields: 100
@AbapCatalog.extensibility.quota.maximumBytes: 1000
@AbapCatalog.extensibility.dataSources: ['Persistence']

@AccessControl: {
  authorizationCheck: #PRIVILEGED_ONLY
}
@VDM                                  : {
  viewType                            : #EXTENSION
}
@ObjectModel: {
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #XL
   }
}

define view entity E_InsurClmSubrogation
  as select from icl_subrog as Persistence
{
  key Persistence.claim    as InsuranceClaim,
  key Persistence.subrog_guid as InsurClmSubrogationUUID

}
where
  Persistence.active = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ICL_SUBROG"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/