<?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: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551731#M854548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_OUTPUT is used to add leading Zeros&lt;/P&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_INPUT is used to truncate leading zeros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2008 11:04:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-24T11:04:18Z</dc:date>
    <item>
      <title>DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551723#M854540</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;&lt;/P&gt;&lt;P&gt; can anybody please explain to me IN DETAIL what is the &lt;STRONG&gt;actual difference between function 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and 'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;WHY WE USE THEM AND WHEN TO USE THEM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE SEND SOME CODE RELATED TO THIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;pankaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551723#M854540</guid>
      <dc:creator>former_member841898</dc:creator>
      <dc:date>2008-03-24T10:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551724#M854541</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;STRONG&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;converts any number into a string fill with zeroes, with the number at the extreme right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALPHA conversion is used especially with account numbers. During conversion from the external to the internal format, the system checks to see if input in the INPUT field is purely numeric, that is, if this input consists only of numbers, possibly with spaces before and after them. If this is the case, then the number string is inserted right- justified in the display field OUTPUT and all spaces to the left of the value are filled with zeroes ('0'). If the input is not purely numeric, it is inserted in the display field from left to right and all extra spaces are filled with blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Input field and output field are both eight characters in length)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. '1234    ' --&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;2. 'ABCD    ' --&amp;gt; 'ABCD    '&lt;/P&gt;&lt;P&gt;3. ' 1234   ' --&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion from the internal to the external format (function module CONVERSION_EXIT_ALPHA_OUTPUT) is undertaken in exactly the opposite manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION_EXIT_ALPHA_OUTPUT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;converts any number with zeroes right into a simple integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; '00001234'--&amp;gt;1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551724#M854541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551725#M854542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT is used to pad 0's to a &lt;/P&gt;&lt;P&gt;variable ..&lt;/P&gt;&lt;P&gt;If 1234 is the input .. and is a 10 char long variable .. the &lt;/P&gt;&lt;P&gt;result of this FM .. 0000001234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_OUTPUT removes the leading &lt;/P&gt;&lt;P&gt;zeroes ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551725#M854542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551726#M854543</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion exit ALPHA, external-&amp;gt;internal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALPHA conversion is used especially with account numbers. During conversion from the external to the internal format, the system checks to see if input in the INPUT field is purely numeric, that is, if this input consists only of numbers, possibly with spaces before and after them. If this is the case, then the number string is inserted right- justified in the display field OUTPUT and all spaces to the left of the value are filled with zeroes ('0'). If the input is not purely numeric, it is inserted in the display field from left to right and all extra spaces are filled with blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Input field and output field are both eight characters in length)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. '1234    ' --&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;2. 'ABCD    ' --&amp;gt; 'ABCD    '&lt;/P&gt;&lt;P&gt;3. ' 1234   ' --&amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion from the internal to the external format (function module CONVERSION_EXIT_ALPHA_OUTPUT) is undertaken in exactly the opposite manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sreekanth.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551726#M854543</guid>
      <dc:creator>former_member253577</dc:creator>
      <dc:date>2008-03-24T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551727#M854544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_INPUT' ................this conversion exit converts the data into internal foramt ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_OUTPUT' ..............this conversion exit converts the data into display format...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these 2 conversion exits r used to convert small letters into capital letters in string...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551727#M854544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551728#M854545</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;  'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;   in this case suppose u have the internal defined material code '123' and u want the output of the code with lead zero&lt;/P&gt;&lt;P&gt;ie. if material code is of 18 digits and number is on 123&lt;/P&gt;&lt;P&gt;then if u use this code u will get 0000000000000123.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the value in the database is stored like leading zeros&lt;/P&gt;&lt;P&gt;then if u pass with out lead zeros to ur select options it wont&lt;/P&gt;&lt;P&gt;pick the value, so inorder to fetch the value u have to pass &lt;/P&gt;&lt;P&gt;with leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this if u pass through leading zero u will get out put with out leading zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551728#M854545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551729#M854546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pankaj,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple just go to SE37 run the FM'S  give the input and execute you ll notice easily..... there are lots of exits in SAP but it depends when we use this.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sunil kairam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 10:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551729#M854546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551730#M854547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversion exit ALPHA, external-&amp;gt;internal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ALPHA conversion is used especially with account numbers. During&lt;/P&gt;&lt;P&gt; conversion from the external to the internal format, the system checks&lt;/P&gt;&lt;P&gt; to see if input in the INPUT field is purely numeric, that is, if this&lt;/P&gt;&lt;P&gt; input consists only of numbers, possibly with spaces before and after&lt;/P&gt;&lt;P&gt; them. If this is the case, then the number string is inserted right-&lt;/P&gt;&lt;P&gt; justified in the display field OUTPUT and all spaces to the left of the&lt;/P&gt;&lt;P&gt; value are filled with zeroes ('0'). If the input is not purely numeric,&lt;/P&gt;&lt;P&gt; it is inserted in the display field from left to right and all extra&lt;/P&gt;&lt;P&gt; spaces are filled with blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (Input field and output field are both eight characters in length)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1.  '1234    '   &amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2.  'ABCD    '   &amp;gt; 'ABCD    '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3.  ' 1234   '   &amp;gt; '00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Conversion from the internal to the external format (function module&lt;/P&gt;&lt;P&gt; CONVERSION_EXIT_ALPHA_OUTPUT) is undertaken in exactly the opposite&lt;/P&gt;&lt;P&gt; manner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551730#M854547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: DIFFERENCE 'CONVERSION_EXIT_ALPHA_INPUT' and 'CONVERSION_EXIT_ALPHA_OUTPUT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551731#M854548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_OUTPUT is used to add leading Zeros&lt;/P&gt;&lt;P&gt;'CONVERSION_EXIT_ALPHA_INPUT is used to truncate leading zeros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 11:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-conversion-exit-alpha-input-and-conversion-exit-alpha-output/m-p/3551731#M854548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T11:04:18Z</dc:date>
    </item>
  </channel>
</rss>

