cancel
Showing results for 
Search instead for 
Did you mean: 

BEX Web Calendar Control Date Selection

Former Member
0 Kudos

When selecting a date within a variable prompt that utilizes the calendar control....the default is to show the current month, plus 3 months in the future.

is there a way to control this and show three months in the past instead?

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have you been able to solve this. I am having a similar problem.

One thing you can do is set a Default value for the variable.

Example: If you want to show August - 3 months, set the default value as 05/01/2009 - 07/31/2009.

But i was unable to find an option to set this dynamically.

Regards,

Vipul.

Former Member
0 Kudos

Hi All,

you can try this method,

you can create a customer- exit variable and select variable is ready for input.

And in the Abap code where i_step = 0 you can write the code to populate the date with the selection you want,

Regards,

Saravanan