Experts,
WE have created all different kind of reports by using 0fiscper. Now i have a requirement of showing those in Quaters.
So, how do i convert those ?
Is there any where we maintain Quaters ? OR do i need to create a time char. ( QuaterS) i am not famillier with that,
Can anybody tell me the solution.
Currently, if user wants 1st quater, then we run the report and take out the months which are not falling in that quater.
So basically, user can have SALE for Jan-feb-march and its called Q1. But no where in the coulmn it says Q1.
What is the best way of doing that.
Thanks a lot
Hi There,
Calendar quarters have a business content time characteristic 0CALQUARTER.
0CALQUARTER can be devired from 0CALDAY or Dates using standard functionality.
Try using fuction module LAST_DAY_IN_PERIOD_GET to derive the last day of the fiscal period, then using standard functionality to derive the Calendar quarter.
If you have Fiscal Quarters, your have following options:
1) Create a hierarchy on 0FICSPER of Fiscal Quarters
2) Create a custom InfoObject ZFISCQTR for Fiscal Quarter, add as attribute of 0FISCPER. Make is a navigation attribute of 0FISCPER or perform a master data look up and store in a Dimension. (Only "official" time characteristics can be added to the Time dimension.)
let me know if this helped!
John Hawk
Add a comment