R_CoCodeGLAcctOpgCOATP
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)
| Source | Alias | Join Type |
|---|---|---|
| P_CompanyCodeGLAccountInCOA | P_CompanyCodeGLAccountInCOA | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA