A_SpecAuthorizationGroupText

DDL: A_SPECAUTHORIZATIONGROUPTEXT SQL: ASPECAUTHGROUPT Type: view BASIC

Specification Authorization Group Text

A_SpecAuthorizationGroupText is a Basic CDS View that provides data about "Specification Authorization Group Text" in SAP S/4HANA. It reads from 1 data source (I_SpecAuthorizationGroupText) and exposes 3 fields with key fields SpecificationAuthznGroup, Language.

Data Sources (1)

SourceAliasJoin Type
I_SpecAuthorizationGroupText I_SpecAuthorizationGroupText from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ASPECAUTHGROUPT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey SpecificationAuthznGroup view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Specification Authorization Group Text view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY SpecificationAuthznGroup SpecificationAuthznGroup
KEY Language Language
SpecificationAuthznGroupDesc SpecificationAuthznGroupDesc
@AbapCatalog.sqlViewName: 'ASPECAUTHGROUPT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.representativeKey: 'SpecificationAuthznGroup'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING

@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Specification Authorization Group Text'
define view A_SpecAuthorizationGroupText
  as select from I_SpecAuthorizationGroupText
{

  key SpecificationAuthznGroup,

      @Semantics.language
  key Language,

      @Semantics.text: true
      SpecificationAuthznGroupDesc
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SPECAUTHORIZATIONGROUPTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/