C_LglCntntMMainOrgTypeVH

DDL: C_LGLCNTNTMMAINORGTYPEVH SQL: CLCMMAINORGTVH Type: view CONSUMPTION

Main Organization Type Value Help

C_LglCntntMMainOrgTypeVH is a Consumption CDS View that provides data about "Main Organization Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_LglCntntMMainOrgType) and exposes 3 fields with key field LglCntntMMainOrgType.

Data Sources (1)

SourceAliasJoin Type
I_LglCntntMMainOrgType I_LglCntntMMainOrgType from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CLCMMAINORGTVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey LglCntntMMainOrgType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
EndUserText.label Main Organization Type Value Help view
Consumption.ranked true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY LglCntntMMainOrgType LglCntntMMainOrgType
LglCntntMMainOrgTypeName Main Organization Type Description
_Text _Text
@AbapCatalog.sqlViewName: 'CLCMMAINORGTVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@ObjectModel: { semanticKey: [ 'LglCntntMMainOrgType' ],
                representativeKey: 'LglCntntMMainOrgType',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #MASTER,
                dataCategory: #VALUE_HELP,
                resultSet.sizeCategory: #XS }
@Search.searchable: true
@EndUserText.label: 'Main Organization Type Value Help'
@Consumption.ranked: true
define view C_LglCntntMMainOrgTypeVH
  as select from I_LglCntntMMainOrgType
{

      @ObjectModel.text.element:  [ 'LglCntntMMainOrgTypeName' ]
      @EndUserText: { label: 'Main Organization Type', quickInfo: 'Main Organization Type' }
  key LglCntntMMainOrgType,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @EndUserText.label: 'Main Organization Type Description'
      _Text[1: Language = $session.system_language].LglCntntMMainOrgTypeName,

      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LGLCNTNTMMAINORGTYPE",
"I_LGLCNTNTMMAINORGTYPETEXT"
],
"ASSOCIATED":
[
"I_LGLCNTNTMMAINORGTYPETEXT"
],
"BASE":
[
"I_LGLCNTNTMMAINORGTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/