2007 Sep 26 8:18 AM
]] We have a delete statement
DELETE TABLE <itab> WITH TABLE KEY <K1>= <F1> <K2> =<F2>
It is said that if a data type of <Fi> are not compatible the system converts them .
But my question is how could such situation arise---arent we knowing beforehand the values before supplying them?
2007 Sep 26 8:28 AM
hi
good
yes you r absolutely correct,we should be knowing what kind of field value we are going to pass in the delete satement,but sometime it happens if we pass the wrong key value in the delete statement.
thanks
mrutyun^