cancel
Showing results for 
Search instead for 
Did you mean: 

CALDAY Variable for cumulated result Till entered Date

Former Member
0 Kudos

Dear Gurus,

Can anyone tell me the Variable for CALDAY, to fetch the Cumulative result for the User entered date.

Ex: I got a requirement where user wants to fetch the Material and Purchase Results for the User entered date. Can anyone help me?

Your help will be mostly appreciated.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182516
Active Contributor
0 Kudos

Hi Harsha,

create a variable for 0calday with the required specification as mandatory entry and use that.

OR

Use the 0DAT standard varaible if its picking system date.

Regards

KP

Former Member
0 Kudos

Hi Harsha,

If you user inputs any single value, if you want to have cumulated result till that date.

then I think you can logical operator option <= ( varibale input) which picks all the value till that date.

If the option is not there you can write a simple cmod code where the user input value

When 'X'

if l_step = 0.

l_s_range-low = x.

l_s_range-sign = 'I'.

l_s_range-option = 'LE'.

then it will work.If you use only calday and if you enter single value it brings data for that day it self.So you need to need as above.

Regards

vamsi

Edited by: vamsi talluri on Jan 25, 2011 6:54 PM

shanthi_bhaskar
Active Contributor
0 Kudos

Harsha,

Just create a manual entry varaible on 0CALDAY then that will work.

SB