R_ACMAPPDOCSTORAGEDETTP

CDS View

Transaction Processing View: App Doc Storage Details

R_ACMAPPDOCSTORAGEDETTP is a CDS View in S/4HANA. Transaction Processing View: App Doc Storage Details. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMAppDocStorageDet view_entity projection CONSUMPTION Storage Details
@AbapCatalog.sqlViewName: 'RACMAPPDOCSTR'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@EndUserText.label: 'Transaction Processing View: App Doc Storage Details'
define view R_ACMAppDocStorageDetTP 
  as select from I_ACMAppDocStorageDet 
  
  association to parent R_ACMApplicationOverviewDetTP as _AppDocOverview on  $projection.ApplicationDocument    = _AppDocOverview.ApplicationDocument
                                                                         and $projection.ReferenceApplicationItem = _AppDocOverview.ReferenceApplicationItem
                                                                           
  {
    key ApplicationDocument,
    key ReferenceApplicationItem,
    key ReferenceApplicationSide,
    key ApplicationDocumentSubItem,
//        ReferenceApplicationDocument,

        // Storage Details

        StorageAgreement,
        StorageAgreementItem,
        StorageStartDate,
        StorageEndDate,
        StorageRatesLockedValue,
        StorageFreeDaysValue,
        
        //Association to parent

        _AppDocOverview    
  }
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMAPPDOCSTORAGEDET"
],
"ASSOCIATED":
[
"R_ACMAPPLICATIONOVERVIEWDETTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/