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: 

After refreshing ALV display, set it to the current cell that was modified.

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I am currently using cl_gui_alv_grid for my ALV grid display. I have 1 editable column

which lets users input values. Now, When users press 'ENTER' in the keyboard I refresh

the ALV display to reflect the changes done. But the display always "moves back" to the first column

so it is tiresome to find the current cell that was modified. My question is, how do I set the ALV

display to just "stay put" in the current cell that was modified after pressing 'ENTER'?

Hope you can help me guys.Thank you and take care!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can implement the method <b>set_scroll_info_via_id</b> in the PBO of the screen.

3 REPLIES 3

Former Member
0 Kudos

You can implement the method <b>set_scroll_info_via_id</b> in the PBO of the screen.

0 Kudos

Hi Rajesh,

Can you please give me an example?Thank you!

0 Kudos

Check this link