‎2020 Jun 05 9:53 AM
Hi ,
I am testing a ztable data in test system . Here i want to change the hardcoded table field value but there is no pen icon enabled. How can I change the field data.
Thanks,
Vijayashri
‎2020 Jun 05 10:13 AM
In case the edit pen is not available, you cannot change the value in debug mode.
This happens in several situations:
You will have to look into changing the value further up or down in your coding, most likely when it is passed to a true variable within a function that can be set with different values.
As I understand it, but not having seen your coding, I assume you will have to rewrite your coding, changing the constant to a variable or passing the value to a true variable that you can change.

‎2020 Jun 05 10:13 AM
In case the edit pen is not available, you cannot change the value in debug mode.
This happens in several situations:
You will have to look into changing the value further up or down in your coding, most likely when it is passed to a true variable within a function that can be set with different values.
As I understand it, but not having seen your coding, I assume you will have to rewrite your coding, changing the constant to a variable or passing the value to a true variable that you can change.

‎2020 Jun 05 11:05 AM
And you must be given the authorization object S_DEVELOP to change the values in debug (see the exact values to be set in the object documentation).