Hello Gokul,
SQLScript does not support a DELETE for "internal" tables. It is just supported for catalog/repository tables.
A way you can simulate the delete in your situation is to do an additional select on the "internal" table, like e.g.:
lt_mara = select * from :lt_mara where martnr <> 'PART-AB';
Regards,
Florian