I_InsurPlcyTimeModelFunc

DDL: I_INSURPLCYTIMEMODELFUNC Type: view_entity BASIC

Insurance Policy Time Model Function

I_InsurPlcyTimeModelFunc is a Basic CDS View (Dimension) that provides data about "Insurance Policy Time Model Function" in SAP S/4HANA. It reads from 1 data source (/pm0/abuztmf) and exposes 3 fields with key field InsurPolicyTimeModelFunction. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
/pm0/abuztmf /pm0/abuztmf from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InsurPlcyTimeModelFuncT _Text

Annotations (16)

NameValueLevelField
EndUserText.label Insurance Policy Time Model Function view
ObjectModel.representativeKey InsurPolicyTimeModelFunction view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Analytics.technicalName IPTMFunc view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY InsurPolicyTimeModelFunction func_id ID for TMF
InsurPlcyPlannedProcessingType date_cd Date
_Text _Text

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 I_InsurPlcyTimeModelFunc.
-- 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 I_InsurPlcyTimeModelFunc AS
SELECT
  func_id AS InsurPolicyTimeModelFunction,
  date_cd AS InsurPlcyPlannedProcessingType
FROM /pm0/abuztmf
LEFT OUTER JOIN I_InsurPlcyTimeModelFuncT AS _Text ON /* condition not available in parsed metadata */  -- association [0..*]
;