<?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: Catch error in FM CONVERSION_EXIT_ABPSP_INPUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957419#M1694675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING INPUT = &amp;lt; Variable&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPORTING OUTPUT = &amp;lt;Variable&amp;gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt; ERROR_MESSAGE = 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2012 14:24:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-05T14:24:44Z</dc:date>
    <item>
      <title>Catch error in FM CONVERSION_EXIT_ABPSP_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957418#M1694674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am using the FM&amp;nbsp; CONVERSION_EXIT_ABPSP_INPUT to convert the External WBS to&amp;nbsp; Internal format of WBS, in order to create Internal order from it.&lt;/P&gt;&lt;P&gt;This is being done in Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when we have an incorrect entry of WBS given to this FM, it gives error in the status bar- 'In one section there is no number. "X.00000.00000.00.00.00.0'&lt;/P&gt;&lt;P&gt;As I am looping on to the number of records, records after this incorrect WBS does not get processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how can I capture the error for that WBS &amp;amp; proceed to next records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957418#M1694674</guid>
      <dc:creator>vinay_pasalkar</dc:creator>
      <dc:date>2012-09-05T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Catch error in FM CONVERSION_EXIT_ABPSP_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957419#M1694675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING INPUT = &amp;lt; Variable&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; INPORTING OUTPUT = &amp;lt;Variable&amp;gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt; ERROR_MESSAGE = 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 14:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957419#M1694675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-05T14:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Catch error in FM CONVERSION_EXIT_ABPSP_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957420#M1694676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I got the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957420#M1694676</guid>
      <dc:creator>vinay_pasalkar</dc:creator>
      <dc:date>2012-09-05T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Catch error in FM CONVERSION_EXIT_ABPSP_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957421#M1694677</link>
      <description>&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;I know this post is a history now. But what solution had you found.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arya&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 12:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957421#M1694677</guid>
      <dc:creator>former_member1261643</dc:creator>
      <dc:date>2021-03-19T12:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Catch error in FM CONVERSION_EXIT_ABPSP_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957422#M1694678</link>
      <description>&lt;P&gt;H Arya, add EXCEPTIONS MESSAGE_ERROR = 99&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 13:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catch-error-in-fm-conversion-exit-abpsp-input/m-p/8957422#M1694678</guid>
      <dc:creator>silver1</dc:creator>
      <dc:date>2021-12-09T13:50:24Z</dc:date>
    </item>
  </channel>
</rss>

