cancel
Showing results for 
Search instead for 
Did you mean: 

TMVL syntax error - urgent

0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

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.

Former Member
0 Kudos

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