A_InsurClmBndlRegionAssgmt

DDL: A_INSURCLMBNDLREGIONASSGMT Type: view_entity CONSUMPTION

Claim Bundle Region Assignment

A_InsurClmBndlRegionAssgmt is a Consumption CDS View that provides data about "Claim Bundle Region Assignment" in SAP S/4HANA. It reads from 1 data source (R_InsurClmBndlRegionAssgmtTP) and exposes 9 fields with key fields InsurClmActive, InsurClaimBundle, InsurClmBndlCntry, InsurClmRegion, InsurClmBndlCounty.

Data Sources (1)

SourceAliasJoin Type
R_InsurClmBndlRegionAssgmtTP R_InsurClmBndlRegionAssgmtTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Claim Bundle Region Assignment view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
OData.entityType.name InsurClmBndlRegionAssgmt_Type view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY InsurClmActive InsurClmActive Active/Suspense
KEY InsurClaimBundle InsurClaimBundle Claim Bundle
KEY InsurClmBndlCntry InsurClmBndlCntry
KEY InsurClmRegion InsurClmRegion
KEY InsurClmBndlCounty InsurClmBndlCounty
KEY InsurClmBndlCity InsurClmBndlCity
ChangedOnDateTime ChangedOnDateTime Last Changed At
LastChangedByUser LastChangedByUser User Name
InsurClmBndlRngeToDte InsurClmBndlRngeToDte Date To

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_InsurClmBndlRegionAssgmt.
-- 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_InsurClmBndlRegionAssgmt AS
SELECT
  InsurClmActive,
  InsurClaimBundle,
  InsurClmBndlCntry,
  InsurClmRegion,
  InsurClmBndlCounty,
  InsurClmBndlCity,
  ChangedOnDateTime,
  LastChangedByUser,
  InsurClmBndlRngeToDte
FROM R_InsurClmBndlRegionAssgmtTP
;