Hi,
can some one please tell me the syntax for the delete statement?
I need to delete a Line from an Internal table with condition similar to :
DELETE TABLE itab WITH TABLE KEY k1 = v1 ... kn = vn.
But I am gettin a syntax error: I have to mention all the filedsa defined in the int table itab.
kindly point out the mistake or an alternate method.
Thanks.