I_Cpdworktype

DDL: I_CPDWORKTYPE SQL: ICPDTYPOFWRK Type: view BASIC

Get Work Type

I_Cpdworktype is a Basic CDS View (Dimension) that provides data about "Get Work Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field WorkType.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ICPDTYPOFWRK view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Get Work Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
ObjectModel.representativeKey workType view
AbapCatalog.buffering.status #SWITCHED_OFF view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY WorkType domvalue_l Lower Value
_Text _Text

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_Cpdworktype.
-- 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.
-- SQL view name: ICPDTYPOFWRK

CREATE VIEW I_Cpdworktype AS
SELECT
  domvalue_l AS WorkType
FROM dd07l
;