2007 Dec 24 7:46 AM
hallow
i wont to change the name of table (in qa) that i do select in new debugger how i can do that?
Regards
2007 Dec 24 7:50 AM
In debugging screen there is coloumn called change coloumn.
double click onthat change(pen) symbol.
change the value of varible.
press enter.
Thanks
2007 Dec 24 7:50 AM
In debugging screen there is coloumn called change coloumn.
double click onthat change(pen) symbol.
change the value of varible.
press enter.
Thanks
2007 Dec 24 8:07 AM
hi chadra
i dont find this colman i use the new debugger.
Regards
2007 Dec 24 8:13 AM
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
2007 Dec 24 8:28 AM
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
2007 Dec 24 8:38 AM
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
2007 Dec 24 8:47 AM
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.