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

Problem in Table control while pressing Enter

Former Member
0 Likes
461

Hi Experts,

I had a prb. with table control.

Designed a screen with Material Number and 3 text buttons( Display, Change, Create).

Whenever the value of Material is given and press the Change button, necessary values are populating in the Table control. But the prb. occurs when pressing Enter, The values of table control is doubled. Eg. for a Material number we are having 3 line items. upon pressing enter, its viewing 6 items with same values. again upon pressing its getting 9 values.

Can anyone suggest how to control this.

Thanks in Advance.

Srini

3 REPLIES 3
Read only

Former Member
0 Likes
425

Hi,

Refresh the internal table.

Regards,

Srini.

Read only

Former Member
0 Likes
425

Hi,

After passing the internal table to table control refresh the internal table .

regards,

Viru.

Read only

0 Likes
425

Problem solved.

Regards,

Srini