A_InsurClmEmplrIndstryCodeTxt

DDL: A_INSURCLMEMPLRINDSTRYCODETXT Type: view_entity CONSUMPTION

Ins Clm Emplr Indstry Cd - Txt

A_InsurClmEmplrIndstryCodeTxt is a Consumption CDS View that provides data about "Ins Clm Emplr Indstry Cd - Txt" in SAP S/4HANA. It reads from 1 data source (I_InsurClmEmplrIndstryCodeTxt) and exposes 3 fields with key fields Language, InsurClmEmplrIndstryCode. It is exposed through 1 OData service (API_INSCLMEMPLRINDSTRYCODE).

Data Sources (1)

SourceAliasJoin Type
I_InsurClmEmplrIndstryCodeTxt I_InsurClmEmplrIndstryCodeTxt projection

Annotations (11)

NameValueLevelField
EndUserText.label Ins Clm Emplr Indstry Cd - Txt view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey InsurClmEmplrIndstryCode view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
OData.entityType.name InsurClmEmplrIndstryCodeTxt_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_INSCLMEMPLRINDSTRYCODE API_INSCLMEMPLRINDSTRYCODE V4 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language Language
KEY InsurClmEmplrIndstryCode InsurClmEmplrIndstryCode
InsurClmEmplrIndstryCodeName InsurClmEmplrIndstryCodeName
@EndUserText.label: 'Ins Clm Emplr Indstry Cd - Txt'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
               representativeKey: 'InsurClmEmplrIndstryCode',
               dataCategory: #TEXT,
                usageType: {
                            serviceQuality: #A,
                            dataClass: #CUSTOMIZING,
                            sizeCategory: #S
                            }
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM : {
          lifecycle.contract.type: #PUBLIC_REMOTE_API,
          viewType: #CONSUMPTION
}
@OData.entityType.name: 'InsurClmEmplrIndstryCodeTxt_Type'

define view entity A_InsurClmEmplrIndstryCodeTxt as projection on I_InsurClmEmplrIndstryCodeTxt {

  @Semantics.language: true
  key Language,
  key InsurClmEmplrIndstryCode,
  @Semantics.text: true
  InsurClmEmplrIndstryCodeName,
  //Associations

  _EmplrIndstryCode : redirected to parent A_InsurClmEmplrIndstryCode
}