Hello experts,
I use "file upload" planning function to load user's data. The file which is loaded has 0CALWEEK.
My real time planning cube has '0CALMONTH' and 'Fiscal period'.
My query is how to derive the 0CALMONTH and fiscal period for a record loaded from file using 0CALWEEK? (while file upload).
Possiblities tried :
1. A custom planning function which has the code to derive the value.
- But it is not working to change a characterstic in cube. Rather it worked with a keyfigure. Can't I change a characterstic of a cube via code ?
2. Tried via file upload BADI
- the structure of incoming file and cube is different. So I believe I can't use this option.
Kindly help me with options to derive 0CALMONTH from 0CALWEEK which is loaded via 'file upload' planning function.
Thank you !