R_InsurPlcyPlannedProcessingTP

DDL: R_INSURPLCYPLANNEDPROCESSINGTP Type: view_entity TRANSACTIONAL

Insurance Policy Planned Processing - TP

R_InsurPlcyPlannedProcessingTP is a Transactional CDS View that provides data about "Insurance Policy Planned Processing - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurPolicyPlannedProcessing) and exposes 7 fields with key field InsurPlcyUUID.

Data Sources (1)

SourceAliasJoin Type
I_InsurPolicyPlannedProcessing I_InsurPolicyPlannedProcessing from

Annotations (7)

NameValueLevelField
EndUserText.label Insurance Policy Planned Processing - TP view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyUUID InsurPlcyUUID Policy UUID
InsurPlcyPlannedProcessingType InsurPlcyPlannedProcessingType
InsurPolicyTimeModelFunction InsurPolicyTimeModelFunction ID for TMF
InsurPlcyPlndProcgEffctvDate InsurPlcyPlndProcgEffctvDate
InsurPlcyPlndProcgProcgRelDte InsurPlcyPlndProcgProcgRelDte
InsurPlcyPlannedDateCategory InsurPlcyPlannedDateCategory
_InsurancePolicy _InsurancePolicy

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view R_InsurPlcyPlannedProcessingTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW R_InsurPlcyPlannedProcessingTP AS
SELECT
  InsurPlcyUUID,
  InsurPlcyPlannedProcessingType,
  InsurPolicyTimeModelFunction,
  InsurPlcyPlndProcgEffctvDate,
  InsurPlcyPlndProcgProcgRelDte,
  InsurPlcyPlannedDateCategory
FROM I_InsurPolicyPlannedProcessing
;