I_LGLCNTNTMSAPDATETYPETEXT

CDS View

Text View for LCM SAP Date Types

I_LGLCNTNTMSAPDATETYPETEXT is a CDS View in S/4HANA. Text View for LCM SAP Date Types. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_LCMDateTypeText view from BASIC Text View for LCM Date Types
@AbapCatalog.sqlViewName: 'ILCMSDATETYPET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'LglCntntMDateType'

@Search.searchable: true

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Text View for LCM SAP Date Types'
define view I_LglCntntMSAPDateTypeText 
    as select from lcm_sdatetypet {

  key lglcntntmdatetype               as LglCntntMDateType,
      @Semantics.language: true
  key language                        as Language,

      @Semantics.text: true            -- identifies the text field
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      lglcntntmdatetypename          as LglCntntMDateTypeName
      
}