I_EWM_SerialNumberProfileT

DDL: I_EWM_SERIALNUMBERPROFILET SQL: IEWMSERPROFT Type: view BASIC Package: VDM_EWM_CORE

Serial Number Profile - Text

I_EWM_SerialNumberProfileT is a Basic CDS View that provides data about "Serial Number Profile - Text" in SAP S/4HANA. It reads from 1 data source (tserialt) and exposes 3 fields with key fields Language, SerialNumberProfile. Part of development package VDM_EWM_CORE.

Data Sources (1)

SourceAliasJoin Type
tserialt tserialt from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IEWMSERPROFT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.representativeKey SerialNumberProfile view
EndUserText.label Serial Number Profile - Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu Primary lang.
KEY SerialNumberProfile serial SerialNoProfile
SerialNumberProfileName text User Group

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_EWM_SerialNumberProfileT.
-- 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: IEWMSERPROFT

CREATE VIEW I_EWM_SerialNumberProfileT AS
SELECT
  langu AS Language,
  serial AS SerialNumberProfile,
  text AS SerialNumberProfileName
FROM tserialt
;