Hello All,
I need your help here:
what i have done: I have applied the customer exit to check whether user is entering the authorized values. if he/she has not, then i am overwriting with the user authorized values. This is working fine .
so far i was only checking single values entered by user and i could overwrite successfully with the correct values.
But while testing the code, i found one issue: ( I am using i_step = 2 a variable processed by customer exit with multiple single values with ready for input check box chcked)
when i enter multiple values in the selection screen, the same is not getting reflected in the table i_t_var_range table while debugging. Is it normal? its always the first value is considered which should not be the case. code is working fine, it is just that the standard table is not brining the user entered.
Suppose the user has entered three plants ZZ01, ZZ02 and ZZ03, while debugging i could see only ZZ01 and a date field (with the value of today's date).
Any idea whats happening as even in debugging i am clue less as to why i only have one single entry in i_t_var_range
Please throw some light on it or let me know if you have any questions on the same.
Regards