E_SESTimeRecording

DDL: E_SESTIMERECORDING SQL: ESESTIMEREC Type: view EXTENSION Package: APPL_MM_PUR_SES_TR

Extension View on CATSMM

E_SESTimeRecording is a Extension CDS View that provides data about "Extension View on CATSMM" in SAP S/4HANA. It reads from 1 data source (catsmm) and exposes 2 fields with key fields ReferenceDocument, IsSettled. Part of development package APPL_MM_PUR_SES_TR.

Data Sources (1)

SourceAliasJoin Type
catsmm Persistence from

Annotations (8)

NameValueLevelField
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.sqlViewName ESESTIMEREC view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Extension View on CATSMM view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReferenceDocument catsmm counter Version
KEY IsSettled catsmm stokz Reversed

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 E_SESTimeRecording.
-- 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: ESESTIMEREC

CREATE VIEW E_SESTimeRecording AS
SELECT
  Persistence.counter AS ReferenceDocument,
  Persistence.stokz AS IsSettled
FROM catsmm AS Persistence
;