Hi,
I mapped 0CALMONTH in transformation from Cube1 to 0FISCPER in Cube 2. I got this error "You have not maintained a rule for the fiscal year variant" Message no. RSTRAN507.
Then added this field routine:
concatenate SOURCE_FIELDS-CALMONTH+0(4) '0' SOURCE_FIELDS-CALMONTH+4(2) into RESULT. I still get the same error
"You have not maintained a rule for the fiscal year variant Message no. RSTRAN507".
Please let me know where and how I can maintain fiscal year variant?