<?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 Re: problem of using CONVERSION_EXIT_ABPSN_INPUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071706#M1504753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In include LCNJPNFOB, source code line 353.&lt;/P&gt;&lt;P&gt;The message id raised if the condition &lt;/P&gt;&lt;P&gt;    IF ( NOT flg_wildc IS INITIAL AND maske(1) CO con_plusstar ) is not satisfied.&lt;/P&gt;&lt;P&gt;Hope you can check it now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2010 15:43:05 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-07-12T15:43:05Z</dc:date>
    <item>
      <title>problem of using CONVERSION_EXIT_ABPSN_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071703#M1504750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use 'CONVERSION_EXIT_ABPSN_INPUT'  to convert project code from external to internal format in a RFC called from a web.&lt;/P&gt;&lt;P&gt;but when the user input the wrong format project code in the web screen,the 'CONVERSION_EXIT_ABPSN_INPUT'  got dump,how can i avoid this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071703#M1504750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T14:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem of using CONVERSION_EXIT_ABPSN_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071704#M1504751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you migjht get a better answer if you gave the dump exception or an example of a value that causes the dump.  If it is a format issue though, can't you trap that error in your RFC code before calling the conversion exit and return the error message to the caller?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 14:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071704#M1504751</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-07-12T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem of using CONVERSION_EXIT_ABPSN_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071705#M1504752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry,it isnt' a dump ,it cause a 'E' type messge,which occurs in the CONVERSION_EXIT_ABPSN_INPUT,it will stops the RFC excution.my question is:how can i konw the project code user input from the web is wrong format? if i know ,then i will not using CONVERSION_EXIT_ABPSN_INPUT to convert it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 15:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071705#M1504752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T15:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem of using CONVERSION_EXIT_ABPSN_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071706#M1504753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In include LCNJPNFOB, source code line 353.&lt;/P&gt;&lt;P&gt;The message id raised if the condition &lt;/P&gt;&lt;P&gt;    IF ( NOT flg_wildc IS INITIAL AND maske(1) CO con_plusstar ) is not satisfied.&lt;/P&gt;&lt;P&gt;Hope you can check it now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 15:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071706#M1504753</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-12T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem of using CONVERSION_EXIT_ABPSN_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071707#M1504754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't without performing the same checks that the conversion exit does when it calls CONVERSION_EXIT_PROJN_INPUT.  However, you can stop the error message and trap it by adding the ERROR_MESSAGE exception to your function call and then return a 'softer' message in your RFC interface:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
         EXCEPTIONS
              ERROR_MESSAGE = 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 15:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071707#M1504754</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-07-12T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem of using CONVERSION_EXIT_ABPSN_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071708#M1504755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 15:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-of-using-conversion-exit-abpsn-input/m-p/7071708#M1504755</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-12T15:50:56Z</dc:date>
    </item>
  </channel>
</rss>

