I_EWM_StockUsageText_2

DDL: I_EWM_STOCKUSAGETEXT_2 Type: view_entity BASIC

Warehouse Stock Usage - Text

I_EWM_StockUsageText_2 (Basic)

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

Supply Chain

I_EWM_StockUsageText_2 is a Basic CDS View that provides data about "Warehouse Stock Usage - Text" in SAP S/4HANA. It reads from 1 data source (/lime/cust_usasp) and exposes 3 fields with key fields Language, EWMStockUsage.

SAP API Hub

StateC1
Line of BusinessSupply Chain
Application ComponentSCM-EWM-WOP
CapabilitiesLanguage-Dependent Text, Data Source for Defining CDS Entities, Data Source in SQL Select, Association Target for Defining CDS Entities, Data Source for Search
PackageSupply Chain for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
/lime/cust_usasp /lime/cust_usasp from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Warehouse Stock Usage - Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IEWMSTOCKUSGET2 view
ObjectModel.representativeKey EWMStockUsage view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language spras Off. Language
KEY EWMStockUsage stock_usage Stock Usage
StockUsageName txt Version Dscrptn

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_StockUsageText_2.
-- 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 I_EWM_StockUsageText_2 AS
SELECT
  spras AS Language,
  stock_usage AS EWMStockUsage,
  txt AS StockUsageName
FROM /lime/cust_usasp
;