I_INSURCLMNEGOTIATIONHEADER
Verhandlung
I_INSURCLMNEGOTIATIONHEADER is a CDS View in S/4HANA. Verhandlung. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_InsurClmNegotiationHeaderTP | view_entity | from | TRANSACTIONAL | Insurance Claim Negotiation Header |
@AbapCatalog.sqlViewName: 'IICL_NEG'
@EndUserText.label: 'Verhandlung'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
define view I_InsurClmNegotiationHeader as select from icl_neg
association[1..1] to I_InsuranceClaim as _InsuranceClaim
on $projection.InsuranceClaim = _InsuranceClaim.InsuranceClaim
{
key active as InsurClmActive,
key claim as InsuranceClaim,
key negid as InsurClmNegotiationUUID,
cast( changetime as icl_achangetime_fiori preserving type ) as ChangedOnDateTime,
changedby as LastChangedByUser,
deleted as InsurClmDatabaseLineStatus,
subobject as InsurClmSubobject,
negtype as InsurClmNegttnType,
negdescr as InsurClmNegttnDesc,
negname as InsurClmNegotiationNameId,
rangefr as InsClmNegttnSettlmtRngeFrmAmt,
rangeto as InsurClmNegttnSettlmtRngeToAmt,
currency as InsurClmNegttnCurrency,
settlmntamount as InsurClmNegttnSettlmtAmt,
settlmntform as InsurClmNegttnSettlmtForm,
settlmntdate as InsurClmNegttnSettlmtDte,
settlmntdesc as InsurClmNegttnSettlmtDesc,
negform as InsurClmNegttnForm,
contactmode as InsurClmNegttnCommMode,
vpartner as InsurClmNegttnPrtn,
cancelled as InsurClmNegttnIsCancelled,
finished as InsurClmNegttnIsFnshd,
reopened as InsurClmNegttnIsReopened,
// Associations
_InsuranceClaim
// _InsurClmNegotiationItem
}