I_INSURCLMEMPLRINDSTRYCODETXT
Ins Clm Emplr Indstry Cd - Txt
I_INSURCLMEMPLRINDSTRYCODETXT is a CDS View in S/4HANA. Ins Clm Emplr Indstry Cd - Txt. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmEmplrIndstryCodeTxt | view_entity | projection | CONSUMPTION | Ins Clm Emplr Indstry Cd - Txt |
@EndUserText.label: 'Ins Clm Emplr Indstry Cd - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'InsurClmEmplrIndstryCode',
dataCategory: #TEXT,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER],
usageType: {
serviceQuality: #A,
dataClass: #CUSTOMIZING,
sizeCategory: #S
}
}
@Analytics.technicalName: 'ICEmplrIndstryCodeTxt'
@Metadata.ignorePropagatedAnnotations: true
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@OData.entityType.name: 'InsurClmEmplrIndstryCodeTxt_Type'
define view entity I_InsurClmEmplrIndstryCodeTxt
as select from ticl381t
association to parent I_InsurClmEmplrIndstryCode as _EmplrIndstryCode on $projection.InsurClmEmplrIndstryCode = _EmplrIndstryCode.InsurClmEmplrIndstryCode
association [0..1] to I_Language as _Language on ticl381t.langu = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.text.element: ['InsurClmEmplrIndstryCodeName']
key emp_industrycode as InsurClmEmplrIndstryCode,
@Semantics.text: true
emp_indstrcoden as InsurClmEmplrIndstryCodeName,
//Associations
_Language,
_EmplrIndstryCode
}