cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change values in debugging for variables without a Pen Icon

masna_7
Participant
0 Likes
704

Hi SAP Community,

I want to change the value of a variable in debugging mode. I know we can change values when there is a Pen icon on right side of the Variable. But, I need to know how to change values of those variables that are without these Pen Symbol. Is it possible to change them in debugging mode ?

Below is the screenshot for reference. Thanks in Advance.

masna_7_0-1709823105634.png

 

Accepted Solutions (0)

Answers (1)

Answers (1)

AntonFarenyk
Contributor
0 Likes

Most likely your IP_UTR is an import parameter.No pen icon means you can not change value in that specific place in the code. But it may be possible to find a place earlier or later in stack where the value can be changed, unless this is a constant.