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

OOPS alv column heading

Former Member
0 Likes
1,046

Hi Folks,

How to hide column headings in oops alv (using cl_salv_table )

I found in normal alv by just passing no_colhead as 'X'.

Thanks,

Sekhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
964

Hi,

Looking at the SET methods of class CL_SALV_COLUMN

SET_VISIBLE -


Set Column to Visible

Regards,

Raj.

Hi Folks,

How to hide column headings in oops alv (using cl_salv_table )

I found in normal alv by just passing no_colhead as 'X'.

Thanks,

Sekhar

6 REPLIES 6
Read only

Former Member
0 Likes
964

Hello

CL_SALV_COLUMNS_TABLE->IS_HEADERS_VISIBLE

Read only

Former Member
0 Likes
965

Hi,

Looking at the SET methods of class CL_SALV_COLUMN

SET_VISIBLE -


Set Column to Visible

Regards,

Raj.

Read only

0 Likes
964

Raj,

This is for column hiding... I am asking aboutn column headings...

Thanks,

Sekhar

Read only

0 Likes
964

Hi

In Alv oops you can use SET_HEADERS_VISIBLE method of CL_SALV_COLUMNS_TABLE class for this purpose.You can set it value false for hiding the header

Award points if useful.

Thanks!!

Read only

0 Likes
964

Thanks alot ... issue resolved

Read only

Former Member
0 Likes
964

Check the below link.

This shall help you a lot.

[ALV OOPS|http://help-abap.blogspot.com/search/label/OO%20ALV]