R_InsurPlcyContrCvrgPlndDateTP

DDL: R_INSURPLCYCONTRCVRGPLNDDATETP Type: view_entity TRANSACTIONAL

Cvrg Plnd Date of Contract in Plcy - TP

R_InsurPlcyContrCvrgPlndDateTP is a Transactional CDS View that provides data about "Cvrg Plnd Date of Contract in Plcy - TP" in SAP S/4HANA. It reads from 1 data source (I_InsurPlcyContrCvrgPlndProcg) and exposes 10 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr, InsurPlcyCoverageID.

Data Sources (1)

SourceAliasJoin Type
I_InsurPlcyContrCvrgPlndProcg I_InsurPlcyContrCvrgPlndProcg from

Annotations (7)

NameValueLevelField
EndUserText.label Cvrg Plnd Date of Contract in Plcy - 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 (10)

KeyFieldSource TableSource FieldDescription
KEY InsurPlcyUUID InsurPlcyUUID Policy UUID
KEY InsurPlcyInsurContr InsurPlcyInsurContr Contract Key
KEY InsurPlcyCoverageID InsurPlcyCoverageID Coverage Key
InsurPolicyContractPackageID InsurPlcyProductPackageID Prod. Pckg. Key
InsurPlcyPlannedProcessingType InsurPlcyPlannedProcessingType
InsurPolicyTimeModelFunction InsurPolicyTimeModelFunction ID for TMF
InsurPlcyPlndProcgEffctvDate InsurPlcyPlndProcgEffctvDate
InsurPlcyPlndProcgProcgRelDte InsurPlcyPlndProcgProcgRelDte
InsurPlcyPlannedDateCategory InsurPlcyPlannedDateCategory
_InsurContrCoverage _InsurContrCoverage

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_InsurPlcyContrCvrgPlndDateTP.
-- 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_InsurPlcyContrCvrgPlndDateTP AS
SELECT
  InsurPlcyUUID,
  InsurPlcyInsurContr,
  InsurPlcyCoverageID,
  InsurPlcyProductPackageID AS InsurPolicyContractPackageID,
  InsurPlcyPlannedProcessingType,
  InsurPolicyTimeModelFunction,
  InsurPlcyPlndProcgEffctvDate,
  InsurPlcyPlndProcgProcgRelDte,
  InsurPlcyPlannedDateCategory
FROM I_InsurPlcyContrCvrgPlndProcg
;