Hi, Gurus,
I have one infoobject ZMYDATE, I wantd to create just one interval variable ZVAR_DATE, on the variable input screen, I just input the ToDate, in the customer exit, I code for the FromDate(which is the first day of the year of ToDate). For example, for variable ZVAR_DATE, on the input screen, there is only one input field, I just put in sth. like 2008.05.10, in I_STEP = 2 of the variable customer exit, I put 2008.01.01 into the L_S_RANGE_LOW, 2008.05.10 to L_S_RANGE_HIGH, 'BT' to L_S_RANGE_OPT.
Can I do this and how? I don't want to create another variable.
Appreciate you answer.