‎2006 Jun 27 5:37 AM
Hi,
I have implemented an exit function module. I have at the beginning of the FM a FORM to refresh all table entries. When executing the exit FM within the same screen, I see that the table entries are refreshed but when it was time to update the table with new entries, it would give a runtime error that has to do with duplicating records, but there is actually no records in the tables. Is there any some kind of reset thing that I have to do? I use COMMIT WORK after every refresh and update statements.
Thanks,
RT
‎2006 Jun 27 5:43 AM
Hi,
A small doubt..
Are you refereing to internal table or DB table..
In case of internal table, Commit is not required.
Are u using Insert statement or update statement..
Can u please elaborate..
Regards,
Tanveer.
‎2006 Jun 27 6:53 AM