I_SpnsrdClassGLAccount
GL Account Sponsored Class
I_SpnsrdClassGLAccount is a Basic CDS View that provides data about "GL Account Sponsored Class" in SAP S/4HANA. It reads from 1 data source (I_GLAccountForPublicSector) and exposes 5 fields with key fields GLAccount, SponsoredClass, ChartOfAccounts. Part of development package ODATA_PSM_S4C_GM_WHRUSED_SPOBJ.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GLAccountForPublicSector | I_GLAccountForPublicSector | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IWUSPDCLDGLA | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | GL Account Sponsored Class | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | GLAccount | GLAccount | ||
| KEY | SponsoredClass | SponsoredClass | ||
| KEY | ChartOfAccounts | ChartOfAccounts | ||
| GLAccountName | ||||
| GLAccountType | _CashLedgerAccount | GLAccountType |
@AbapCatalog.sqlViewName: 'IWUSPDCLDGLA'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'GL Account Sponsored Class'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel. usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #L
}
define view I_SpnsrdClassGLAccount
as select from I_GLAccountForPublicSector
{
key GLAccount,
key SponsoredClass,
key ChartOfAccounts,
_Text[ Language = $session.system_language ].GLAccountLongName as GLAccountName,
_CashLedgerAccount.GLAccountType as GLAccountType
}
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