I_INSURCLAIMNEGOTIATIONPARTNER
Ins Clm Negotiation Partner
I_INSURCLAIMNEGOTIATIONPARTNER is a CDS View in S/4HANA. Ins Clm Negotiation Partner. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClaimNegotiationPartner | view_entity | projection | CONSUMPTION | Ins Clm Negotiation Partner |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ins Clm Negotiation Partner'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICNegotiationPartner'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClaimNegotiationPartner',
sapObjectNodeType.name: 'InsurClaimNegotiationPartner',
resultSet.sizeCategory: #XS,
usageType.serviceQuality: #A,
usageType.dataClass: #CUSTOMIZING,
usageType.sizeCategory: #S,
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#VALUE_HELP_PROVIDER]
}
@Search.searchable: true
define root view entity I_InsurClaimNegotiationPartner as select from icl_cnegprt
composition [0..*] of I_InsurClmNegttnPartnerText as _NegttnPartnerText
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key vpartner as InsurClaimNegotiationPartner,
//Associations
_NegttnPartnerText
}