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

Debugging ALV

Former Member
0 Likes
957

Hi All,

I would like to ask which part of the function 'REUSE_ALV_LIST_DISPLAY' handles the data to be outputted.

Thanks,

BELEN

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
793

Hi,

I believe the reuse_alv_list_display function module is a system function..For debugging that code..you should enable system debugging..

In the debugging..set the system debugging to on..

Now you can debug the alv function module

Thanks

Naren

6 REPLIES 6
Read only

Former Member
0 Likes
794

Hi,

I believe the reuse_alv_list_display function module is a system function..For debugging that code..you should enable system debugging..

In the debugging..set the system debugging to on..

Now you can debug the alv function module

Thanks

Naren

Read only

Former Member
0 Likes
793

hi,

debug it,u can know where it handles the data to be outputted

Read only

Former Member
0 Likes
793

Hi,

please check out the following link it might help you

/people/scott.barden/blog/2004/07/22/abap-breakpoints-and-system-macros

http://www.sap-basis-abap.com/sapabap01.htm

*******please reward points if the infromation is helpful to you*************

Read only

Former Member
Read only

Former Member
0 Likes
793

In Reuse_alv_list_display for parameter I_INTERFACE_CHECK = 'X'.

Then u will all the details , u require..

---balaji

Read only

Clemenss
Active Contributor
0 Likes
793

Hi Maria,

the handling of data to be outputted in ALV is rather complex: They may be sorted, columns arranged and rearranged, summing and other calculations done. Internally, some KKB functions are called, they do the list output.

But I think you may bury the question. ALV is made for use as a black-box. Your question should rather be like: What do I have to do to get a result like this or that.

There is so much information about ALV. You won't like to debug tens of thousands of lines.

Regards,

Clemens