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

Row Adding Problem In ALV Gird (OO)

Former Member
0 Likes
381

Hi Gurus,

I am working on an OO ALV Grid , here when I am adding a row to the grid by clicking the append row button and when I am pressing F4 for input search help, the newly appended row is getting deleted and the grid remains with only the first row.

Can anybody please tell me why this is happening or in what cases this can happen

Thanks

Hi Gurus,

I am working on an OO ALV Grid , here when I am adding a row to the grid by clicking the append row button and when I am pressing F4 for input search help, the newly appended row is getting deleted and the grid remains with only the first row.

Can anybody please tell me why this is happening or in what cases this can happen

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
349

Hi Rahul ,

Just debug the program and see that when you press F4 after the required processing is done , does it go to the module where you call SET_TABLE_FOR_FIRST_DISPLAY method , please check this.

Actually once this method has been called use the method REFRESH_TABLE_DISPLAY.

Regards

Arun