Skip to Content
0
Former Member
Jul 17, 2008 at 08:49 AM

COMMIT statement

1094 Views

Hi,

I want to delete records from an custom table and I am writing a DELETE statement. Before the delete statement, i am calling a function module 'ENQUEUE_E_TABLEE' for locking the table.

When I execute the program/report, the entries are still existing in the custome table and it is not deleting.

Do i need to use commit work statement after the DElete statement.

If so why is it mandatory to use COMMIT for deleting entries.

For inserting records in the custom table , if i don't use the COMMIT statement, the records are still inserting in the table. Why is it so?

Thanks,

Kumar