I_INSURCLMNEGTTNPARTNERTEXT
Ins Clm Negotiation Prtn - Txt
I_INSURCLMNEGTTNPARTNERTEXT is a CDS View in S/4HANA. Ins Clm Negotiation Prtn - Txt. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClmNegttnPartnerText | view_entity | projection | CONSUMPTION | Ins Clm Negotiation Prtn - Txt |
@EndUserText.label: 'Ins Clm Negotiation Prtn - Txt'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
representativeKey: 'InsurClaimNegotiationPartner',
// sapObjectNodeType.name: '',
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: 'ICNegttnPartnerText'
@Metadata.ignorePropagatedAnnotations: true
@VDM : {
lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC
}
@OData.entityType.name: 'InsurClmNegttnPartnerText_Type'
define view entity I_InsurClmNegttnPartnerText
as select from icl_cnegprtt
association to parent I_InsurClaimNegotiationPartner as _NegotiationPartner on $projection.InsurClaimNegotiationPartner = _NegotiationPartner.InsurClaimNegotiationPartner
association [0..1] to I_Language as _Language on icl_cnegprtt.langu = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key langu as Language,
@ObjectModel.text.element: ['InsurClmNegttnPrtnName']
key vpartner as InsurClaimNegotiationPartner,
@Semantics.text: true
vpartnern as InsurClmNegttnPrtnName,
//Associations
_Language,
_NegotiationPartner
}