V_COSS_WO_MUV_1_view
CO Object: Cost Totals without MUV-logic (sub-view)
V_COSS_WO_MUV_1_view is a CDS View that provides data about "CO Object: Cost Totals without MUV-logic (sub-view)" in SAP S/4HANA. It reads from 1 data source (tj01). Part of development package KACC_ERP50.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tj01 | tj01 | inner |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | V_COSS_WO_MUV_1 | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
@AbapCatalog.sqlViewName: 'V_COSS_WO_MUV_1'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #P
define view V_COSS_WO_MUV_1_view as
select
coep.mandt,
kokrs,
belnr,
buzei,
perio,
wtgbtr,
wogbtr,
wkgbtr,
wkfbtr,
pagbtr,
pafbtr,
megbtr,
mefbtr,
lednr,
objnr,
gjahr,
wrttp,
versn,
kstar,
hrkft,
coep.vrgng,
parob,
uspob,
beknz,
twaer,
meinh,
meinb,
mvflg,
beltp,
bukrs,
fkber,
segment,
geber,
grant_nbr,
budget_pd,
timestmp
from coep
inner join tj01
on tj01.vrgng = coep.vrgng
where wtkat = 'A'
and xcoss = 'X'
and ( wrttp = '04'
or wrttp = '11' )
;
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