‎2006 Sep 26 8:18 AM
Hi gurus,
Is there tip or trick to debugg standard progrms and transactions. i mean to say to go to the relevent screen or field or function module etc in one step rather than following conventional methods of debugging.
Regards,
vinay
‎2006 Sep 26 8:21 AM
hi
if you know the exact point to where you wanna debug then u could set a break point otherwise
you need to debug the entire code...
Cheers,
Abdul Hakim
‎2006 Sep 26 8:22 AM
Hi
Yes it is, you can set a breakpoint while debugging:
Breakpoint->Breakpoint at->
Max
‎2006 Sep 26 8:28 AM
hi,
you have to set the break points, at the position u want to debug.
thats the only way.
rgds
anver
‎2006 Sep 26 8:28 AM
-->If any error message occurs and u want to search where the message is , u can get the message class and number by double clicking the error , then goto SE91 give the message class and message number and find out the where-used list of the message and u can sort ur relevant program from those
-->if u know any searchterm , finout where that term is used in the standard program and put a breakpoint and bebug
‎2006 Sep 26 8:33 AM
Hi,
While debuging, if you know the statment or program name or Sub routine name then you can put the breakpoint over there.... breakpoint --> breakpoint at ....
then press F8, then it will stop where you put the breakpoint
Regards
Sudheer
‎2006 Sep 26 8:34 AM
Hi,
while debuging if you want to debug all perform
than set breakpoint at event/keywork,call function .
debug mode->breakpoint->
Regards
amole
‎2006 Sep 26 8:38 AM
hi
good
yes you can use the t-code SCI, which is called code inspector to know the details about your various kinds of program.
thanks
mrutyun^