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: 

Print Selection Screen Parameters in ALV report only once

Former Member
0 Kudos

Does anyone know how to print the selection screen within a ALV report.

I've tried everything. I have the code to capture the selection parameters into a internal table. I can use top_of_page but I only want it printed once.

1 REPLY 1

Former Member
0 Kudos

Hi,

If you have captured the selection screen entries in an internal table, then you could display it once by using the BLOCK LIST ALV.

Check the function module.

REUSE_ALV_BLOCK_LIST_DISPLAY

Using this function module more than 1 alv could be display in the report.

In our case ..there will be two alvs ...one for the selection screen n other for the main report output.

Check the following example on the block List ALV....

<b>BALVBT01</b>.

Regards,

Vara