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

Hide option not working

divsmart
Participant
0 Likes
1,189

Hi Experts,

When user the column 'Hide option not working' as below.

Please guidnace me

Hi Experts,

When user the column 'Hide option not working' as below.

Please guidnace me

2 REPLIES 2
Read only

FredericGirod
Active Contributor
1,032

maybe you could debug a little bit, and check if there is a refresh or thing like that.

Or post the relavant part of your code using the [CODE] button

Or ... need to find someone with crystal ball

Read only

Sandra_Rossi
Active Contributor
1,032

No issue.

SELECT * FROM sflight INTO TABLE @data(sflight_s).
cl_salv_table=>factory( IMPORTING r_salv_table = data(salv) CHANGING t_table = sflight_s ).
salv->display( ).