I_BusPartIndustrySystemText

DDL: I_BUSPARTINDUSTRYSYSTEMTEXT SQL: IBPINDSYSTTXT Type: view BASIC

Industry System - Text

I_BusPartIndustrySystemText is a Basic CDS View that provides data about "Industry System - Text" in SAP S/4HANA. It reads from 1 data source (tb038t) and exposes 3 fields with key fields Language, IndustrySystemType.

Data Sources (1)

SourceAliasJoin Type
tb038t tb038t from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IBPINDSYSTTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Industry System - Text view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey IndustrySystemType view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu
KEY IndustrySystemType istype
IndustrySystemName bez30
@AbapCatalog.sqlViewName: 'IBPINDSYSTTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Industry System - Text'
@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel: {
  representativeKey: 'IndustrySystemType',
  dataCategory: #TEXT,
  usageType.serviceQuality: #X,
  usageType.sizeCategory : #S,
  usageType.dataClass: #CUSTOMIZING,
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
}
@Metadata.ignorePropagatedAnnotations: true
define view I_BusPartIndustrySystemText
  as select from tb038t
{
      @Semantics.language: true
  key langu as Language,
  key istype as IndustrySystemType,
      @Semantics.text: true
      bez30 as IndustrySystemName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB038T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/