Deprecated
This CDS view is deprecated in S/4HANA. Use I_IndustrySectorText_2 instead. View all deprecated CDS views →

I_IndustrySectorText

DDL: I_INDUSTRYSECTORTEXT SQL: IINDSECTORTXTV Type: view BASIC Package: VDM_MD_PRODUCT_DDIC

Industry Sector - Text

I_IndustrySectorText (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_IndustrySectorText is a Basic CDS View (Dimension) that provides data about "Industry Sector - Text" in SAP S/4HANA. It reads from 1 data source (t137t) and exposes 3 fields with key fields IndustrySector, Language. It is exposed through 6 OData services (ASQL_F2151, ASQL_F2152, ASQL_F2155, ...). 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 for Data Extraction,Data Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Data Source for Search,Language-Dependent Text
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Not Released
PackageDatabase and Data Management for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
t137t IndustryText from

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IINDSECTORTXTV view
AbapCatalog.preserveKey true view
EndUserText.label Industry Sector - Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Search.searchable true view
ObjectModel.representativeKey IndustrySector view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_IndustrySectorText_2 view

OData Services (6)

ServiceBindingVersionContractRelease
ASQL_F2151 ASQL_F2151 C2 NOT_RELEASED
ASQL_F2152 ASQL_F2152 C2 NOT_RELEASED
ASQL_F2155 ASQL_F2155 C2 NOT_RELEASED
ASQL_F2156 ASQL_F2156 C2 NOT_RELEASED
ASQL_F3146 ASQL_F3146 C2 NOT_RELEASED
ASQL_F3147 ASQL_F3147 C2 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IndustrySector t137t mbrsh Industry
KEY Language t137t spras Off. Language
IndustrySectorName t137t mbbez Industry sector 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_IndustrySectorText.
-- 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: IINDSECTORTXTV

CREATE VIEW I_IndustrySectorText AS
SELECT
  IndustryText.mbrsh AS IndustrySector,
  IndustryText.spras AS Language,
  IndustryText.mbbez AS IndustrySectorName
FROM t137t AS IndustryText
;