ACE_ACEPSOIT_ACEPSOITV_UNION
Union ACEPSOIT and view ACEPSOIT
ACE_ACEPSOIT_ACEPSOITV_UNION is a CDS View that provides data about "Union ACEPSOIT and view ACEPSOIT" in SAP S/4HANA. It reads from 2 data sources (ACE_ACEPSOIT, acepsoit) and exposes 31 fields with key fields mandt, comp, bukrs, objid, subid.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| ACE_ACEPSOIT | ACE_ACEPSOIT | union_all |
| acepsoit | acepsoit | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACEV_ACEPSOITVU | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Union ACEPSOIT and view ACEPSOIT | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | mandt | ||
| KEY | comp | comp | ||
| KEY | bukrs | bukrs | ||
| KEY | objid | objid | ||
| KEY | subid | subid | ||
| KEY | acrtype | acrtype | ||
| KEY | accrule | accrule | ||
| valtbp | ||||
| currency | currency | |||
| transtype | transtype | |||
| effdate | effdate | |||
| podate | podate | |||
| poper | poper | |||
| poyear | poyear | |||
| awtyp | awtyp | |||
| KEY | comp | comp | ||
| KEY | bukrs | bukrs | ||
| KEY | gjahr | gjahr | ||
| KEY | objid | objid | ||
| KEY | subid | subid | ||
| KEY | acrtype | acrtype | ||
| KEY | accrule | accrule | ||
| valtbp | valtbp | |||
| currency | currency | |||
| transtype | transtype | |||
| effdate | effdate | |||
| podate | podate | |||
| poper | poper | |||
| poyear | poyear | |||
| awtyp | awtyp | |||
| awkey | awkey |
@AbapCatalog.sqlViewName: 'ACEV_ACEPSOITVU'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Union ACEPSOIT and view ACEPSOIT'
define view ACE_ACEPSOIT_ACEPSOITV_UNION
as select from acepsoit
{
key mandt,
key comp,
key bukrs,
key case when poyear is initial then gjahr
else poyear end as gjahr,
key objid,
key subid,
key acrtype,
key accrule,
(-1)*valtbp as valtbp,
currency,
transtype,
effdate,
podate,
poper,
poyear,
awtyp,
awkey
}
union all select from ACE_ACEPSOIT
{
key mandt,
key comp,
key bukrs,
key gjahr,
key objid,
key subid,
key acrtype,
key accrule,
valtbp,
currency,
transtype,
effdate,
podate,
poper,
poyear,
awtyp,
awkey
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ACE_ACEPSOIT",
"ACEPSOIT"
],
"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