I_InsurClmPerformerRoleName

DDL: I_INSURCLMPERFORMERROLENAME Type: view BASIC

Rollenname des Bearbeiters

I_InsurClmPerformerRoleName is a Basic CDS View that provides data about "Rollenname des Bearbeiters" in SAP S/4HANA. It reads from 1 data source (icl_crbprolet) and exposes 3 fields with key fields Language, InsurClmResponsibleRole.

Data Sources (1)

SourceAliasJoin Type
icl_crbprolet icl_crbprolet from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IICLROLETXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.buffering.type #FULL view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey InsurClmResponsibleRole view
EndUserText.label Rollenname des Bearbeiters view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu Primary lang.
KEY InsurClmResponsibleRole rbprole Performer Role
InsurClmResponsibleRoleName rbprolen Name

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_InsurClmPerformerRoleName.
-- 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_InsurClmPerformerRoleName AS
SELECT
  langu AS Language,
  rbprole AS InsurClmResponsibleRole,
  rbprolen AS InsurClmResponsibleRoleName
FROM icl_crbprolet
;