A_InsuranceClaimDocumentCode

DDL: A_INSURANCECLAIMDOCUMENTCODE Type: view_entity CONSUMPTION

Insur Clm Document Code

A_InsuranceClaimDocumentCode is a Consumption CDS View that provides data about "Insur Clm Document Code" in SAP S/4HANA. It reads from 1 data source (I_InsuranceClaimDocumentCode) and exposes 1 field with key field InsuranceClaimDocumentCode.

Data Sources (1)

SourceAliasJoin Type
I_InsuranceClaimDocumentCode I_InsuranceClaimDocumentCode projection

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insur Clm Document Code view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InsuranceClaimDocumentCode view
ObjectModel.sapObjectNodeType.name InsuranceClaimDocument 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 InsuranceClaimDocumentCode_Type view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InsuranceClaimDocumentCode InsuranceClaimDocumentCode
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Clm Document Code'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
                representativeKey: 'InsuranceClaimDocumentCode',
                sapObjectNodeType.name: 'InsuranceClaimDocument',
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsuranceClaimDocumentCode_Type'

define root view entity A_InsuranceClaimDocumentCode
  as projection on  I_InsuranceClaimDocumentCode

  {
  key InsuranceClaimDocumentCode,
  //Associations

  _DocumentCode : redirected to composition child A_InsuranceClaimDocumentCodeT

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURANCECLAIMDOCUMENTCODE"
],
"ASSOCIATED":
[
"A_INSURANCECLAIMDOCUMENTCODET",
"I_INSURANCECLAIMDOCUMENTCODET"
],
"BASE":
[
"I_INSURANCECLAIMDOCUMENTCODE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/