<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ALE Conversion rule user-exit problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568110#M256546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement conversion rule to IDoc INVOIC01 before sending to client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a refence from &lt;/P&gt;&lt;P&gt;/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried conversion rule with constant values and it works fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I activated user-exit and put the code in it. &lt;/P&gt;&lt;P&gt;When I sent Idoc again my Idoc segment which is E1EDKA1 comes as a blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with multiple combination as removing the code from exit still it gives the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I deactivate the user-exit it works fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone come accross such situation please send me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gaurav Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2006 22:05:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-28T22:05:09Z</dc:date>
    <item>
      <title>ALE Conversion rule user-exit problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568110#M256546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement conversion rule to IDoc INVOIC01 before sending to client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a refence from &lt;/P&gt;&lt;P&gt;/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried conversion rule with constant values and it works fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I activated user-exit and put the code in it. &lt;/P&gt;&lt;P&gt;When I sent Idoc again my Idoc segment which is E1EDKA1 comes as a blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with multiple combination as removing the code from exit still it gives the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I deactivate the user-exit it works fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone come accross such situation please send me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gaurav Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 22:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568110#M256546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T22:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Conversion rule user-exit problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568111#M256547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coild you post your user-exit code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 11:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568111#M256547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T11:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Conversion rule user-exit problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568112#M256548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;The IDOC segment is cleared of all values with the Conversion Rule active.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to figure out what was wrong?&lt;/P&gt;&lt;P&gt;Does anyone else know how to get this working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 15:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568112#M256548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T15:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALE Conversion rule user-exit problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568113#M256549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK ... seems obvious now, but I figured out that you MUST code the RECEIVER_SET / RECEIVER_SET_NEW stuff ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple as that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 12:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ale-conversion-rule-user-exit-problem/m-p/1568113#M256549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T12:49:42Z</dc:date>
    </item>
  </channel>
</rss>

