I_Prodvaluationclasstxt

DDL: I_PRODVALUATIONCLASSTXT SQL: IVALCLSTXT Type: view BASIC Package: VDM_MD_PRODUCT_DDIC

Valuation Class - Text

I_Prodvaluationclasstxt (Basic)

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

Database & Data Management

I_Prodvaluationclasstxt is a Basic CDS View that provides data about "Valuation Class - Text" in SAP S/4HANA. It reads from 1 data source (t025t) and exposes 3 fields with key fields ValuationClass, Language. Part of development package VDM_MD_PRODUCT_DDIC.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessDatabase & Data Management
Application ComponentLO-MD-MM-2CL
CapabilitiesData Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Language-Dependent Text,Data Source for Search
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageDatabase and Data Management for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
t025t t025t from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IVALCLSTXT view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Valuation Class - Text view
ObjectModel.representativeKey ValuationClass view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ValuationClass bklas Valuation Class
KEY Language spras Off. Language
ValuationClassDescription t025t bkbez Description of valuation class

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_Prodvaluationclasstxt.
-- 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: IVALCLSTXT

CREATE VIEW I_Prodvaluationclasstxt AS
SELECT
  bklas AS ValuationClass,
  spras AS Language,
  t025t.bkbez AS ValuationClassDescription
FROM t025t
;