<?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: func. module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094168#M979017</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;'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these function modules are used to compress or get leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: material no: 123456789.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can get 000000000123456789.since 18 is length of matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 11:42:42 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-07-03T11:42:42Z</dc:date>
    <item>
      <title>func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094162#M979011</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;why we use this function module in our programm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks jAYANT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094162#M979011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094163#M979012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONVERSION_EXIT_ALPHA_INPUT
____________________________________________________
Short Text
Conversion exit ALPHA, external-&amp;gt;internal

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.

Example:

(Input field and output field are both eight characters in length)

1. '1234    ' --&amp;gt; '00001234'
2. 'ABCD    ' --&amp;gt; 'ABCD    '
3. ' 1234   ' --&amp;gt; '00001234'

Conversion from the internal to the external format (function module CONVERSION_EXIT_ALPHA_OUTPUT) is undertaken in exactly the opposite manner.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094163#M979012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094164#M979013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a convertion routine to insert data, for example, in database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program you have material like '1000000001'. With that FM, it will transform to '000000001000000001', which is the internal format of the field in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094164#M979013</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-07-03T11:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094165#M979014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;converts any number into a string fill with zeroes, with the number at the extreme right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094165#M979014</guid>
      <dc:creator>former_member654348</dc:creator>
      <dc:date>2008-07-03T11:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094166#M979015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is used to convert the  external format no to internal format number.&lt;/P&gt;&lt;P&gt;for more details see the FM documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094166#M979015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094167#M979016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this function adds leading ZEROS before a value...search in SDN with FM name...u will get sufficient info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094167#M979016</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-03T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094168#M979017</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;'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these function modules are used to compress or get leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: material no: 123456789.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can get 000000000123456789.since 18 is length of matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094168#M979017</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-07-03T11:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094169#M979018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It adds leading zeroes for the given value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if u pass VBELN value 78...&lt;/P&gt;&lt;P&gt;it returns 0000000078.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094169#M979018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094170#M979019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM--&amp;gt; CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;It converts any number into a string fill with zeroes, with the number at the extreme right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094170#M979019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094171#M979020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For Example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include the necessary characters at SPRO, permitted extra characters.like '.,()-\/#&amp;amp;[]{}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also I have used the conversion routine CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' for this infoobject.&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;input = TRAN_STRUCTURE-PTXZ01&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;OUTPUT = RESULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094171#M979020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: func. module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094172#M979021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion routines are function modules used to convert the user input values into format in which the actual values are stored in database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;material number.... you enter 38 in your selection screen.... but in your database table it is stored as 000000000000000038 The end user entering the value doesnt know what is the internal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such a case conversion exits are used to convert the value given into internal format and also internal format back to display format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conversion_exit_alpha_input..... converts input to internal format&lt;/P&gt;&lt;P&gt;38  ....  000000000000000038&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conversion_exit_alpha_output ... converts internal format to display format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000000000000000038 to 38&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;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/func-module/m-p/4094172#M979021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:57:58Z</dc:date>
    </item>
  </channel>
</rss>

