on 2007 Sep 20 11:06 AM
The property visibleRowCount of a table is set to 10.
A user has personalized this value to 5 (via context menu -> user settings).
At runtime cl_wd_table->get_visible_rowcount returns 10 (instead of 5, although only 5 lines are displayed).
In the debugger I can see the correct information in the if_wd_personalization instance: cl_wdr_pers_manager->m_pers_service->mt_p13n_apply. Unfortunately m_pers_service is private. So I cannot access it...
How can I get the information how many rows are really visible?
Request clarification before answering.
Nice idea
However, declaring my class as a friend is a modification in cl_wdr_pers_manager. This is not an option for me.
I am quite sure, that there is a 'standard way' to read the user settings. But I cannot find it. Neither in the documentation, nor via debugger...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
60 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.