A_InsuranceClaimTypeGeneration

DDL: A_INSURANCECLAIMTYPEGENERATION Type: view_entity CONSUMPTION Package: ICL_VDM_CLAIM_AUX_API

Insurance Claim Type Generation

A_InsuranceClaimTypeGeneration is a Consumption CDS View that provides data about "Insurance Claim Type Generation" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimTypeGeneration) and exposes 2 fields with key fields InsurClmType, InsurClmTypeGeneration. Part of development package ICL_VDM_CLAIM_AUX_API.

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimTypeGeneration I_InsuranceClaimTypeGeneration projection

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insurance Claim Type Generation view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name InsuranceClaimType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name InsuranceClaimTypeGeneration_Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsurClmType InsurClmType
KEY InsurClmTypeGeneration InsurClmTypeGeneration
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insurance Claim Type Generation'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
 //               representativeKey: 'InsurClmTypeGeneration',

                semanticKey: ['InsurClmType', 'InsurClmTypeGeneration'],
                sapObjectNodeType.name: 'InsuranceClaimType',
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsuranceClaimTypeGeneration_Type'

define root view entity A_InsuranceClaimTypeGeneration as projection on I_InsuranceClaimTypeGeneration
{
  key InsurClmType,
  key InsurClmTypeGeneration
  
}