‎2014 Nov 05 6:51 PM
Can I set a breakpoint so that it will stop not at any SELECT statement but only when selecting from a specific database table?
‎2014 Nov 06 2:14 AM
Hi
There is another method to put the debug in the particular select statement while debugging
1. Go to debug mode, Select the tab script.
2. Press the button "Load the script" , Exact name I forget if u want I share I don't have system connection now,
BP_*SELECT* press F4 correctly it loads the select statement script.
3.Now press the start script button.
4.It will ask fir the table name enter it.Now go to the "desktop1" tab.
Enjoy this debug.It helps me lot saves lot of time
Regards,
Ravi Shankar.L
‎2014 Nov 05 7:13 PM
Hi,
I never tried this with debug.
Try transaction ST05 ( SQL Trace) to locate the select code .
Regards.
‎2014 Nov 05 7:14 PM
‎2014 Nov 06 6:40 AM
Hi,
Exact script need to be loaded is "RSTDPA_SCRIPT_BP_SELECT_TAB".
Regards,
Ravi Shankar.L
‎2014 Nov 06 7:05 AM
‎2014 Nov 06 2:14 AM
Hi
There is another method to put the debug in the particular select statement while debugging
1. Go to debug mode, Select the tab script.
2. Press the button "Load the script" , Exact name I forget if u want I share I don't have system connection now,
BP_*SELECT* press F4 correctly it loads the select statement script.
3.Now press the start script button.
4.It will ask fir the table name enter it.Now go to the "desktop1" tab.
Enjoy this debug.It helps me lot saves lot of time
Regards,
Ravi Shankar.L