cancel
Showing results for 
Search instead for 
Did you mean: 

CCA Time Dependent Masterdata

Former Member
0 Kudos
73

Hi,

Cost Center Masterdata in BW is currently time dependent and therefore restricts users from doing year over year comparisons based on valid masterdata for a given time period.

Business Requirements

The business would like to do year over year reporting with masterdata being valid for the given time period. For example, if 2011 Cost Centers are being compared to 2012 the masterdata for 2011 must display for that result set and 2012 masterdata for that year in the same report. Currently BEx offers a key date field in the query properties that only allows the user to chose a single date for a given year. This limits the users ability to do year over year comparisons with relevant masterdata.

please suggest me some solution.



Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182470
Active Contributor
0 Kudos

As Yasmein said, You have to handle this in the Infoprovider level. Add the attribute fields to the Infoprovider and use Read master data rule type.

Finally, you can use these date fields in the query filter or in default values panes.

Former Member
0 Kudos

Thanks for replying can you tell me how to do it

yasemin_kilinc
Active Contributor
0 Kudos

Hi Ompreet,

Assume you have 0profit_ctr as the attribute of 0costcenter. Assume your data is:

0costcenter     0date               0amount

A1                     01.01.2012     5

Assume profit center for A1 is now PC1, but it was PC2 at the time of 01.01.2012. To show that add profit center to your infocube. While assigning in the transformation, add 0costcenter and 0date characteristics to source fields of the rule for profit center (in the rule assignment screen). Select rule type as "read master data", select 0costcenter in "from attr. of" dropdown. You will see a clock icon in the right side. Click on that and in the screen select 0date in "start frm" dropdown.

Hope it helps

Yasemin...

former_member182470
Active Contributor
0 Kudos

This link will address your requirement.

http://scn.sap.com/thread/1009713

former_member182343
Active Contributor
0 Kudos

HI,

Does Cost center master data in added in Dimesion of respected IC.

Then it will store historical data for respected Cost center.

Regards,

Vijay

yasemin_kilinc
Active Contributor
0 Kudos

Hi Ompreet,

For this kind of requirements we generally use to handle that in infocube level in our system. You can add the master data attributes to the dimensions of the cube, and fill them throug transformation. In the rule you can assign the date acordingly.

Hope it gives an idea

Yasemin...