6 feb 2015

Abap for goats. How to delete all values in table.


There is the following code into custom Abap...
How to think to complicate the code in this mode?


   DELETE FROM ZBWIMP WHERE ZYIMNR SPACE.
   DELETE FROM ZBWIMP WHERE ZYIMNR <> SPACE.
   COMMIT WORK.

1 commento:

Anonimo ha detto...

What about null values?
Perhaps he wanted to keep only those
Marcello