P_GLACCTTXTINMAINTLANG

CDS View

G/L Acct Text in Maintenance Language

P_GLACCTTXTINMAINTLANG is a CDS View in S/4HANA. G/L Acct Text in Maintenance Language. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_GLAcctTxtInMaintLang view from BASIC G/L Account Text in Maintenance Language
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'PGLATIML'
define view P_GLAcctTxtInMaintLang
  as select from skat as text 
    inner join   I_ChartOfAccounts as chtaccts on text.ktopl = chtaccts.ChartOfAccounts
{
  key text.ktopl as ChartOfAccounts,
  key text.saknr as GLAccount,
      text.txt20 as GLAccountName,
      text.txt50 as GLAccountLongName,
      chtaccts.MaintenanceLanguage as Language
}
where
  text.spras = chtaccts.MaintenanceLanguage;