Skip to Content
0
Former Member
May 13, 2010 at 05:49 PM

salv_wd_table

59 Views

Records in my table include several fields that are linked to data elements that have domains

with fixed values.

When on_data check gets run, r_param returns the correct information if I manually enter

the change in one of these fields.

For example, r_param old value says 'A' and r_param new value says 'B' when I enter 'B'

But if I use f4 help and select the new value from screen showing the fixed values of

the domain, r_param returns incorrect results as follows.

r_param old value says 'B' and r_param new value says 'B' when I change the value from

'A' to 'B'.

Is this a bug? Why doesn't r_param old value correctly say 'A'