R_InsurClmBndlRegionAssgmtTP

DDL: R_INSURCLMBNDLREGIONASSGMTTP Type: view_entity TRANSACTIONAL

Insurance Claim Bundle Region Assignment

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

Data Sources (1)

SourceAliasJoin Type
I_InsurClmBndlRegionAssgmt I_InsurClmBndlRegionAssgmt from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Insurance Claim Bundle Region Assignment view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY InsurClmActive InsurClmActive Active/Suspense
KEY InsurClaimBundle InsurClaimBundle Claim Bundle
KEY InsurClmBndlCntry InsurClmBndlCntry Venue: Ctry/Reg
KEY InsurClmRegion InsurClmRegion Venue Region
KEY InsurClmBndlCounty InsurClmBndlCounty Wyoming County
KEY InsurClmBndlCity InsurClmBndlCity Location
ChangedOnDateTime ChangedOnDateTime Last Changed At
LastChangedByUser LastChangedByUser User Name
InsurClmBndlRngeToDte InsurClmBndlRngeToDte Date To
_InsurClmBundle _InsurClmBundle

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