‎2006 Sep 28 11:05 PM
I am trying to implement conversion rule to IDoc INVOIC01 before sending to client.
I took a refence from
/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment
I tried conversion rule with constant values and it works fine...
Then I activated user-exit and put the code in it.
When I sent Idoc again my Idoc segment which is E1EDKA1 comes as a blank.
I tried with multiple combination as removing the code from exit still it gives the same error.
If I deactivate the user-exit it works fine...
If anyone come accross such situation please send me the solution.
Thanks,
Gaurav Jain
‎2006 Sep 29 12:39 PM
‎2007 May 17 4:47 PM
Hi Gaurav,
I have exactly the same problem that you had back in late 2006, with the Conversion Rules somehow not passing the data to the IDOC segment.
The IDOC segment is cleared of all values with the Conversion Rule active.
I have managed to determine that the exit is working properly, at least to the point where it is finished in EXIT_SAPFKCIM_001, and SENDER_SET_NEW is filled correctly.
Did you manage to figure out what was wrong?
Does anyone else know how to get this working?
Thanks,
Bruno
‎2007 May 21 1:49 PM
OK ... seems obvious now, but I figured out that you MUST code the RECEIVER_SET / RECEIVER_SET_NEW stuff ....
Simple as that.
Bruno