R_ACMAPPDOCWAREHOUSEDETTP

CDS View

Transaction Processing View: App Doc Warehouse Details

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMAppDocWarehouseDetTP view_entity projection CONSUMPTION Warehouse Details
@AbapCatalog.sqlViewName: 'RACMAPPDOCWH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl.authorizationCheck: #CHECK
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@EndUserText.label: 'Transaction Processing View: App Doc Warehouse Details'
define view R_ACMAppDocWarehouseDetTP 

  as select from I_ACMAppDocWarehouseDet 
  composition [*] of R_ACMAppWarehouseUoMCnvrsnTP as _WarehouseUom
  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,

        // Warehouse Details

        WarehouseReceiptType,
        WarehouseReceiptTypeDesc,
        WarehouseReceiptNo,
        WarehouseReceiptStartDate,
        WarehouseReceiptEndDate,
        WarehouseReceiptObligationType,
        WrhsReceiptObligationTypeDesc,
//        @Semantics.quantity.unitOfMeasure: 'WarehouseReceiptedQuantityUnit'

//        WarehouseReceiptedQuantity,

        ACMWarehouseReceiptQtyVal,
        @Semantics.unitOfMeasure: true
        WarehouseReceiptedQuantityUnit,
//        @Semantics.quantity.unitOfMeasure: 'WarehouseReceiptedOpenQtyUnit'

//        WarehouseReceiptedOpenQty,

        ACMWarehouseReceiptOpenQtyVal,
        @Semantics.unitOfMeasure: true
        WarehouseReceiptedOpenQtyUnit,
        
        //Association to parent

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