Hi,
I m using Insert stmt to insert the records to ztable from itab.
insert ztable from table itab.
I m getting 'CX_SY_OPEN_SQL_DB' exception bcoz the record with the same key exists in the table. pls let me know how to catch this exception and how to set the message to the user
Thanks