cancel
Showing results for 
Search instead for 
Did you mean: 

*** System date in FOX ***

Former Member
0 Kudos

Hi,

How can I get the system date in FOX ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you could call a function module in your FOX which determines the date and returns the month you are interested in.

Hope this helps

Regards Matthias Nutt

SAP Consulting Switzerland

Answers (3)

Answers (3)

Former Member
0 Kudos

Create a Z-function module with export parameter of type time characteristci data element that you have in your cube.

From this function module return value SY-DATUM to your FOX using that export parameter.

Do not forget to maintain entry in table RSPLF_FDIR for this function module then only you would be able to call this FM in your FOX.

Former Member
0 Kudos

Hi Ricardo,

During the fox execution I must select the last two months based on system date. I am not using BPS. It is IP.

Thanks,

Leandro.

Former Member
0 Kudos

One way could be to create a exit variable for current month based on system date and read this variable in FOX using VARV. But this works only if you trigger this variable some where, i mean use this variable in a dummy RKF in the input ready query so that it fills the variable.

Former Member
0 Kudos

Hi;

What is the goal?

Regards;

Ricardo