Application Development and Automation 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: 
Read only

debug alv

Former Member
0 Likes
1,816

how to debug alv report output list?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,221

Hi,

Before execute ur alv report give /h in command field and enter it goes to debbug mode.

reward if useful.

6 REPLIES 6
Read only

Former Member
0 Likes
1,221

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.

Read only

Former Member
0 Likes
1,221

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.

Read only

Former Member
0 Likes
1,221

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

Read only

Former Member
0 Likes
1,222

Hi,

Before execute ur alv report give /h in command field and enter it goes to debbug mode.

reward if useful.

Read only

Former Member
0 Likes
1,221

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

Read only

Former Member
0 Likes
1,221

Just put the break point in the code...

Or use /h and execute...