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

REFRESH_TABLE_DISPLAY

Former Member
0 Likes
938

Hi,

(i)My ALV List is dispalyed for few pages. If i edit a cell in second page and the update button pressed, I am calling the REFRESH_TABLE_DISPLAY. When i call this method "cursor" comes back to the first row of the report output.How to avoid this? Users want this to stay at the place the current row is updated.

(ii) Is there anyway we can activate Ctrl+F for find ?

Thanks in advance.

regards,

vamshi tallada

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
787

Hello Vamshi

Call method go_alv->refresh_table_display with

- <b>IS_STABLE-row = 'X'</b> and

- <b>IS_STABLE-col = 'X'</b>.

The the positioning of the ALV list will remain stable.

Regards

Uwe

6 REPLIES 6
Read only

Former Member
0 Likes
787

Hi,

Check these programs..

BCALV_TEST_GRID_EDITABLE

BCALV_TEST_GRID_EDIT_01

I think they cover both of your requirements..

Thanks,

Naren

Read only

0 Likes
787

I checked the both programs. I did not see anywhere REFRESH_TABLE_DISPLAY method called. Can you please help me more on this?

thanks in advance.

regards,

vamshi tallada

Read only

Former Member
0 Likes
787

Hi,

Why are you using REFRESH_TABLE_DISPLAY??

Thanks,

Naren

Read only

Former Member
0 Likes
787

If all you need is the cursor placement at a location,please try set cursor..although i haven't tried it in ALV but works in normal reports and Module pools

regards'

Byju

Read only

uwe_schieferstein
Active Contributor
0 Likes
788

Hello Vamshi

Call method go_alv->refresh_table_display with

- <b>IS_STABLE-row = 'X'</b> and

- <b>IS_STABLE-col = 'X'</b>.

The the positioning of the ALV list will remain stable.

Regards

Uwe

Read only

0 Likes
787

Thanks. With the is_stable parameter set solved the problem.

regards,

vamshi tallada

Message was edited by: Vamshi Tallada