‎2007 Jul 17 3:09 PM
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 .
‎2007 Jul 17 3:12 PM
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
‎2007 Jul 17 3:16 PM
‎2007 Jul 17 3:20 PM
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