‎2007 May 30 6:56 PM
Hello,
I am using an Idoc conversion rule in BD79 to load cost centers. In my conversion rule I use a conversion exit function module to concatenate 2 specific characters and sending cost center value together and then this output value placed in the receiving cost center field. This works fine, but now I want to send a custom error message to the idoc and fail the idoc if the sending cost center value is greater than 8 digits.
Does anyone know how to send an error message or update an idoc with an error message using a conversion rule (bd79)?
Thank you,
Rhonda
‎2007 Jun 14 4:57 PM
Hi Rhonda,
Any luck on the below.. i have a similar issue...
Sorry to hijack your thread...
‎2007 Nov 06 10:06 PM
I've been in the same boat. The only way I can throw an error is to change the OBJNR field, or some other validated field in the IDoc. The status segment isn't available at this point in the IDoc process. Hope this helps.