R_CAJournalEntryTP

DDL: R_CAJOURNALENTRYTP Type: view_entity TRANSACTIONAL Package: RAP_FICA_CAJOURNALENTRY

Contract Accounting Journal Entry - TP

R_CAJournalEntryTP is a Transactional CDS View that provides data about "Contract Accounting Journal Entry - TP" in SAP S/4HANA. It reads from 1 data source (I_JournalEntry) and exposes 10 fields with key fields CompanyCode, FiscalYear, AccountingDocument. Part of development package RAP_FICA_CAJOURNALENTRY.

Data Sources (1)

SourceAliasJoin Type
I_JournalEntry _CAJournalEntry from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Contract Accounting Journal Entry - TP view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XXL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY FiscalYear FiscalYear
KEY AccountingDocument AccountingDocument
ReferenceDocumentType ReferenceDocumentType
OriginalReferenceDocument OriginalReferenceDocument
ReferenceDocumentLogicalSystem ReferenceDocumentLogicalSystem
_CompanyCode _CompanyCode
_FiscalYear _FiscalYear
_RefDocumentLogicalSystem _RefDocumentLogicalSystem
_ReferenceDocumentType _ReferenceDocumentType
@AccessControl.authorizationCheck: #MANDATORY

@EndUserText.label: 'Contract Accounting Journal Entry - TP'

@ObjectModel: { usageType: { dataClass:      #TRANSACTIONAL,
                             serviceQuality: #B,
                             sizeCategory:   #XXL } }

@VDM: { lifecycle.contract.type:#SAP_INTERNAL_API,
        viewType: #TRANSACTIONAL }


define root view entity R_CAJournalEntryTP
  as select from I_JournalEntry as _CAJournalEntry
{
  key CompanyCode,
  key FiscalYear,
  key AccountingDocument,
  
      ReferenceDocumentType,
      OriginalReferenceDocument,   
      ReferenceDocumentLogicalSystem,
  
      _CompanyCode,
      _FiscalYear,
      _RefDocumentLogicalSystem,
      _ReferenceDocumentType
}