I_InsurClmFNOLDmgdObjCatVH

DDL: I_INSURCLMFNOLDMGDOBJCATVH Type: view_entity COMPOSITE Package: ICL_VDM_FIRSTNOTICEOFLOSS_RAP

Damaged Object Category

I_InsurClmFNOLDmgdObjCatVH is a Composite CDS View that provides data about "Damaged Object Category" in SAP S/4HANA. It has 1 association to related views. It is exposed through 1 OData service (ICL_INSURCLMFNOLTP). Part of development package ICL_VDM_FIRSTNOTICEOFLOSS_RAP.

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_InsurClmDmgdCatTxt _DobjCatTxt $projection.InsurClmDamageCategory = _DobjCatTxt.InsurClmDamageCategory

Annotations (8)

NameValueLevelField
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
EndUserText.label Damaged Object Category view

OData Services (1)

ServiceBindingVersionContractRelease
ICL_INSURCLMFNOLTP ICL_UI_INSURCLMFNOLTP V2 C1 NOT_RELEASED

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InsurClmType cltype Claim Type
KEY InsurClmTypeGeneration generat Generation
KEY InsurClmTypeVers version XML Vers.
KEY InsurClmDamageCategory damagecat Damage category
_DobjCatTxt _DobjCatTxt

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_InsurClmFNOLDmgdObjCatVH.
-- 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_InsurClmFNOLDmgdObjCatVH AS
SELECT
  cltype AS InsurClmType,
  generat AS InsurClmTypeGeneration,
  version AS InsurClmTypeVers,
  damagecat AS InsurClmDamageCategory
LEFT OUTER JOIN I_InsurClmDmgdCatTxt AS _DobjCatTxt ON InsurClmDamageCategory = _DobjCatTxt.InsurClmDamageCategory  -- association [1..*]
;