Sgbt_Nte_Cds_Ntypet

DDL: SGBT_NTE_CDS_NTYPET SQL: V_NTE_CDS_NTYPET Type: view BASIC

CDS View für Texttabelle für Notiztypen

Sgbt_Nte_Cds_Ntypet is a Basic CDS View that provides data about "CDS View für Texttabelle für Notiztypen" in SAP S/4HANA. It reads from 1 data source (sgbt_nte_typet) and exposes 3 fields with key field Name.

Data Sources (1)

SourceAliasJoin Type
sgbt_nte_typet NoteTypeText from

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName V_NTE_CDS_NTYPET view
ClientDependent true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label CDS View für Texttabelle für Notiztypen view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Name sgbt_nte_typet name Zone name
Language sgbt_nte_typet spras Off. Language
Description sgbt_nte_typet descr WSS Profile

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 Sgbt_Nte_Cds_Ntypet.
-- 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: V_NTE_CDS_NTYPET

CREATE VIEW Sgbt_Nte_Cds_Ntypet AS
SELECT
  NoteTypeText.name AS Name,
  NoteTypeText.spras AS Language,
  NoteTypeText.descr AS Description
FROM sgbt_nte_typet AS NoteTypeText
;