cancel
Showing results for 
Search instead for 
Did you mean: 

How to Read Current year in My FOX code.

Former Member
0 Kudos

Hi,

I have one doubt in FOX code,how can i read current year into my FOX code,normally other programs we can get from Sy-datum variable.but how to in FOX code.

In My FOX code i am using the 0FISCYEAR info-object and OBJV() statement.but in my level i am using the Variable for 0FISCYEAR..Just i want to Compare the current year values with other year plan values.

Please can you provide your suggestions..

Thanks,

Siri.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Simplest way would be to create an exit variable which returns the current year based on system date and read this variable in fox using VARV statement.