<?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 Function CONVERSION_EXIT_ALPHA_INPUT does not works if characters are prefixed with digits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-conversion-exit-alpha-input-does-not-works-if-characters-are/m-p/9114800#M1707220</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;I have a variable defined of character type &amp;amp; length 16. I have stored 3 digits which are prefixed with 3 characters. Ex: ABC123. Now I want to add leading zeroes to make it 16 digit long. Ex: 0000000000ABC123. I tried using function CONVERSION_EXIT_ALPHA_INPUT, but it does not worked. Can anyone suggest me some other function module or way to tackle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Randhir Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 16:20:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-13T16:20:02Z</dc:date>
    <item>
      <title>Function CONVERSION_EXIT_ALPHA_INPUT does not works if characters are prefixed with digits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-conversion-exit-alpha-input-does-not-works-if-characters-are/m-p/9114800#M1707220</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;I have a variable defined of character type &amp;amp; length 16. I have stored 3 digits which are prefixed with 3 characters. Ex: ABC123. Now I want to add leading zeroes to make it 16 digit long. Ex: 0000000000ABC123. I tried using function CONVERSION_EXIT_ALPHA_INPUT, but it does not worked. Can anyone suggest me some other function module or way to tackle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Randhir Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-conversion-exit-alpha-input-does-not-works-if-characters-are/m-p/9114800#M1707220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function CONVERSION_EXIT_ALPHA_INPUT does not works if characters are prefixed with digits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-conversion-exit-alpha-input-does-not-works-if-characters-are/m-p/9114801#M1707221</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;That code resolved your issue .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA: lv_char&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;16&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;lv_char &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ABC123'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;SHIFT &lt;/SPAN&gt;lv_char RIGHT&amp;nbsp; DELETING TRAILING SPACE.&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;OVERLAY &lt;/SPAN&gt;lv_char &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0000000000000000' .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 16:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-conversion-exit-alpha-input-does-not-works-if-characters-are/m-p/9114801#M1707221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T16:37:41Z</dc:date>
    </item>
  </channel>
</rss>

