on 2007 Dec 27 11:34 AM
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.
Hi Friends,
i found it,
i dont know if this is a bug,
but when you have FISCVARNT in the fields to be changed then this error occurs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Give space between open braces and the fields..
ZYR1 = TMVL( ZYR, 1 ).
OR
ZYR1 = TMVL( ZYR, ZCNT ).
Regards,
Siva.
Edited by: Siva Chidambaram on Dec 27, 2007 12:50 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.