C_CoCodeJrnlEntrItmUnverified
Company Code information on GJE items
C_CoCodeJrnlEntrItmUnverified is a Consumption CDS View that provides data about "Company Code information on GJE items" in SAP S/4HANA. It reads from 1 data source (I_GLJrnlEntryItemToBeVerified) and exposes 4 fields with key fields SourceCompanyCode, AccountingDocument, FiscalYear, CompanyCode.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_GLJrnlEntryItemToBeVerified | I_GLJrnlEntryItemToBeVerified | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCOCDGJEITM | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Company Code information on GJE items | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourceCompanyCode | SourceCompanyCode | ||
| KEY | AccountingDocument | AccountingDocument | ||
| KEY | FiscalYear | FiscalYear | ||
| KEY | CompanyCode | CompanyCode |
@AbapCatalog.sqlViewName: 'CCOCDGJEITM'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Company Code information on GJE items'
define view C_CoCodeJrnlEntrItmUnverified
as select from I_GLJrnlEntryItemToBeVerified
{
//key AccountingDocumentItem,
key SourceCompanyCode,
key AccountingDocument,
key FiscalYear,
key CompanyCode
} group by SourceCompanyCode, AccountingDocument, FiscalYear, CompanyCode
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_GLJRNLENTRYITEMTOBEVERIFIED"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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