I_LglCntntMIntegTypeText

DDL: I_LGLCNTNTMINTEGTYPETEXT SQL: ILCMINTEGTYPET Type: view BASIC

Text View for Integration Varinats

I_LglCntntMIntegTypeText is a Basic CDS View that provides data about "Text View for Integration Varinats" in SAP S/4HANA. It reads from 1 data source (lcm_cbointtypet) and exposes 2 fields with key fields LglCntntMIntegrationType, Language.

Data Sources (1)

SourceAliasJoin Type
lcm_cbointtypet lcm_cbointtypet from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ILCMINTEGTYPET view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey LglCntntMIntegrationType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Text View for Integration Varinats view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMIntegrationType lglcntntmintegrationtype
KEY Language language
@AbapCatalog.sqlViewName: 'ILCMINTEGTYPET'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM:{
    viewType: #BASIC,
    lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel: {
    dataCategory: #TEXT,
    representativeKey: 'LglCntntMIntegrationType',
    semanticKey: ['LglCntntMIntegrationType'],
    usageType: {
        serviceQuality: #A,
        sizeCategory: #S,
        dataClass: #CUSTOMIZING
    }
}

@EndUserText.label: 'Text View for Integration Varinats'
@Search.searchable: true

define view I_LglCntntMIntegTypeText
  as select from lcm_cbointtypet
{
      //LCM_CBOINTTYPET

  key lglcntntmintegrationtype     as LglCntntMIntegrationType,

      @Semantics.language: true
  key language                     as Language,

      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Consumption.filter.hidden: true -- hide redundant text filter
      @EndUserText.label: 'Integration Type Name'
      @EndUserText.quickInfo: 'Integration Type Name'
      lglcntntmintegrationtypename as LglCntntMIntegrationTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"LCM_CBOINTTYPET"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/