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: 

Runtime Error - TABLE_FREE_IN_LOOP in editable ALV GRID

Former Member
0 Kudos

While modifying editable ALV Grid, (CL_GUI_ALV_GRID) I am getting an unexpected dump as follows -

"Runtime Error TABLE_FREE_IN_LOOP".

In a Editable ALV grid whenever new row is added using standard append row button, And while saving, i check for any initial values, in that case iam displaying a warning message. So after that when i try to modify the row, and press enter key, Iam getting this dump "TABLE_FREE_IN_LOOP".

Can you please help on this regard.

Thanks in advance..

Best regards,

Prasad.

2 REPLIES 2

Former Member

Former Member
0 Kudos

Hello Krishna

take a additional internal table which is exactly of same type of the internal table which you want to modify . try modifying the second internal table. and then proceed for db update(if required).

Regards,

Suvendu