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

OO ALV

Former Member
0 Likes
678

Hi all,

I displayed 4 layouts in single screen with OO ALV. But I need to assign grid title and header information for individual layouts. If any body knows plz clear me.

Thanks.

Shruthi.

Hi all,

I displayed 4 layouts in single screen with OO ALV. But I need to assign grid title and header information for individual layouts. If any body knows plz clear me.

Thanks.

Shruthi.

5 REPLIES 5
Read only

Former Member
0 Likes
656

Hi

Pass wa_lslayout-grid_title = 'TEXT', for every ALV display

wa_lalayout should be passed to parameter is_layout of method set_table_for_first_display

BR

Lavanya

Read only

0 Likes
656

Thanks Lavanya.

Any idea about top-of-page for each grid in OO ALV.

Read only

0 Likes
656

Check this..

you need to split the screen into 6 parts.

and for each layout you need to have a separate handler method to display the TOP OF PAGE content.

Read only

Former Member
0 Likes
656
Read only

Former Member
0 Likes
656

thanks