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: 

change table in new debuger

Former Member
0 Kudos
89

hallow

i wont to change the name of table (in qa) that i do select in new debugger how i can do that?

Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos
60

In debugging screen there is coloumn called change coloumn.

double click onthat change(pen) symbol.

change the value of varible.

press enter.

Thanks

6 REPLIES 6

Former Member
0 Kudos
61

In debugging screen there is coloumn called change coloumn.

double click onthat change(pen) symbol.

change the value of varible.

press enter.

Thanks

0 Kudos
60

hi chadra

i dont find this colman i use the new debugger.

Regards

0 Kudos
60

I assuming that ur in ECC 6.0.

In ECC 6.0 debugger screen u can find 4 tabs.

1.variables1

2.variables2

3.locals

4.Globals

In variables tabs u can find columnns from Left to Right.

1.status

2.varible

3.valtype

4.value

5.change nad soon.

Thanks

0 Kudos
60

hi chandra

yes i have that (i now how to change varible)but what i wont now is to change the table name that i wont to do select from ,

and when i double click on table nothing happen,

there is the way to do that i ask becouse i need to do this in QA .

Regards

former_member194152
Contributor
0 Kudos
60

Hi...

You cant change name of selection table in debugging the only thing which u can change is value for varriable so if u want to change database selection table then write 2 selection statment which u want within if else statement and at the time of debugging change condition for that if else block as this way u can only test the desired case.

Rewards if helpful.

Regards

Gagan

Former Member
0 Kudos
60

you can not change it in QA, maybe you need change your select statement to dynamic selection using field symbol or variable to store your table name.

Then you can chanage the table name in debuger.