<?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 Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670986#M1447896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT PSPNR "WBS Element No.&lt;/P&gt;&lt;P&gt;           POST1&lt;/P&gt;&lt;P&gt;           PSPHI&lt;/P&gt;&lt;P&gt;           AKSTL&lt;/P&gt;&lt;P&gt;           FROM PRPS INTO TABLE IT_PRPS&lt;/P&gt;&lt;P&gt;           FOR ALL ENTRIES IN IT_PROJ&lt;/P&gt;&lt;P&gt;           WHERE "PSPHI EQ IT_PROJ-PSPNR*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting conversion error when i pass  pspnr from PROJ into PSPHI of PRPS manually via SE11 to check the data avialiable.&lt;/P&gt;&lt;P&gt;I guess there is some problem in FM CONVERSION_EXIT_ABPSP_OUTPUT. Can anyone tell how to proceed in the Program ?&lt;/P&gt;&lt;P&gt;wat kinda Programming to be followed ??&lt;/P&gt;&lt;P&gt;pls assist .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 06:00:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-25T06:00:44Z</dc:date>
    <item>
      <title>Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670986#M1447896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT PSPNR "WBS Element No.&lt;/P&gt;&lt;P&gt;           POST1&lt;/P&gt;&lt;P&gt;           PSPHI&lt;/P&gt;&lt;P&gt;           AKSTL&lt;/P&gt;&lt;P&gt;           FROM PRPS INTO TABLE IT_PRPS&lt;/P&gt;&lt;P&gt;           FOR ALL ENTRIES IN IT_PROJ&lt;/P&gt;&lt;P&gt;           WHERE "PSPHI EQ IT_PROJ-PSPNR*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting conversion error when i pass  pspnr from PROJ into PSPHI of PRPS manually via SE11 to check the data avialiable.&lt;/P&gt;&lt;P&gt;I guess there is some problem in FM CONVERSION_EXIT_ABPSP_OUTPUT. Can anyone tell how to proceed in the Program ?&lt;/P&gt;&lt;P&gt;wat kinda Programming to be followed ??&lt;/P&gt;&lt;P&gt;pls assist .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 06:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670986#M1447896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T06:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670987#M1447897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using Function module CONVERSION_EXIT_ABPSP_OUTPUT use this function module CONVERSION_EXIT_KONPD_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may solve your issue i think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 06:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670987#M1447897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T06:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670988#M1447898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right, this problem is due to conversion routine attached at the domain level of these two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see the values directly, instead of SE11 or SE16 use the transaction SE16N. Copy the values of proj-pspnr received from SE16N into prps table input (now you may use se16 or se11). I tried and I can see the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if there should be a problem in programing as well. If there is some problem with "WHERE "PSPHI EQ IT_PROJ-PSPNR" ; use the FMs CONVERSION_EXIT_KONPD_INPUT,  CONVERSION_EXIT_KONPD_OUTPUT  before the select statement on proj-pspnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 06:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670988#M1447898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T06:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670989#M1447899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CONVERSION_EXIT_KONPD_INPUT and then pass to the select query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 06:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670989#M1447899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T06:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670990#M1447900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following before using FOR ALL ENTRIES on the second select statement, just loop across the internal table and pass the value of PSPNR from IT_PROJ in the conversion routine that is applied on it and then modify each record. Then try to use the modified internal table in the select query with for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 08:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670990#M1447900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T08:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error-CONVERSION_EXIT_ABPSP_OUTPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670991#M1447901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;f&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 09:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-conversion-exit-abpsp-output/m-p/6670991#M1447901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T09:35:13Z</dc:date>
    </item>
  </channel>
</rss>

