R_CoCodeGLAcctOpgCOATP

DDL: R_COCODEGLACCTOPGCOATP Type: view_entity TRANSACTIONAL Package: RAP_FI_GL_COA

Trnsctnl View GL Acct in Oper. COA

R_CoCodeGLAcctOpgCOATP is a Transactional CDS View that provides data about "Trnsctnl View GL Acct in Oper. COA" in SAP S/4HANA. It reads from 1 data source (P_CompanyCodeGLAccountInCOA) and exposes 5 fields with key fields ChartOfAccounts, GLAccount, CompanyCode. Part of development package RAP_FI_GL_COA.

Data Sources (1)

SourceAliasJoin Type
P_CompanyCodeGLAccountInCOA P_CompanyCodeGLAccountInCOA from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Trnsctnl View GL Acct in Oper. COA view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ChartOfAccounts ChartOfAccounts
KEY GLAccount GLAccount
KEY CompanyCode CompanyCode
CompanyCodeName CompanyCodeName
_COAList _COAList
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Trnsctnl View GL Acct in Oper. COA'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
}
define view entity R_CoCodeGLAcctOpgCOATP as select from P_CompanyCodeGLAccountInCOA


association to parent R_GLAccountInOperatingCOATP as _COAList on  $projection.ChartOfAccounts       = _COAList.ChartOfAccounts
                                                            and $projection.GLAccount = _COAList.GLAccount
//association [0..1] to  I_CompanyCode as CC on     $projection.CompanyCode = CC.CompanyCode                                                        


{
//key COAChangeListItemUUID,

key ChartOfAccounts,
    @Search.defaultSearchElement: true   
key GLAccount,
key CompanyCode,
    CompanyCodeName,
//    AllocationTagIsAssigned,

    _COAList
      
}