v_coss_wodelta_3_view
Cost Totals for Internal Postings without records BSTAT=C (part 3)
v_coss_wodelta_3_view is a CDS View that provides data about "Cost Totals for Internal Postings without records BSTAT=C (part 3)" in SAP S/4HANA. It reads from 1 data source (tj01).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tj01 | tj01 | inner |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | V_COSS_WODELTA_3 | view | |
| EndUserText.label | Cost Totals for Internal Postings without records BSTAT=C (part 3) | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
@AbapCatalog.sqlViewName: 'V_COSS_WODELTA_3'
@EndUserText.label: 'Cost Totals for Internal Postings without records BSTAT=C (part 3)'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view v_coss_wodelta_3_view as
select
c.mandt,
kokrs,
belnr,
buzei,
perio,
wtgbtr,
wogbtr,
wkgbtr,
wkfbtr,
pagbtr,
pafbtr,
megbtr,
mefbtr,
lednr,
objnr,
gjahr,
wrttp,
versn,
kstar,
hrkft,
c.vrgng,
parob,
uspob,
beknz,
twaer,
meinh,
meinb,
beltp,
bukrs,
fkber,
segment,
geber,
grant_nbr,
budget_pd,
timestmp,
cast(muvflg as abap.int1) as incomp
from v_coep_l4_view as c
inner join tj01
on tj01.vrgng = c.vrgng
where wtkat = 'A'
and xcoss = 'X'
;
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"V_COEP_L4_VIEW",
"TJ01"
],
"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