I_InsurIntClmTypeAllwdTask

DDL: I_INSURINTCLMTYPEALLWDTASK Type: view BASIC Package: ICL_VDM_COMMON

Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag

I_InsurIntClmTypeAllwdTask is a Basic CDS View that provides data about "Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag" in SAP S/4HANA. It reads from 1 data source (ticl045) and exposes 5 fields with key fields InsurClmType, InsurClmTypeGeneration, InsurClmTypeVers, InsurClmSubclmType, InsurClmActivity. Part of development package ICL_VDM_COMMON.

Data Sources (1)

SourceAliasJoin Type
ticl045 ticl045 from

Annotations (10)

NameValueLevelField
EndUserText.label Interne Fallart: erlaubte manuelle Aufgabe/Protokolleintrag view
AbapCatalog.sqlViewName IICLPERMTASK view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #B view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY InsurClmType cltype Claim Type
KEY InsurClmTypeGeneration generat Generation
KEY InsurClmTypeVers version XML Vers.
KEY InsurClmSubclmType subcltype Subclaim Type
KEY InsurClmActivity activity VAT Activity

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_InsurIntClmTypeAllwdTask.
-- 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_InsurIntClmTypeAllwdTask AS
SELECT
  cltype AS InsurClmType,
  generat AS InsurClmTypeGeneration,
  version AS InsurClmTypeVers,
  subcltype AS InsurClmSubclmType,
  activity AS InsurClmActivity
FROM ticl045
;