Hi anshu,
Thanks for the reply,
This is how i initially thought ,
I will explain my idea
First i will create 12 selection with 12 different customer exit variable.and from the user input calmonth interval, the values are present in low and high. let say user entered is 04.2012-07.2012 ,
high = 07 and low = 04.
now i will write the following code.
for ( from high to low ).
concatenate calyear . i into calmonth.
" now i need to assign this calmonth value to each and all customer exit value.
how to assign this calmonth to the 4 different customer exit variable which is restricted to 4 different
selection.
.
Hope u got my quesiton.