‎2006 Dec 13 2:56 PM
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..?
‎2006 Dec 13 3:00 PM
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.
‎2006 Dec 13 3:00 PM
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.
‎2006 Dec 13 3:11 PM
Hi,
PLEASE DO NOT POST MULTIPLE TIMES . As it would confuse you and all others .
Thanks
‎2006 Dec 14 12:18 PM
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).