I adapt my ALV using coding in wddoinit:
if_salv_wd_table_settings~set_visible_row_count ( 10 ).
Then I personalise my ALV at runtime: rows = 15.
This overwrites my code adaption.
Questions:
1) How can I set in the code that the code adaption
can not be changed anymore by personalisation?
2) Stupid question: how can I set my personalisation back to initial?
(in order to set a get back my code adaption (eg. 10 rows))