Hi All,
I am in Dev system. My requirement is :
to join: VBAK TO VBKD, VBAK TO VBPA, VBAK TO VBUK and then VBAK TO TIME DIMENSION.
I have to create all this in cal.view of cube type. Created necessary projections and joins to achieve the same. However, in the join of
VBAK.ERDAT =M_TIME_DIMENSION.DATE_SAP, while validating the data in data preview for a VBELN , for that ERDAT(eg. 20150912), in Time Dimension table there are 8 records for the same date. Hence , the amount value in the Semantic layer is getting aggregated(120*8). But, i just need one record in the output and the amount should be 120.
How to resolve this?
- Is there issue with data in Time Dimension?
- My putting Max(NETWR) i can resolve this issue . But is this the correct way?