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 control in module pool

Former Member
0 Likes
493

hi all,

i am facing problem in table control in module pool .

i have created one table control . by using that one i want to update z table.

i am entering values in table control after entering 2 row.

i pressed enter i am getting 3 rows.

the 1 row is repeating.

how can handle this one .

3 REPLIES 3
Read only

Former Member
0 Likes
477

If you want to update a z table , you can better make use of TABLE MAINTENANCE GENERATOR which is a simple process to create a table control which woul help the user to enter the data for the z table.

Serach the forum for creating TABLE MAINTENANCE GENERATOR.

Regards,

Ravi

Read only

0 Likes
477

but client want in this type.

Read only

Former Member
0 Likes
477

Use Table Maintenance if only purpose is to update Z-table..

o.w. debug the code... somewhere last value might be repeating in table control..

if u r using internal between table control and database table, then see if extra record is not appended to the itab.

Regards

Prax