2009 Nov 26 2:42 PM
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
2009 Nov 26 9:29 PM
Halo Jayaanthi,
After refreshing the contents of the Grid calling alv grids refresh_table_display method .
Regards
Arshad
2009 Nov 30 8:25 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |