R_INSURCONTRPLNDPROCESSINGTP
Insur Contr Plnd Processing in Plcy - TP
R_INSURCONTRPLNDPROCESSINGTP is a CDS View in S/4HANA. Insur Contr Plnd Processing in Plcy - TP. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_InsurContrPlannedProcessing | view_entity | projection | CONSUMPTION | Contract Planned Processing |
@EndUserText.label: 'Insur Contr Plnd Processing in Plcy - TP'
@VDM: {
viewType:#TRANSACTIONAL,
lifecycle.contract.type:#SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #PRIVILEGED_ONLY,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@ObjectModel: {
semanticKey: [ 'InsurPlcyPlannedProcessingType' ],
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #XL
}
}
define view entity R_InsurContrPlndProcessingTP
as select from I_InsurContrPlannedProcessing
association to parent R_InsuranceContractTP as _InsuranceContract on $projection.InsurPlcyUUID = _InsuranceContract.InsurPlcyUUID
and $projection.InsurPlcyInsurContr = _InsuranceContract.InsurPlcyInsurContr
{
key InsurPlcyUUID,
key InsurPlcyInsurContr,
InsurPlcyProductPackageID as InsurPolicyContractPackageID,
@ObjectModel.sapObjectNodeTypeReference: 'InsurPlcyPlannedProcessingType'
InsurPlcyPlannedProcessingType,
@ObjectModel.sapObjectNodeTypeReference: 'InsurPolicyTimeModelFunction'
InsurPolicyTimeModelFunction,
InsurPlcyPlndProcgEffctvDate,
InsurPlcyPlndProcgProcgRelDte,
@ObjectModel.sapObjectNodeTypeReference: 'InsurPolicyPlannedDateCategory'
InsurPlcyPlannedDateCategory,
/* Associations */
_InsuranceContract
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_INSURCONTRPLANNEDPROCESSING"
],
"ASSOCIATED":
[
"R_INSURANCECONTRACTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/