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: 

Changing Parameter ID in debug

mehul_mori
Explorer
0 Kudos

Hi,

Is it possible to view and change value of a parameter id in Debug mode ?

6 REPLIES 6

Former Member
0 Kudos

yes

mehul_mori
Explorer
0 Kudos

And how can I do that in debugger ?

0 Kudos

Hi

Open DEBUG MODE -


> click on the field that you want to change------> write the new value -


> and at the extreme right click on CHNG FLD CONTENTs icon.

Regards

Pavan

0 Kudos

Hi Mehul mori,

The field for Parameter ID is MEMORYID ---> Set/Get parameter ID.

In Debugger Mode first check the value for this Field, Now change the value for that field and click on the Pencil symbol push botton on the right on that field.

Best regards,

raam

0 Kudos

Hi Mehul,

Follow the steps....


1. Execute the program in DEBUGGING MODE
2. Double click on the variable you want to change the value for
3. Beside the variable there will be a text box and mention the value in it.
4. Click on the Pencil symbol Icon which overwrites the existing value to new value you had given.
5. Continue execution.
6. Repeat 3 & 4 steps if you want to change the value again in the same debugging session.

This would solve your issue.

Good luck

Narin

former_member181995
Active Contributor
0 Kudos

But it is not reccommed at all.

changing any database utility by debug may occur incosistancy on your system.