I_SI_FileTypeValueHelp

DDL: I_SI_FILETYPEVALUEHELP Type: view_entity BASIC

Slovenian file type definition

I_SI_FileTypeValueHelp is a Basic CDS View that provides data about "Slovenian file type definition" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field Type.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey Type view
VDM.viewType #BASIC view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Slovenian file type definition view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Type
TextTypeDescription text ddtext Short 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_SI_FileTypeValueHelp.
-- 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_SI_FileTypeValueHelp AS
SELECT
  cast ( dd07l.domvalue_l as glo_fin_si_file_type ) AS Type,
  text.ddtext AS TextTypeDescription
FROM dd07l
;