GLE_ADB_KFC_ARCHIVE
Archive Data for ADB KFC
GLE_ADB_KFC_ARCHIVE is a CDS View that provides data about "Archive Data for ADB KFC" in SAP S/4HANA. It reads from 1 data source (I_SAPClient).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SAPClient | I_SAPClient | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Archive Data for ADB KFC | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Archive Data for ADB KFC'
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #META
}
define view entity GLE_ADB_KFC_ARCHIVE
as select from I_SAPClient
{
'X' as archive_enabled
}
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