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 after called from a screen

Former Member
0 Likes
535

Hi All,

I am using OOPS ALV to display a grid. From there, I am calling another screen. Based on the information passed, I should make the main grid refreshed.

I have another button in the grid to make few fields editable. Once the fields are edited, it will be saved using saved button. After saving, the editable fields should be made as non-editable.I have followed standard program BC_ALV_GRID_02 for setting the styles.

If I am clicking the button for editable, it is working fine. And then if I click another button to call another screen and then try to refresh the contents of the grid, after that editable button is not working.

Thanks in advance.

Thanks and Regards,

J.Jayanthi

Hi All,

I am using OOPS ALV to display a grid. From there, I am calling another screen. Based on the information passed, I should make the main grid refreshed.

I have another button in the grid to make few fields editable. Once the fields are edited, it will be saved using saved button. After saving, the editable fields should be made as non-editable.I have followed standard program BC_ALV_GRID_02 for setting the styles.

If I am clicking the button for editable, it is working fine. And then if I click another button to call another screen and then try to refresh the contents of the grid, after that editable button is not working.

Thanks in advance.

Thanks and Regards,

J.Jayanthi

2 REPLIES 2
Read only

Former Member
0 Likes
474

Halo Jayaanthi,

After refreshing the contents of the Grid calling alv grids refresh_table_display method .

Regards

Arshad

Read only

Former Member
0 Likes
474

Hi,

Check if the buttons are still registered. You might have to call the set_registered_events() method once again to register all the events. Maybe you have re-instantiated the ALV after refresh, or maybe the Field Control and/or Layout tables have got refreshed, so it is unable to go into the edit mode.

Best Regards,

Prashanth