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

GET/SET ALV GRID scrollbar

Clemenss
Active Contributor
0 Likes
626

Hi you,

after a refresh we want to restore all settings done in the ALV grid.

The grid control provides methods for getting and setting the FRONTEND_FIELDCATALOG, FILTER_CRITERIA, FRONTEND_LAYOUT, FRONTEND_PRINT and SELECTED_CELLS settings.

Imagine the user scrolled down the list without selecting any cell. Is it possible to determine (and possibly restore) this?

TIA,

Regards,

Clemens

Hi you,

after a refresh we want to restore all settings done in the ALV grid.

The grid control provides methods for getting and setting the FRONTEND_FIELDCATALOG, FILTER_CRITERIA, FRONTEND_LAYOUT, FRONTEND_PRINT and SELECTED_CELLS settings.

Imagine the user scrolled down the list without selecting any cell. Is it possible to determine (and possibly restore) this?

TIA,

Regards,

Clemens

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
590

Nobody knows ... but Jesus?

Read only

Former Member
0 Likes
590

Hi,

Try this...

when calling the REFRESH_TABLE_DISPLAY method..pass

IS_STABLE-row = 'X' and

IS_STABLE-col = 'X'.

Thanks

Naren

Read only

Clemenss
Active Contributor
0 Likes
590

No way.

Narendran Muthu... 's idea may work but in my case I'd rather create new objects and control som I can't use the Stable options.