‎2008 Aug 26 6:07 PM
Hi,
I am trying to modify the database table..
MODIFY <Dtab>
FROM TABLE <Itab>.
If the modify statement fails..
means IF SY-SUBRC NE 0.
i have to capture why modify statement fails..
can anybody give a suggetion how to handle this situation.
Thanks in advance.
‎2008 Aug 26 6:15 PM
You can write conditions why it fails like incompatible type or some thing like that it depends on your fields
‎2008 Aug 26 6:18 PM
Hi,
I had already validating all the fields ... to compatable for the <Dtab>..
and my internal table structure and <Dtab> structure is also same..
i need to catch any system exeception raising .... in this situation while sy-subrc fails