I_LglCntntMCollabnUserTypeTxt

DDL: I_LGLCNTNTMCOLLABNUSERTYPETXT SQL: ILCMCLBNUSRTXT Type: view BASIC

Collaboration User Type - Text

I_LglCntntMCollabnUserTypeTxt is a Basic CDS View that provides data about "Collaboration User Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields LglCntntMCollabnUserType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName ILCMCLBNUSRTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LglCntntMCollabnUserType view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Search.searchable true view
EndUserText.label Collaboration User Type - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMCollabnUserType
KEY Language ddlanguage
LglCntntMCollabnUserTypeName ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'ILCMCLBNUSRTXT'
@AbapCatalog.compiler.compareFilter:true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{representativeKey: 'LglCntntMCollabnUserType',
              usageType.dataClass: #MASTER,
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S,
              dataCategory: #TEXT}

@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true

@EndUserText.label: 'Collaboration User Type - Text'
define view I_LglCntntMCollabnUserTypeTxt
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{

  key cast( domvalue_l as lcm_collab_usr_type ) as LglCntntMCollabnUserType,

      @Semantics.language: true
  key ddlanguage                                as Language,


      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @Semantics.text: true
      @EndUserText.quickInfo: 'Collaboration User Type'
      ddtext                                    as LglCntntMCollabnUserTypeName,

      _Language
}
where
      domname  = 'LCM_COLLAB_USR_TYPE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/