Question:
Hi all,
I tried looking for this subject in the forum with no success...
Here's my question:
I'm using the function module for ALV (as opposed to OO), and in my function I'm passing the "i_callback_user_command" parameter so I can use my own pushbuttons on the application toolbar.
I want to code a sort of search button (I know some will say to use the binoculars at the top), but that's not what the client wants...
I have no problem coding the search button, but is there a way in my "user_command" subroutine to position the ALV to a specific record in my internal table when I return from pressing my search button?
Thanks in advance.
Answer:
That may have what you need. Also REUSE_ALV_GRID_LAYOUT_INFO_SET.
Answer:
I guess I should have mentionned that I'm using SAP 4.0B, so the function "REUSE_ALV_GRID_LAYOUT_INFO_SET" does not exist...
Thanks.