C_CoCodeJrnlEntrItmUnverified

DDL: C_COCODEJRNLENTRITMUNVERIFIED SQL: CCOCDGJEITM Type: view CONSUMPTION Package: ODATA_GL_JOURNALENTRY_VER

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. Part of development package ODATA_GL_JOURNALENTRY_VER.

Data Sources (1)

SourceAliasJoin Type
I_GLJrnlEntryItemToBeVerified I_GLJrnlEntryItemToBeVerified from

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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