Hello,
I have the following lines in our sm21:
Field contents changed: fieldName -> newValue.
The contents of the specified field were changed in the Debugger.
How can I know if this change correspond to a modification of a program variable (stored in memory only) or
a database table row (persistent value stored in the rdbms)?
Thanks in advance for your answer.