<?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: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990409#M1342419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not better or worse, it's different. Try v_variable = '000ABCDE'.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2009 12:44:27 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2009-08-14T12:44:27Z</dc:date>
    <item>
      <title>CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990407#M1342417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is SHIFT  v_variable LEFT DELETING LEADING '0' better than CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'.&lt;/P&gt;&lt;P&gt;Please reply with reasons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nitu Kumari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 08:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990407#M1342417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990408#M1342418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is certainly a significant performance difference - of course that will only be meaningful with mass processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a test with 1 million iterations using input field '000000012345':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- SHIFT LEFT: 160 ms average&lt;/P&gt;&lt;P&gt;- call function: 1950 ms average&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 11:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990408#M1342418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T11:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990409#M1342419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not better or worse, it's different. Try v_variable = '000ABCDE'.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 12:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990409#M1342419</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-08-14T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990410#M1342420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The important thing is that the logic is different in both, so which to use depends on your specific requirements. If I know the string will only contain numerics, I generally avoid the exit. (But then I have gotten in trouble when the string suddenly contained alphas.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 13:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990410#M1342420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990411#M1342421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calling a function module would have a greater cost performance vise, however you are splitting hairs here. The difference will not be tangible unless you are processing a huge number of records. Ideally when you process such a large volume of records (so as to have a tangible difference) you would be doing it in a background processing run not in the foreground because it could time out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not really matter.  Take your pick. The function module gives you the convenience of re-using a tried and tested logic. Re-inventing the wheel would cost you more in terms of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2009 14:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990411#M1342421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-14T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990412#M1342422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nitu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Output will be same and code written inside will be similar. The additional thing in calling Function module is time taking. so SHIFT LEFT DELETING is suggestable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 11:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990412#M1342422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990413#M1342423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try executing the below code, you can see the difference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATA: V_VAR TYPE CHAR20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_VAR = '001234'.&lt;/P&gt;&lt;P&gt;SHIFT v_var LEFT DELETING LEADING '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'NUMERIC:SHIFT', V_VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_VAR = '001234'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = V_VAR&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = V_VAR&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'NUMERIC:EXIT', V_VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_VAR = '00ABCD'.&lt;/P&gt;&lt;P&gt;SHIFT v_var LEFT DELETING LEADING '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'CHAR:SHIFT', V_VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_VAR = '00ABCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INPUT         = V_VAR&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = V_VAR&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE:/ 'CHAR:EXIT', V_VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest to remove the 0s manually with 'SHIFT' instead of EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sripal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 09:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990413#M1342423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990414#M1342424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hello Nitu,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;        Output will be same and code written inside will be similar. The additional thing in calling Function module is time taking. so SHIFT LEFT DELETING is suggestable&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's incorrect. Try doing both with '12345678' and '1234ABCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 13:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-conversion-exit-alpha-output/m-p/5990414#M1342424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T13:44:42Z</dc:date>
    </item>
  </channel>
</rss>

