R_GLAccountInOperatingCOATP
Trnsctnl View GL Acct in Oper. COA
R_GLAccountInOperatingCOATP 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 (I_GLAccountInChartOfAccounts) and exposes 20 fields with key fields ChartOfAccounts, GLAccount. It has 3 associations to related views. Part of development package RAP_FI_GL_COA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GLAccountInChartOfAccounts | I_GLAccountInChartOfAccounts | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_GLAccountInChartOfAccounts | _GLAcct | $projection.ChartOfAccounts = _GLAcct.ChartOfAccounts and $projection.GLAccount = _GLAcct.GLAccount |
| [0..1] | I_ChartOfAccounts | _ChartOfAccounts | $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts |
| [0..*] | R_CoCodeGLAcctOpgCOATP | _CoCodeAssignment | |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | RGLACCTOPCOATP | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Trnsctnl View GL Acct in Oper. COA | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChartOfAccounts | ChartOfAccounts | ||
| KEY | GLAccount | GLAccount | ||
| GLAccountName | G/L Account Short Text | |||
| GLAccountType | GLAccountType | G/L Account Type | ||
| GLAccountTypeName | G/L Account Type Name | |||
| GLAccountGroup | GLAccountGroup | G/L Account Group | ||
| AccountGroupName | G/L Account Group Name | |||
| CorporateGroupAccount | CorporateGroupAccount | |||
| CorporateGroupAccountName | ||||
| GLAccountLongName | G/L Account Long Text | |||
| AccountIsMarkedForDeletion | AccountIsMarkedForDeletion | |||
| GLAccountExternal | GLAccountExternal | |||
| GLAccountSubtype | GLAccountSubtype | |||
| BankReconciliationAccount | BankReconciliationAccount | |||
| ProfitLossAccountType | ProfitLossAccountType | P&L Statement Acct | ||
| _root | _root | |||
| _ChartOfAccounts | _ChartOfAccounts | |||
| _GLAcct | _GLAcct | |||
| _GLAcctInChartOfAcctsStatus | _GLAcctInChartOfAcctsStatus | |||
| _CoCodeAssignment | _CoCodeAssignment |
@AbapCatalog.sqlViewName: 'RGLACCTOPCOATP'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Trnsctnl View GL Acct in Oper. COA'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
define view R_GLAccountInOperatingCOATP
as select from I_GLAccountInChartOfAccounts
association to parent R_OperatingChartOfAccountsTP as _root on $projection.ChartOfAccounts = _root.ChartOfAccounts
association [0..1] to I_GLAccountInChartOfAccounts as _GLAcct on $projection.ChartOfAccounts = _GLAcct.ChartOfAccounts
and $projection.GLAccount = _GLAcct.GLAccount
association [0..1] to I_ChartOfAccounts as _ChartOfAccounts on $projection.ChartOfAccounts = _ChartOfAccounts.ChartOfAccounts
composition [0..*] of R_CoCodeGLAcctOpgCOATP as _CoCodeAssignment
{
key ChartOfAccounts,
@UI: { lineItem: [ {
position: 20,
importance: #HIGH,
label: 'G/L Account'//,
} ],
identification: [ { position: 20 } ] }
// @Consumption.filter.selectionType: #SINGLE
// @Consumption.valueHelpDefinition: [{ entity: { name: 'I_GLAccount',
// element: 'GLAccount' } }]
@Consumption.semanticObject: 'GLAccount'
@Search.defaultSearchElement:true
// @EndUserText.label: 'G/L Account Number'
// @EndUserText.quickInfo: 'G/L Account Number'
key GLAccount,
@UI: { lineItem: [ { position: 25,
importance: #MEDIUM
} ],
identification: [ { position: 25 } ] }
@EndUserText.label: 'G/L Account Short Text'
_Text[1: Language = $session.system_language].GLAccountName as GLAccountName,
@UI: { lineItem: [ { position: 30,
importance: #MEDIUM
} ],
identification: [ { position: 30 } ] }
@EndUserText.label: 'G/L Account Type'
@EndUserText.quickInfo: 'G/L Account Type'
@ObjectModel.text.element: ['GLAccountTypeName']
@UI.textArrangement: #TEXT_LAST
GLAccountType,
@Semantics.text: true
@EndUserText.label: 'G/L Account Type Name'
@EndUserText.quickInfo: 'G/L Account Type Name'
_GLAcct._GLAccountType._GLAccountTypeText[1: Language = $session.system_language].GLAccountTypeName as GLAccountTypeName,
@UI: { lineItem: [ { position: 40,
importance: #MEDIUM } ],
identification: [ { position: 40 } ] }
@EndUserText.label: 'G/L Account Group'
@EndUserText.quickInfo: 'G/L Account Group'
@ObjectModel.text.element: ['AccountGroupName']
@UI.textArrangement: #TEXT_LAST
GLAccountGroup,
@Semantics.text: true
@EndUserText.label: 'G/L Account Group Name'
@EndUserText.quickInfo: 'G/L Account Group Name'
_GLAcct._GLAccountGroup._GLAccountGroupText[1: Language = $session.system_language].AccountGroupName as AccountGroupName,
@UI: { lineItem: [ { position: 50,
importance: #MEDIUM } ],
identification: [ { position: 50 } ] }
@ObjectModel.text.element: ['CorporateGroupAccountName']
@UI.textArrangement: #TEXT_LAST
CorporateGroupAccount as CorporateGroupAccount,
_GLAcct._CorporateGroupAccount._Text[1: Language = $session.system_language].GLAccountName as CorporateGroupAccountName,
@EndUserText.label: 'G/L Account Long Text'
@EndUserText.quickInfo: 'G/L Account Long Text'
_Text[1: Language = $session.system_language].GLAccountLongName as GLAccountLongName,
// _root.FinancialStatementHierarchy as FinancialStatementHierarchy,
// _GLAcctInChartOfAcctsStatus.GLAcctCOAImplementStatus,
AccountIsMarkedForDeletion as AccountIsMarkedForDeletion,
GLAccountExternal as GLAccountExternal,
GLAccountSubtype as GLAccountSubtype,
BankReconciliationAccount as BankReconciliationAccount,
@EndUserText.label: 'P&L Statement Acct'
ProfitLossAccountType as ProfitLossAccountType,
_root,
_ChartOfAccounts,
_GLAcct,
_GLAcctInChartOfAcctsStatus,
_CoCodeAssignment
}
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