Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the variable value for the SCript in debugging

Former Member
0 Kudos

I have a variable &KNA1-NAME4&

i want to change the value of this variable in debugging mode

can any one please tell me how to do in step by steb mode.

3 REPLIES 3

JozsefSzikszai
Active Contributor
0 Kudos

step by step: in the script there is no way. However you can change in the print program (just put a breakpoint and change the value), that might help as well

Former Member
0 Kudos

Hi,

Just select the option active debugger under utilities when u get the variable name u can assign the value and save,

regards

jansi

vinod_vemuru2
Active Contributor
0 Kudos

Hi Ravi,

In script u can't change the value in debigging. Open ur print program(If u don't know check TNAPR table).

Search for the element name where u r printing this variable. U can see some thing like

CALL FUNCTIOn 'WRITE_FORM'

element = ur element name.

Keep break point here and when u issue output control stops here. Now change the value as we does in normal reports.

Thanks,

Vinod.