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

Industry Sector - Text

I_IndustrySectorText (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private 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.

SAP API Hub

StateC1
Line of BusinessDatabase & Data Management
Application ComponentLO-MD-MM
CapabilitiesData Source in SQL Select, Data Source for Defining CDS Entities, Association Target for Defining CDS Entities, Data Source for Search, Language-Dependent Text, Data Source for Data Extraction
PackageDatabase & Data Management for SAP S/4HANA Cloud Private 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

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
;