Hi friends,
I have the following code in my Fox Formula,
DATA ZCNT TYPE I.
DATA ZYR TYPE 0FISCYEAR.
DATA ZYR1 TYPE 0FISCYEAR.
ZCNT = ZCN + 1.
ZYR1 = TMVL(ZYR,1).
OR
ZYR1 = TMVL(ZYR,ZCNT).
But the above code throws the syntax error "Comma and Other arguments are expected instead of ) ".
Currently we are in Support package
SAP_BW 700 0015 SAPKW70015 SAP NetWeaver BI 7.0
I could not find any notes for this.
Please help, this is urgent.