‎2007 Mar 06 7:04 AM
‎2007 Mar 06 7:41 AM
Hi,
Before execute ur alv report give /h in command field and enter it goes to debbug mode.
reward if useful.
‎2007 Mar 06 7:06 AM
Enter /h and press the button or event which u would like to go through.
Its same as the ordinary report debugging.
http://www.sapdevelopment.co.uk/tips/debug/debughome.htm
Reward if this helps.
‎2007 Mar 06 7:08 AM
Hi ,
Place a breakpoint in the function module that you have used ie the REUSE_* function module there in the function module it will prepare the list , there you will be able to debug it.
Regards,
Sunmit.
‎2007 Mar 06 7:09 AM
Hi,
I believe the ALV FMs are system programs..
Switch on the system debugging..
Press /h..
in the debugging screen ..SETTINGS -> SYSTEM DEBUGGING..
Now the system debugging will be switched on ..
THanks,
Naren
‎2007 Mar 06 7:41 AM
Hi,
Before execute ur alv report give /h in command field and enter it goes to debbug mode.
reward if useful.
‎2007 Mar 06 7:49 AM
hi,
execute your program F8.
enter / h in command line ,enter (on status bar,its shows dubugging is swithch on)
now enter values in selection or parameter..whatever you have given as input fields.
and execute.
sri
hope this helps you.
pls:award points
‎2007 Mar 06 7:55 AM
Just put the break point in the code...
Or use /h and execute...