Application Development 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: 

Strange ALV behaviour

Former Member
0 Kudos

Hello everyone!

I'm developing a report, and I have to use ALV list to process lists my report makes (I can't use ALV grid because I need really long and word-wrapped titles in header).

I've got some questions.

- how can I code cell merging? I have three fields and I would like them grouped (I mean, there are adjacent duplicates in my internal table and I'd like to display only first one). I've tried to use sorting, but it doesn't do such thing (I haven't go this problem with ALV grid; when I used sort table, it merged adjacent duplicate cells)

- how can word wrapping in list header can be done?

- how can I code custom top-of-page event? In REUSE_ALV_DISPLAY FM I see there's an I_CALLBACK_TOP_OF_PAGE parameter, but when I pass a value, I get no result.

- is it 'legal' to pass local variables to REUSE_ALV_DISPLAY FM?

Thanks in advance.

1 REPLY 1

Former Member
0 Kudos

hi,

for REUSE_ALV_DISPLAY check these threads

Hope this helps !!!

Cheers

Alfred

Reward with points for helpful answers