E_InsurClmBenefitSplitHeader

DDL: E_INSURCLMBENEFITSPLITHEADER Type: view_entity EXTENSION

Insurance Benefit Split Hdr - Extension

E_InsurClmBenefitSplitHeader is a Extension CDS View that provides data about "Insurance Benefit Split Hdr - Extension" in SAP S/4HANA. It reads from 1 data source (icl_bensplit_hdr) and exposes 2 fields with key fields InsuranceClaim, InsurClmBnftSpltHdrUUID.

Data Sources (1)

SourceAliasJoin Type
icl_bensplit_hdr Persistence from

Annotations (9)

NameValueLevelField
EndUserText.label Insurance Benefit Split Hdr - 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_bensplit_hdr claim
KEY InsurClmBnftSpltHdrUUID icl_bensplit_hdr bensplit_hdr_id
@EndUserText.label: 'Insurance Benefit Split Hdr - 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_InsurClmBenefitSplitHeader
  as select from icl_bensplit_hdr as Persistence
{
  key Persistence.claim    as InsuranceClaim,
  key Persistence.bensplit_hdr_id as InsurClmBnftSpltHdrUUID

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