I_InsurClmCapabilityOwner

DDL: I_INSURCLMCAPABILITYOWNER Type: view BASIC

Werthilfe für den Eigentümer

I_InsurClmCapabilityOwner is a Basic CDS View that provides data about "Werthilfe für den Eigentümer" in SAP S/4HANA. It reads from 1 data source (pa0001) and exposes 2 fields with key field InsurClmProposedHandler.

Data Sources (1)

SourceAliasJoin Type
pa0001 pa0001 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IICLOWNER view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
EndUserText.label Werthilfe für den Eigentümer view
AccessControl.personalData.blocking #REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InsurClmProposedHandler Personnel no.
InsurClmProposedHandlerDesc ename User 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_InsurClmCapabilityOwner.
-- 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_InsurClmCapabilityOwner AS
SELECT
  cast( pernr as icl_man_actorid ) AS InsurClmProposedHandler,
  ename AS InsurClmProposedHandlerDesc
FROM pa0001
;