Hi,
i have create the variabile1 and variable2 of type customer exit.
The variabile1 is mandatory read for input for pop-up and in the customer exit is filled in step=1 with SY-DATUM.
In step=2 i want fill the variable2 with the variable1 (the user can be change from pop-up) but unfortunately this variable2 don't filled.
In debug, i see that the table i_t_var_range is empty in step=2.
If the variable1 is not filled in step=1 then the variable2 is filled because the table i_t_var_range is not empty.
How to do ?
Many thanks.
Charly