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

hi,

CONTROL : <t_ctrl> type table view using <screen number>

This is the Table control Declaration.

When you give an another operation see to it that you clear the internal table values for the next set of operation. And also clear the field F1 after the first output is displayed.

Hope this helps!!

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.

Former Member
0 Kudos

hi,

CONTROL : <t_ctrl> type table view using <screen number>

This is the Table control Declaration.

When you give an another operation see to it that you clear the internal table values for the next set of operation. And also clear the field F1 after the first output is displayed.

Hope this helps!!

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