> -----Original Message-----
> From: Anhaus, Thomas 
> Sent: Tuesday, September 17, 2002 3:13 PM
> 
> Matthias Juchem wrote :
> 
> >When calling a DBPROC (which does INSERTs), I get an error 
> 360 (roreign key integrity violation). But there is no hint 
> >_which_ constraint have got violated. 
> 
> the system variable $ERRMSG should contain the message you 
> received from the insert statement. 
> if you stop the DBPROC via
> 
> STOP($rc, $errmsg)
> 
> after the insert error occurred, this message should be 
> returned to the caller of the DBPROC.

Well, in my case, it just says "Foreign key integrity violation". I guess there is no 
way to get more information, i.e. which foreign key integrity got violated, is there?

Matthias
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to