<?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: alpha conversion usage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676885#M298507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what Alpha Conversion does:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;The ALPHA conversion is used in the BW system for each presetting for character characteristics. The ALPHA conversion routine is registered automatically when a characteristic is created. If you do not want to use this routine, you have to remove it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALPHA conversion routine is used, for example, with account numbers or document numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions&lt;/P&gt;&lt;P&gt;When converting from an external into an internal format this checks whether the entry in the INPUT field is wholly numerical, whether it consists of digits only, possibly with blank spaces before and/or after.   If yes, the sequence of digits is copied to the OUTPUT field, right-aligned, and the space on the left is filled with zeros (&amp;#145;0&amp;#146;). Otherwise the sequence of digits is copied to the output field from left to right and the space to the right remains blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For conversions from an internal to an external format (function module CONVERSION_EXIT_ALPHA_OUTPUT) the process is reversed. Blank characters on the left-hand side are omitted from the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Input and output fields are each 8 characters long.  A conversion from an external to an internal format takes place:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      '1234 ' ®'00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      'ABCD ' ® 'ABCD '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 04:49:14 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2006-11-28T04:49:14Z</dc:date>
    <item>
      <title>alpha conversion usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676883#M298505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if use use alpha conversion for a domain of length 4 and type c.&lt;/P&gt;&lt;P&gt;and what happens if we don't use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;preeti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 19:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676883#M298505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T19:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: alpha conversion usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676884#M298506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link perhaps it may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9b/f9c18f5a07f0459127e9676ae22a54/content.htm&lt;/A&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 19:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676884#M298506</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-11-27T19:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: alpha conversion usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676885#M298507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what Alpha Conversion does:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;The ALPHA conversion is used in the BW system for each presetting for character characteristics. The ALPHA conversion routine is registered automatically when a characteristic is created. If you do not want to use this routine, you have to remove it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALPHA conversion routine is used, for example, with account numbers or document numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions&lt;/P&gt;&lt;P&gt;When converting from an external into an internal format this checks whether the entry in the INPUT field is wholly numerical, whether it consists of digits only, possibly with blank spaces before and/or after.   If yes, the sequence of digits is copied to the OUTPUT field, right-aligned, and the space on the left is filled with zeros (&amp;#145;0&amp;#146;). Otherwise the sequence of digits is copied to the output field from left to right and the space to the right remains blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For conversions from an internal to an external format (function module CONVERSION_EXIT_ALPHA_OUTPUT) the process is reversed. Blank characters on the left-hand side are omitted from the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Input and output fields are each 8 characters long.  A conversion from an external to an internal format takes place:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1.      '1234 ' ®'00001234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       2.      'ABCD ' ® 'ABCD '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 04:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676885#M298507</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-11-28T04:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: alpha conversion usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676886#M298508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u use conversion_exit_alpha_input ,  &lt;/P&gt;&lt;P&gt;          if the value is   4 , this will convert to 0004 , if it is of length 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u use conversion_exit_alpha_output ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           if the value is 0004 , it will convert to 4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 04:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676886#M298508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T04:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: alpha conversion usage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676887#M298509</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;chk this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data :wf_version(4).

wf_version ='4'.

CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
            EXPORTING
              input  = wf_version
            IMPORTING
              output = wf_version.

output =&amp;gt; wf_version = 0004&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 04:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alpha-conversion-usage/m-p/1676887#M298509</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-28T04:58:47Z</dc:date>
    </item>
  </channel>
</rss>

