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: 

ALV_BLOCK and different titles for each block

marcela_martinez
Participant
0 Kudos

Hi gurus!

I'm working with an ALV block which has 2 blocks. I would like to show a different title for each one. I mean:

TITLE 1ST BLOCK

< Report 1 >

TITLE 2ND BLOCK

< Report 2 >

Is it possible? If the answer is yes please can you send me some information about it?

Thanks in advance and kind regards.

MMP.

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

You need to implement the EVENTS for each call of the REUSE_ALV_BLOCK_LIST_APPEND.

Check this program BALVBT01.

This program usese Subroutine H_TOP_OF_LIST or X_TOP_OF_PAGE to generate the different headers of ALV Blocks.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

You need to implement the EVENTS for each call of the REUSE_ALV_BLOCK_LIST_APPEND.

Check this program BALVBT01.

This program usese Subroutine H_TOP_OF_LIST or X_TOP_OF_PAGE to generate the different headers of ALV Blocks.

Regards,

Naimesh Patel

0 Kudos

Wonderful Naimesh!

Thanks for the information!!!!

Regards,

MMP.