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