<?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: Conversion Exit during RFC call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310340#M1990739</link>
    <description>&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;PS_PSP_PNR Data Element (Work Breakdown Structure Element (WBS Element)) is using Domain PS_POSNR that has Conversion Routine ABPSP.&lt;/P&gt;&lt;P&gt;1-) On BW side if you are using InfoObject or/and InfoObject referenced field / data element (like /BI0/* or /BIC/* then make sure the InfoObject using the same ABPSP Conversion Routine in the definition. As long as the InfoObject using  ABPSP Conversion Routine in BW side then values will be stored in internal format but displayed in external format. That would be the best practice - matching on SAP and BW side and not relying on external format.&lt;/P&gt;&lt;P&gt;2-) If you are using just a regular data element &amp;amp; domain in BW side the same thing either you can make sure the domain has the same ABPSP Conversion Routine then internal &amp;amp; external conversion will be taken care of   OR  you can use function modules in your ABAP for converting between internal and external values:&lt;/P&gt;&lt;P&gt;a-) CONVERSION_EXIT_ABPSP_INPUT Conversion External &amp;gt; Internal WBS Element Number&lt;/P&gt;&lt;P&gt;b-) CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal &amp;gt; External WBS Element Number&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Tuncay&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 17:17:18 GMT</pubDate>
    <dc:creator>TuncayKaraca</dc:creator>
    <dc:date>2021-03-17T17:17:18Z</dc:date>
    <item>
      <title>Conversion Exit during RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310338#M1990737</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
  &lt;P&gt;I have a requirement to call a custom RFC function module and store the data into BW table. We have one filed in the FM output PS_PSP_PNR which is having internal and external format. When I call this FM into BW, I am getting the data in internal format. Can you help me how I can get the external format.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310338#M1990737</guid>
      <dc:creator>former_member710665</dc:creator>
      <dc:date>2021-03-17T16:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit during RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310339#M1990738</link>
      <description>&lt;P&gt;"A remote function module" isn't really helpful. Is is a custom one? Or a standard one? And if it's standard, which one?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 16:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310339#M1990738</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2021-03-17T16:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit during RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310340#M1990739</link>
      <description>&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;PS_PSP_PNR Data Element (Work Breakdown Structure Element (WBS Element)) is using Domain PS_POSNR that has Conversion Routine ABPSP.&lt;/P&gt;&lt;P&gt;1-) On BW side if you are using InfoObject or/and InfoObject referenced field / data element (like /BI0/* or /BIC/* then make sure the InfoObject using the same ABPSP Conversion Routine in the definition. As long as the InfoObject using  ABPSP Conversion Routine in BW side then values will be stored in internal format but displayed in external format. That would be the best practice - matching on SAP and BW side and not relying on external format.&lt;/P&gt;&lt;P&gt;2-) If you are using just a regular data element &amp;amp; domain in BW side the same thing either you can make sure the domain has the same ABPSP Conversion Routine then internal &amp;amp; external conversion will be taken care of   OR  you can use function modules in your ABAP for converting between internal and external values:&lt;/P&gt;&lt;P&gt;a-) CONVERSION_EXIT_ABPSP_INPUT Conversion External &amp;gt; Internal WBS Element Number&lt;/P&gt;&lt;P&gt;b-) CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal &amp;gt; External WBS Element Number&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Tuncay&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 17:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310340#M1990739</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2021-03-17T17:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit during RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310341#M1990740</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;tuncay.karaca&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;Thanks for the answer. In the BW, I am using the regular data element. When I execute the conversion FM's in BW, I am not getting the data where as if I execute in S4, we are getting the data. So, The only way we can get is to do the conversion in S4 and get the data in BW. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;Do we have any setting where we can get the external format as a FM output.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 18:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310341#M1990740</guid>
      <dc:creator>former_member710665</dc:creator>
      <dc:date>2021-03-17T18:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit during RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310342#M1990741</link>
      <description>&lt;P&gt;Praveen, &lt;/P&gt;&lt;P&gt;I see that even tough the FM CONVERSION_EXIT_ABPSP_OUTPUT exists in BW its code has a call function for FM CONVERSION_EXIT_KONPR_OUTPUT which does not exist in BW. Because it seems PS (Project Systems) app not installed in BW.&lt;/P&gt;&lt;P&gt;In this case yes you can do the conversion in S4 and transfer to BW. &lt;/P&gt;&lt;P&gt;Tuncay&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 18:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310342#M1990741</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2021-03-17T18:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit during RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310343#M1990742</link>
      <description>&lt;P&gt;Probably not very performing when called in bulk, but at least it should work: &lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;BAPI_CONVERSION_INT2EXT1&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 17 Mar 2021 19:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-during-rfc-call/m-p/12310343#M1990742</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-03-17T19:21:36Z</dc:date>
    </item>
  </channel>
</rss>

