R_CAJournalEntryTP
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)
| Source | Alias | Join Type |
|---|---|---|
| I_JournalEntry | _CAJournalEntry | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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