P_DisputeCaseNoteTypes

DDL: P_DISPUTECASENOTETYPES Type: view BASIC Package: UDM_DM_CDS

Dispute Case Note Types

P_DisputeCaseNoteTypes is a Basic CDS View that provides data about "Dispute Case Note Types" in SAP S/4HANA. It reads from 1 data source (sgbt_nte_tyassgn) and exposes 1 field with key field NoteType. Part of development package UDM_DM_CDS.

Data Sources (1)

SourceAliasJoin Type
sgbt_nte_tyassgn sgbt_nte_tyassgn from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName PDCNTETYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.viewType #BASIC view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey NoteType view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY NoteType notetype Topic

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 P_DisputeCaseNoteTypes.
-- 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 P_DisputeCaseNoteTypes AS
SELECT
  NoteType
FROM sgbt_nte_tyassgn
;