P_RTPC_REM_ACTLCOST_FOR_STTLLD
REM Order Actual Cost For Settlement with Parallel Ledgers
P_RTPC_REM_ACTLCOST_FOR_STTLLD is a Basic CDS View that provides data about "REM Order Actual Cost For Settlement with Parallel Ledgers" in SAP S/4HANA. It reads from 1 data source (acdoca) and exposes 13 fields. Part of development package FINS_PCC_RTPC_REM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| acdoca | acdoca | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PFIRTPCREMACTSLD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| lednr | rldnr | |||
| objnr | objnr | |||
| gjahr | ryear | |||
| rbukrs | rbukrs | |||
| fiscyearper | fiscyearper | |||
| beknz | co_beknz | |||
| bttype | bttype | |||
| awtyp | awtyp | |||
| awref | awref | |||
| awitem | awitem | |||
| aworg | aworg | |||
| awsys | awsys | |||
| subta | subta |
@AbapCatalog.sqlViewName: 'PFIRTPCREMACTSLD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
//@EndUserText.label : 'REM Order Actual Cost For Settlement with Parallel Ledgers'
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #BASIC
@VDM.private:true
define view P_RTPC_REM_ACTLCOST_FOR_STTLLD
as select from acdoca
{
rldnr as lednr,
objnr,
ryear as gjahr,
rbukrs,
fiscyearper,
co_beknz as beknz,
bttype,
awtyp,
awref,
awitem,
aworg,
awsys,
subta
}
where
( accasty = 'OR' or accasty = 'OP' )
and autyp = '05'
and xsettled = ''
and bttype <> 'TBCS' --ignore Transaction-Based Split
and bttype <> 'EBVP' --ignore variance postings after migration
and bttype <> 'EBWP' --ignore WIP postings after migration
and bttype <> 'KOAE' --ignore wip & variance posting
and co_beknz <> 'A' //exclude settlement line items
and objnr <> ''
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