I_JITCallTypeEnhanced

DDL: I_JITCALLTYPEENHANCED Type: view_entity COMPOSITE

JIT Call Type

I_JITCallTypeEnhanced is a Composite CDS View that provides data about "JIT Call Type" in SAP S/4HANA.

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label JIT Call Type view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY JITCallType JITCallType Call Type

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_JITCallTypeEnhanced.
-- 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_JITCallTypeEnhanced AS
SELECT
  JITCallType
;