I_SupDmndAllDocGdsIssdDelivC
Cube View for Goods Issued Deliveries
I_SupDmndAllDocGdsIssdDelivC is a Composite CDS View (Cube) that provides data about "Cube View for Goods Issued Deliveries" in SAP S/4HANA. It reads from 5 data sources (I_ARunTimeUnitText, I_ARunCalendarDate, I_CalendarMonthName, I_SupDmndAllDocGdsIssdDeliv, I_SupDmndOvwPlant) and exposes 34 fields with key fields RequirementDocumentNumber, RequirementDocumentItem, RequestedDate, ProductAvailabilityDate, RequirementType. It has 2 associations to related views.
Data Sources (5)
| Source | Alias | Join Type |
|---|---|---|
| I_ARunTimeUnitText | ARunTimeUnitText | left_outer |
| I_ARunCalendarDate | CalDate | left_outer |
| I_CalendarMonthName | CalMonth | left_outer |
| I_SupDmndAllDocGdsIssdDeliv | Demand | from |
| I_SupDmndOvwPlant | Plant | inner |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UnitOfMeasure | _BaseUnit | $projection.BaseUnit = _BaseUnit.UnitOfMeasure |
| [0..1] | I_Currency | _DocCurrency | $projection.DocumentCurrency = _DocCurrency.Currency |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Analytics.dataCategory | #CUBE | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| AbapCatalog.sqlViewName | ISUPDMNDADGIDLVC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Cube View for Goods Issued Deliveries | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RequirementDocumentNumber | I_SupDmndAllDocGdsIssdDeliv | RequirementDocumentNumber | Requirement Document Number |
| KEY | RequirementDocumentItem | I_SupDmndAllDocGdsIssdDeliv | RequirementDocumentItem | Requirement Document Item |
| KEY | RequestedDate | I_SupDmndAllDocGdsIssdDeliv | RequestedDate | Requested Date |
| KEY | ProductAvailabilityDate | I_SupDmndAllDocGdsIssdDeliv | ProductAvailabilityDate | Delivery Date |
| KEY | RequirementType | I_SupDmndAllDocGdsIssdDeliv | RequirementType | Requirement Type |
| HigherLvlItmOfBatSpltItm | I_SupDmndAllDocGdsIssdDeliv | HigherLvlItmOfBatSpltItm | ||
| RequestedDeliveryDate | I_SupDmndAllDocGdsIssdDeliv | RequestedDeliveryDate | Requested Delivery Date | |
| DeliveredQuantity | DeliveredQuantity | Delivered Quantity | ||
| BaseUnit | I_SupDmndAllDocGdsIssdDeliv | BaseUnit | ||
| CalendarYear | I_ARunCalendarDate | CalendarYear | Year | |
| CalendarMonth | I_ARunCalendarDate | CalendarMonth | Month | |
| CalendarMonthName | I_CalendarMonthName | CalendarMonthName | Month | |
| CalendarWeek | Week | |||
| CalendarDay | I_ARunCalendarDate | CalendarDay | Day | |
| Material | I_SupDmndAllDocGdsIssdDeliv | Material | Product | |
| MaterialGroup | I_SupDmndAllDocGdsIssdDeliv | MaterialGroup | Product Group | |
| MaterialType | MaterialType | Product Type | ||
| CrossPlantConfigurableProduct | I_SupDmndAllDocGdsIssdDeliv | CrossPlantConfigurableProduct | Generic Article | |
| PlannedGoodsIssueDate | PlannedGoodsIssueDate | Plannned Goods Issue Date | ||
| ActualGoodsMovementDate | ActualGoodsMovementDate | Actual Goods Issue Date | ||
| ShippingType | I_SupDmndAllDocGdsIssdDeliv | ShippingType | Mode of Transport | |
| Plant | I_SupDmndAllDocGdsIssdDeliv | Plant | ||
| SalesOrganization | ||||
| DistributionChannel | ||||
| Division | ||||
| SalesDistrict | ||||
| Customer | ||||
| CompanyCode | I_SupDmndOvwPlant | CompanyCode | ||
| StorageLocation | I_SupDmndAllDocGdsIssdDeliv | StorageLocation | ||
| SupAssgmtAggrgQtyUnit | ||||
| NetPriceAmount | I_SupDmndAllDocGdsIssdDeliv | NetPriceAmount | ||
| DocumentCurrency | I_SupDmndAllDocGdsIssdDeliv | DocumentCurrency | ||
| _BaseUnit | _BaseUnit | |||
| _DocCurrency | _DocCurrency |
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics: {
dataCategory: #CUBE,
internalName:#LOCAL
}
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #REQUIRED
}
@AbapCatalog: {
sqlViewName: 'ISUPDMNDADGIDLVC',
compiler.compareFilter: true,
preserveKey:true
}
@ObjectModel: {
usageType: {
dataClass: #MIXED,
serviceQuality: #D,
sizeCategory: #XXL
}
}
@Metadata:{
allowExtensions: true,
ignorePropagatedAnnotations: true
}
@EndUserText.label: 'Cube View for Goods Issued Deliveries'
define view I_SupDmndAllDocGdsIssdDelivC
as select from I_SupDmndAllDocGdsIssdDeliv as Demand
inner join I_SupDmndOvwPlant as Plant on Demand.Plant = Plant.Plant
left outer join I_ARunCalendarDate as CalDate on Demand.ProductAvailabilityDate = CalDate.CalendarDate
left outer join I_CalendarMonthName as CalMonth on CalDate.CalendarMonth = CalMonth.CalendarMonth
left outer join I_ARunTimeUnitText as ARunTimeUnitText on ARunTimeUnitText.ARunDisplayTimeUnit = '02'
and ARunTimeUnitText.Language = $session.system_language
association [0..1] to I_UnitOfMeasure as _BaseUnit on $projection.BaseUnit = _BaseUnit.UnitOfMeasure
association [0..1] to I_Currency as _DocCurrency on $projection.DocumentCurrency = _DocCurrency.Currency
{
@EndUserText.label: 'Requirement Document Number'
key Demand.RequirementDocumentNumber,
@EndUserText.label: 'Requirement Document Item'
key Demand.RequirementDocumentItem,
@EndUserText.label: 'Requested Date'
key Demand.RequestedDate,
@EndUserText.label: 'Delivery Date'
key Demand.ProductAvailabilityDate,
@EndUserText.label: 'Requirement Type'
key Demand.RequirementType,
Demand.HigherLvlItmOfBatSpltItm,
@EndUserText.label: 'Requested Delivery Date'
Demand.RequestedDeliveryDate,
@EndUserText.label: 'Delivered Quantity'
@DefaultAggregation: #SUM
@Semantics.quantity.unitOfMeasure: 'SupAssgmtAggrgQtyUnit'
DeliveredQuantity,
@ObjectModel.foreignKey.association: '_BaseUnit'
Demand.BaseUnit,
@Semantics.calendar.year: true
@EndUserText.label: 'Year'
CalDate.CalendarYear,
@EndUserText.label: 'Month'
@Semantics.calendar.month: true
@ObjectModel.text.element: 'CalendarMonthName'
CalDate.CalendarMonth,
@Semantics.text: true
@EndUserText.label: 'Month'
CalMonth.CalendarMonthName,
@EndUserText.label: 'Week'
@Semantics.calendar.week: true
concat_with_space( ARunDisplayTimeUnitText, CalDate.CalendarWeek, 1) as CalendarWeek,
@EndUserText.label: 'Day'
@Semantics.calendar.dayOfMonth: true
CalDate.CalendarDay,
@EndUserText.label: 'Product'
Demand.Material,
@EndUserText.label: 'Product Group'
Demand.MaterialGroup,
@EndUserText.label: 'Product Type'
MaterialType,
@EndUserText.label: 'Generic Article'
Demand.CrossPlantConfigurableProduct,
@EndUserText.label: 'Plannned Goods Issue Date'
PlannedGoodsIssueDate,
@EndUserText.label: 'Actual Goods Issue Date'
ActualGoodsMovementDate,
@EndUserText.label: 'Planned GI - Actual GI'
case
when Demand.GIToPlndGIDelayInDays <=0 then '00'
when Demand.GIToPlndGIDelayInDays < 7 then '01'
when Demand.GIToPlndGIDelayInDays < 14 then '02'
when Demand.GIToPlndGIDelayInDays < 21 then '03'
when Demand.GIToPlndGIDelayInDays <= 28 then '04'
when Demand.GIToPlndGIDelayInDays > 28 then '05'
end as ARunGIDelayTmeHrznCode,
@EndUserText.label: 'Mode of Transport'
Demand.ShippingType,
Demand.Plant,
coalesce( Demand.SalesOrganization, coalesce( Plant.SalesOrganization, '' ) ) as SalesOrganization,
coalesce( Demand.DistributionChannel, coalesce( Plant.DistributionChannel, '') ) as DistributionChannel,
coalesce( Demand.Division, coalesce( Plant.Division, '') ) as Division,
coalesce( Demand.SalesDistrict, coalesce( Plant.SalesDistrict, '') ) as SalesDistrict,
coalesce( Demand.SoldToParty, coalesce( Plant.PlantCustomer, '') ) as Customer,
Plant.CompanyCode,
Demand.StorageLocation,
@Semantics.unitOfMeasure: true
cast( ' ' as meins ) as SupAssgmtAggrgQtyUnit,
@Semantics.amount.currencyCode: 'DocumentCurrency'
Demand.NetPriceAmount,
@Semantics.currencyCode: true
@ObjectModel.foreignKey.association: '_DocCurrency'
Demand.DocumentCurrency,
//Associations
_BaseUnit,
_DocCurrency
}
where
IsBusinessPurposeCompleted = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ARUNCALENDARDATE",
"I_ARUNTIMEUNITTEXT",
"I_CALENDARMONTHNAME",
"I_SUPDMNDALLDOCGDSISSDDELIV",
"I_SUPDMNDOVWPLANT"
],
"ASSOCIATED":
[
"I_CURRENCY",
"I_UNITOFMEASURE"
],
"BASE":
[],
"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