Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

delete difficulty

Former Member
0 Likes
297

]] 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---aren’t we knowing beforehand the values before supplying them?

1 REPLY 1
Read only

Former Member
0 Likes
275

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^