I_TimeSheetOvertimeCatText

DDL: I_TIMESHEETOVERTIMECATTEXT SQL: ITSOVTMT Type: view BASIC

Overtime Category for Timesheet - Text

I_TimeSheetOvertimeCatText is a Basic CDS View that provides data about "Overtime Category for Timesheet - Text" in SAP S/4HANA. It reads from 1 data source (tcats_ssc_ovtmt) and exposes 3 fields with key fields Language, TimeSheetOvertimeCategory.

Data Sources (1)

SourceAliasJoin Type
tcats_ssc_ovtmt tcats_ssc_ovtmt from

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName ITSOVTMT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 002 view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey TimeSheetOvertimeCategory view
VDM.viewType #BASIC view
Search.searchable true view
EndUserText.label Overtime Category for Timesheet - Text view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataExtraction.enabled true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language langu
KEY TimeSheetOvertimeCategory overtimecat
TimeSheetOvertimeCategoryText text
@AbapCatalog.sqlViewName: 'ITSOVTMT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 002}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType: { serviceQuality : #A, sizeCategory : #S, dataClass: #CUSTOMIZING }
@ObjectModel.representativeKey: 'TimeSheetOvertimeCategory'
@VDM.viewType: #BASIC
@Search.searchable: true
@EndUserText.label: 'Overtime Category for Timesheet - Text'
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataExtraction.enabled: true
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE, #SEARCHABLE_ENTITY ]
define view I_TimeSheetOvertimeCatText
  as select from tcats_ssc_ovtmt
{
      //tcats_ssc_ovtmt

      @Semantics.language: true
  key langu       as Language,
      @ObjectModel.text.element:  [ 'TimeSheetOvertimeCategoryText' ]
  key overtimecat as TimeSheetOvertimeCategory,
      @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
      @Semantics.text: true
      text        as TimeSheetOvertimeCategoryText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCATS_SSC_OVTMT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/