ACE_ACEOBJC
Compatibility view for ACEOBJ
ACE_ACEOBJC is a CDS View that provides data about "Compatibility view for ACEOBJ" in SAP S/4HANA. It reads from 1 data source (acesobj) and exposes 4 fields with key fields comp, bukrs, objid.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| acesobj | acesobj | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACEV_ACEOBJ | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Compatibility view for ACEOBJ | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | comp | comp | ||
| KEY | bukrs | bukrs | ||
| KEY | objid | objid | ||
| ref_key | ref_key |
@AbapCatalog.sqlViewName: 'ACEV_ACEOBJ'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Compatibility view for ACEOBJ'
define view ACE_ACEOBJC
as select from acesobj
{
key comp,
key bukrs,
key objid,
ref_key,
cast( case when xarchived = 'X'
then 'F'
else 'P' end as ace_object_status preserving type ) as objstatus
// cast( case when status = 'A'
// then 'F'
// else 'P'
// end as ace_object_status preserving type ) as objstatus
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"ACESOBJ"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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