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

ALV grid functionalities

Former Member
0 Likes
367

Hi,

How to divide the ALV Grid top-of-page header by columns?

Why is it that the logo that i uploaded in OAER was not displayed when i run it?

Why is it that when i tick a button, (i created next and previous buttons) the grid columns seemed to add up. Ex. I have 4 columns, when i tick my next button, the number of columns is doubled and becomes 8. I already used selfield=x to refresh it.

Pls help in these problems.

Edited by: navi on May 7, 2008 9:14 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
347

Hi,

If you want to devide the top-of-page header into number of rows it is better to use OOALV.

If you clear the fieldcatalog you can avoid the number of fields to be repeated.

I think it is useful for you.

3 REPLIES 3
Read only

Former Member
0 Likes
347

Hi,

I do't think so ALV Header can b divided in to separate column..

Refresh Your Feildcatlog to avoid over writing of number of records.

regards,

sg

Read only

Former Member
0 Likes
348

Hi,

If you want to devide the top-of-page header into number of rows it is better to use OOALV.

If you clear the fieldcatalog you can avoid the number of fields to be repeated.

I think it is useful for you.

Read only

0 Likes
347

Hi,

How to implement it using OOP?

Thanks.