I_EWM_WarehouseNumberText

DDL: I_EWM_WAREHOUSENUMBERTEXT SQL: IEWMWHSENUMTEXT Type: view BASIC Package: VDM_EWM_CORE

Warehouse Number - Text

I_EWM_WarehouseNumberText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Supply Chain

I_EWM_WarehouseNumberText is a Basic CDS View that provides data about "Warehouse Number - Text" in SAP S/4HANA. It reads from 1 data source (/scwm/t300t) and exposes 3 fields with key fields Warehouse, Language. It is exposed through 2 OData services (ASQL_F2649, ASQL_F4557). Part of development package VDM_EWM_CORE.

SAP API Hub

CategoryBasic
StateDeprecated
Line of BusinessSupply Chain
Application ComponentSCM-EWM-WOP-2CL
CapabilitiesLanguage-Dependent Text,Data Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Data Source for Search
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageSupply Chain for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
/scwm/t300t WarehouseName from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IEWMWHSENUMTEXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Warehouse Number - Text view
ClientHandling.type #INHERITED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.representativeKey Warehouse view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F2649 ASQL_F2649 C2 NOT_RELEASED
ASQL_F4557 ASQL_F4557 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Warehouse /scwm/t300t lgnum Warehouse Number/Warehouse Complex
KEY Language /scwm/t300t spras Off. Language
WarehouseName /scwm/t300t lnumt Warehouse Number Description

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_WarehouseNumberText.
-- 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: IEWMWHSENUMTEXT

CREATE VIEW I_EWM_WarehouseNumberText AS
SELECT
  WarehouseName.lgnum AS Warehouse,
  WarehouseName.spras AS Language,
  WarehouseName.lnumt AS WarehouseName
FROM /scwm/t300t AS WarehouseName
;