I_GLAcctTxtInMaintLang

DDL: I_GLACCTTXTINMAINTLANG SQL: IGLATIML Type: view BASIC Package: ODATA_MANAGE_GLACCOUNT

G/L Account Text in Maintenance Language

I_GLAcctTxtInMaintLang is a Basic CDS View that provides data about "G/L Account Text in Maintenance Language" in SAP S/4HANA. It reads from 1 data source (P_GLAcctTxtInMaintLang) and exposes 7 fields with key fields ChartOfAccounts, GLAccount. It has 2 associations to related views. Part of development package ODATA_MANAGE_GLACCOUNT.

Data Sources (1)

SourceAliasJoin Type
P_GLAcctTxtInMaintLang P_GLAcctTxtInMaintLang from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_ChartOfAccountsText _ChartOfAccountsText $projection.ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts
[0..1] I_ChartOfAccounts _ChartOfAccounts $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts

Annotations (10)

NameValueLevelField
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IGLATIML view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label G/L Account Text in Maintenance Language view
ObjectModel.representativeKey GLAccount view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY ChartOfAccounts ChartOfAccounts
KEY GLAccount GLAccount
GLAccountName GLAccountName
GLAccountLongName GLAccountLongName
Language Language
_ChartOfAccounts _ChartOfAccounts
_ChartOfAccountsText _ChartOfAccountsText
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IGLATIML'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'G/L Account Text in Maintenance Language'
@ObjectModel.representativeKey: 'GLAccount'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  serviceQuality: #A,
  sizeCategory: #L,
  dataClass: #MASTER
}

//--[ GENERATED:012:29JlHNUf7jY4ip0dSlCN8W

@AccessControl.privilegedAssociations: ['_ChartOfAccountsText']
// ]--GENERATED


define view I_GLAcctTxtInMaintLang
  as select from P_GLAcctTxtInMaintLang
  
  //--[ GENERATED:012:29JlHNUf7jY4ip0dSlCN8W

  association [0..*] to I_ChartOfAccountsText      as _ChartOfAccountsText on   $projection.ChartOfAccounts = _ChartOfAccountsText.ChartOfAccounts
  // ]--GENERATED

  association [0..1] to I_ChartOfAccounts as _ChartOfAccounts on $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts
{
      //--[ GENERATED:012:29JlHNUf7jY4ip0dSlCN8W

      @Consumption.valueHelpDefinition: [ 
        { entity:  { name:    'I_ChartOfAccountsStdVH',
                     element: 'ChartOfAccounts' }
        }]
      @ObjectModel.text.association: '_ChartOfAccountsText'
      // ]--GENERATED

      @ObjectModel.foreignKey.association: '_ChartOfAccounts'
  key ChartOfAccounts,
  key GLAccount,
      GLAccountName,
      GLAccountLongName,
      Language,
      
      _ChartOfAccounts,
      //--[ GENERATED:012:29JlHNUf7jY4ip0dSlCN8W

      @Consumption.hidden: true
      _ChartOfAccountsText
      // ]--GENERATED


}