A_InsurPlcyContrSubCvrgDte

DDL: A_INSURPLCYCONTRSUBCVRGDTE Type: view_entity CONSUMPTION

SubCvrg Planned Date in Cvrg of Contr

A_InsurPlcyContrSubCvrgDte is a Consumption CDS View that provides data about "SubCvrg Planned Date in Cvrg of Contr" in SAP S/4HANA. It reads from 1 data source (R_InsurPlcyContrSubCvrgDteTP) and exposes 10 fields with key fields InsurPlcyUUID, InsurPlcyInsurContr, InsurPlcyCoverageID, InsurPlcySubCvrgID.

Data Sources (1)

SourceAliasJoin Type
R_InsurPlcyContrSubCvrgDteTP R_InsurPlcyContrSubCvrgDteTP projection

Annotations (9)

NameValueLevelField
EndUserText.label SubCvrg Planned Date in Cvrg of Contr view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
OData.entityType.name InsurPlcyContrSubCvrgDte_Type view

Fields (10)

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

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 A_InsurPlcyContrSubCvrgDte.
-- 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 A_InsurPlcyContrSubCvrgDte AS
SELECT
  InsurPlcyUUID,
  InsurPlcyInsurContr,
  InsurPlcyCoverageID,
  InsurPlcySubCvrgID,
  InsurPolicyContractPackageID,
  InsurPlcyPlannedProcessingType,
  InsurPolicyTimeModelFunction,
  InsurPlcyPlndProcgEffctvDate,
  InsurPlcyPlndProcgProcgRelDte,
  InsurPlcyPlannedDateCategory
FROM R_InsurPlcyContrSubCvrgDteTP
;