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

Table Controls

Former Member
0 Likes
499

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..?

3 REPLIES 3
Read only

Former Member
0 Likes
477

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.

Read only

0 Likes
477

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

Read only

Former Member
0 Likes
477

Thank u all.

This got solved when I unchecked ..

Attirbutes>Settings>Hold Data

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