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: 

cl_salv_gui_table_ida colum color

AlbertoR
Participant
0 Kudos

Hello everybody,

Do you know if there is any way to change the column (and eventually the rows) color of an ALV table displayed using the class cl_salv_gui_table_ida?

Using cl_salv_table or cl_gui_alv_grid, this used to be possible through the usage of the method set_color of class cl_salv_column_table and through the "emphasize" field related to each column in the field catalog respectively.

Thank you in advance for your help.

Kind regards,

Alberto

1 ACCEPTED SOLUTION

DoanManhQuynh
Active Contributor
0 Kudos

I dont think there is. Naturally IDA is directly view on DB so there is no color column to setting like usually do with normal ALV which view based on internal table and have custom declaration.

4 REPLIES 4

DoanManhQuynh
Active Contributor
0 Kudos

I dont think there is. Naturally IDA is directly view on DB so there is no color column to setting like usually do with normal ALV which view based on internal table and have custom declaration.

AlbertoR
Participant
0 Kudos

Thank you for your answer Quynh.

It's a pity though, because it could have been of much use!

former_member564357
Discoverer
0 Kudos

A workaround would be using a "classical" GUI ALV component

See demo program

SALV_IDA_V01_DATA_DISPLAY_GUI

0 Kudos

Thank you for your answer Bernard,

By doing so, we would loose the IDA (integrated data access) functionalities, so it's not really a solution, unluckily...