I_INSURCLAIMNEGOTIATIONTYPE
Ins Clm Negotiation Type
I_INSURCLAIMNEGOTIATIONTYPE is a CDS View in S/4HANA. Ins Clm Negotiation Type. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurClaimNegotiationType | view_entity | projection | CONSUMPTION | Ins Clm Negotiation Type |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ins Clm Negotiation Type'
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL,
technicalName: 'ICNegotiationType'
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #VALUE_HELP,
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'InsurClmNegotiationType',
sapObjectNodeType.name: 'InsuranceClaimNegotiationType',
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_InsurClaimNegotiationType as select from icl_cnegtyp
composition [0..*] of I_InsurClaimNegotiationTypeTxt as _NegotiationTypeTxt
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key negtype as InsurClmNegotiationType,
//Associations
_NegotiationTypeTxt
}