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: 

Table Controls

Former Member
0 Kudos

Hi all,

I have a table control with fields say F1 (only display), F2(input) & F3(input).

Everything works fine. But when I enter some values in F2 or F3, clear the fields again, & then give some command or press enter, I get an error 'Cannot Reset Entry' which compells me to ge out of the transaction. Could someone help me come out of this message..?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

mostly the 2 input fields which are getting filled are been getting stored in the internal table and when ur trying to remove it is not getting refreshed from internal tbale...by the way is it standard TC...then there will be various validations performed from sap side.

3 REPLIES 3

Former Member
0 Kudos

mostly the 2 input fields which are getting filled are been getting stored in the internal table and when ur trying to remove it is not getting refreshed from internal tbale...by the way is it standard TC...then there will be various validations performed from sap side.

0 Kudos

Hi,

PLEASE DO NOT POST MULTIPLE TIMES . As it would confuse you and all others .

Thanks

Former Member
0 Kudos

Thank u all N Sorry as this thread got posted 3 times by mistake.

This got solved when I unchecked ..

Attirbutes>Settings>Hold Data

as well as Program-->Without Reset (for each table control field).