I_WorkCenterGroupTypeText

DDL: I_WORKCENTERGROUPTYPETEXT SQL: IWCGROUPTYPTXT Type: view BASIC

Interface View for Work Center Group Type Text

I_WorkCenterGroupTypeText is a Basic CDS View that provides data about "Interface View for Work Center Group Type Text" in SAP S/4HANA. It reads from 1 data source (tcwrkctrgrptyp_t) and exposes 3 fields with key fields WorkCenterGroupType, Language.

Data Sources (1)

SourceAliasJoin Type
tcwrkctrgrptyp_t tcwrkctrgrptyp_t from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName IWCGROUPTYPTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Interface View for Work Center Group Type Text view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY WorkCenterGroupType workcentergrouptype
KEY Language spras
WorkCenterGroupTypeDescription workcentergrouptypedesc
@AbapCatalog.sqlViewName: 'IWCGROUPTYPTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Interface View for Work Center Group Type Text'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel.usageType: {serviceQuality: #C, sizeCategory: #S, dataClass: #MASTER}
define view I_WorkCenterGroupTypeText
  as select from tcwrkctrgrptyp_t
{
  key workcentergrouptype as WorkCenterGroupType,

      @Semantics.language: true
  key spras                   as Language,

      @Semantics.text: true
      workcentergrouptypedesc as WorkCenterGroupTypeDescription
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCWRKCTRGRPTYP_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/