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: 

exception 'CX_SALV_METHOD_NOT_SUPPORTED' was raised

Former Member
0 Kudos

Hi Guys,

I am using SALV for alv display, the report is giving dump and raising the exception like CX_SALV_METHOD_NOT_SUPPORTED

the issue is in set_list_header_size so how to reduce the header size without deleting the columns in field catalog and its working fine In foreground.

Thanks,

Polu

2 REPLIES 2

former_member235395
Contributor
0 Kudos

Hi Polu,

Check this information:

Functionality

You use the SET_LIST_HEADER_SIZE method to set the size of the table headers for tables that are not displayed as classc ABAP list. You can choose between three sizes.

Note:
In the classic ABAP list and fullscreen display types, the table header appears below the navigation bar in a white line. You cannot control the font size.

Requirements

Result

Parameters

  • VALUE
    required
    Size of header; Typ SALV_DE_HEADER_SIZE
SizeConstantValue
largeC_HEADER_SIZE_LARGE0
smallC_HEADER_SIZE_SMALL1
mediumC_HEADER_SIZE_MEDIUM2

Exceptions

  • CX_SALV_METHOD_NOT_SUPPORTED
    You have attempted to change the font size of the header in a classic ABAP list or fullscreen table.

Regards,

0 Kudos

Always a good idea to read the documentation.