A_InsurClmEmplInitTrtmtCode

DDL: A_INSURCLMEMPLINITTRTMTCODE Type: view_entity CONSUMPTION

Insur Clm Empl Init Trtmt Code

A_InsurClmEmplInitTrtmtCode is a Consumption CDS View that provides data about "Insur Clm Empl Init Trtmt Code" in SAP S/4HANA. It reads from 1 data source (I_InsurClmEmplInitTrtmtCode) and exposes 1 field with key field InsurClmInitTreatmentCode. It is exposed through 1 OData service (API_INSCMEMPLINITTRTMTCODE).

Data Sources (1)

SourceAliasJoin Type
I_InsurClmEmplInitTrtmtCode I_InsurClmEmplInitTrtmtCode projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Insur Clm Empl Init Trtmt Code view
Metadata.ignorePropagatedAnnotations true view
Search.searchable false view
ObjectModel.representativeKey InsurClmInitTreatmentCode view
ObjectModel.sapObjectNodeType.name InsurClmEmplInitTrtmtCode 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 InsurClmEmplInitTrtmtCode_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSCMEMPLINITTRTMTCODE API_INSCMEMPLINITTRTMTCODE V4 C2 NOT_RELEASED

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InsurClmInitTreatmentCode InsurClmInitTreatmentCode
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Insur Clm Empl Init Trtmt Code'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: false
@ObjectModel: {
                representativeKey: 'InsurClmInitTreatmentCode',
                sapObjectNodeType.name: 'InsurClmEmplInitTrtmtCode',
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurClmEmplInitTrtmtCode_Type'

define root view entity A_InsurClmEmplInitTrtmtCode
  as projection on  I_InsurClmEmplInitTrtmtCode
  {
  key InsurClmInitTreatmentCode,
  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  //Associations

  _EmplInitTrtmtCodeT : redirected to composition child A_InsurClmEmplInitTrtmtCodeT
}