A_ACMAppDocStorageDet
Storage Details
A_ACMAppDocStorageDet is a Consumption CDS View that provides data about "Storage Details" in SAP S/4HANA. It reads from 1 data source (R_ACMAppDocStorageDetTP) and exposes 10 fields with key fields ApplicationDocument, ReferenceApplicationItem, ReferenceApplicationSide, ApplicationDocumentSubItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_ACMAppDocStorageDetTP | R_ACMAppDocStorageDetTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| OData.entityType.name | AppDocStorageDet_Type | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Storage Details | view | |
| AccessControl.authorizationCheck | #CHECK | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ApplicationDocument | ApplicationDocument | ||
| KEY | ReferenceApplicationItem | ReferenceApplicationItem | ||
| KEY | ReferenceApplicationSide | ReferenceApplicationSide | ||
| KEY | ApplicationDocumentSubItem | ApplicationDocumentSubItem | ||
| StorageAgreement | StorageAgreement | |||
| StorageAgreementItem | StorageAgreementItem | |||
| StorageStartDate | StorageStartDate | |||
| StorageEndDate | StorageEndDate | |||
| StorageRatesLockedValue | StorageRatesLockedValue | |||
| StorageFreeDaysValue | StorageFreeDaysValue |
@OData.entityType.name: 'AppDocStorageDet_Type'
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType : #CONSUMPTION,
lifecycle.contract.type: #PUBLIC_REMOTE_API,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
}
@EndUserText.label: 'Storage Details'
@AccessControl.authorizationCheck: #CHECK
define view entity A_ACMAppDocStorageDet
as projection on R_ACMAppDocStorageDetTP
{
key ApplicationDocument,
key ReferenceApplicationItem,
key ReferenceApplicationSide,
key ApplicationDocumentSubItem,
// Storage Details
StorageAgreement,
StorageAgreementItem,
StorageStartDate,
StorageEndDate,
StorageRatesLockedValue,
StorageFreeDaysValue,
//Association to parent
_AppDocOverview : redirected to parent A_ACMAppDocOverview
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMAPPDOCSTORAGEDETTP"
],
"ASSOCIATED":
[
"A_ACMAPPDOCOVERVIEW",
"R_ACMAPPLICATIONOVERVIEWDETTP"
],
"BASE":
[
"R_ACMAPPDOCSTORAGEDETTP"
],
"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