‎2006 Dec 13 2:58 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:07 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:10 PM
Hi,
This may happen due to two things,
1)MAY YOU HAVE INCLUDED BOTH THE FIELDS BETWEEN CHAIN AND END HAIN, AND IF ONE VALUE IS WRONG THEN IT AUTOMATICALLY CLEARS THE OTHER.
2) May be the values are not getting to internal table, have you done this with wizard or not.
post the code so that we can ghelp you.
Thanks
‎2006 Dec 14 12:16 PM
Thank u all.
This got solved when I unchecked ..
Attirbutes>Settings>Hold Data
as well as Program-->Without Reset (for each table control field)