Bex : one selection field for 2 dates

Question: Hello gurus,

We have an infocube with 2 dates : create date and cancel date.
We want to use only one variable selection field and apply it to the two dates.
For example :
Record Create Date Cancel Date
A 20050115 20050215
B 20050115 -
C 20050101 20050115
D 20050201 -
E 20041215 20050115
F 20041205 20050201

If we select with our selection 20050101 ->20050131
we want to have the following result:
A
B
C
E
all records have one or two dates in the selection.

How can we develop this ?

Thanks in advance for your help,
Guronsan.

Answer:
Hi Guronsan,

1) create 2 diff. variables for create date(e.g. v1) and cancel date(e.g. V2).
2) V2 define as customer exit.
3) write code for V2, which will read value entered for variable V1 and assign it to V2.

I hope this will solve ur problem.
_________________
Regards

Sagar

Answer:
Hi Shelarsag,

Thanks for your answer !

But in which steps in the user-exit program can I:
- read V1 value and assign it to V2 ?
- filter data using the two variables ?

Thank you a lot,
Guronsan.
Copyright ?2007 - 2008 www.jt77.com