‎2009 Jul 02 12:53 PM
Hello,
when saving partner functions linked on a project, we receive sometimes this error.
I looked for OSS notes, and there are a lot of notes about this function module, but not related to the saving from a project.
Does anyone has some experience with this ?
Thanks in advance !
‎2009 Jul 02 4:05 PM
Hi,
The dump means that duplicate entries are getting created.
Check the update termination in SM13.
It will show you where the error occured.
Put a break-point over there and debug your process.
Turn update debugging on so that it stops at your breakpoint.
Check the contents of the internal tables which are being passed to teh database table.
Probably the data has been modified incorrectly in some exit.
regards,
Ankur Parab