cancel
Showing results for 
Search instead for 
Did you mean: 

show default Current monthe in Variable selection.

Former Member
0 Kudos

Hi All,

i have created one variable on fiscal year period with process type user entry.

this variable used in the query, in selection screen current fiscal year period should be shown.

for example

by default now current month 010.2008(oct) should be shown in the selection.

thanks in advance.

regards

Amith

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member205352
Active Contributor
0 Kudos

What you can do is create a customer exit variable and make it *Ready for Input".

In the user exit write code to populate current period.

You neednot use i_step in the code.If you really want to use it make it as i_step = 1.

Behaviour of the variable :

By default it will take current period.

If user enters any value then that will be taken.

Hope this helps.

Edited by: Praveen G on Oct 7, 2008 6:29 AM

Former Member
0 Kudos

You can specify a default value for a variable while creating it.

Now, go to edit mode of the variable and choose a default value of your choice.

thanks,

Farhan