<?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 Conversion using CONVERSION_EXIT_ALPHA_INPUT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790404#M911708</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; When i am using BAPI_SALESORDER_CREATEFROMDAT2 , i got to know for some fields i have to use &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT for getting correcting value . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we use CONVERSION_EXIT_ALPHA_INPUT and for what fields we use this , Since when i gone thru the&lt;/P&gt;&lt;P&gt;Return (bapiret2) i got to know this . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain Please .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 01:07:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T01:07:50Z</dc:date>
    <item>
      <title>Conversion using CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790404#M911708</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; When i am using BAPI_SALESORDER_CREATEFROMDAT2 , i got to know for some fields i have to use &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT for getting correcting value . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why we use CONVERSION_EXIT_ALPHA_INPUT and for what fields we use this , Since when i gone thru the&lt;/P&gt;&lt;P&gt;Return (bapiret2) i got to know this . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain Please .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 01:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790404#M911708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T01:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion using CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790405#M911709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Hi,&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;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 01:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790405#M911709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T01:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion using CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790406#M911710</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;check documentation for CONVERSION_EXIT_ALPHA_INPUT in SE37. It is well described there. Basically you have to use it for all document number fields because doc number '123' is not same as '00123'. This was just simple example.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 01:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790406#M911710</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-05-06T01:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion using CONVERSION_EXIT_ALPHA_INPUT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790407#M911711</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;just to understand the concept let me givbe an example. Go to se11--&lt;DEL&gt;&amp;gt;mara&lt;/DEL&gt;&lt;DEL&gt;-&amp;gt;Double click ob field type MATNR which will take you to the domain MATNR&lt;/DEL&gt;-&amp;gt;Double click on Domain MATNR. Now under 'Output Charasteristic' take note of conversion routine where MATN1 is visible. Just double click on it Which will display 2 routines CONVERSION_EXIT_MATN1_INPUT &amp;amp; OUTPUT. So whenever there is a routine present at the domain level for all those fields you will have to use the CONVERSION_EXITS. Conversion Exit &lt;U&gt;INPUT is to convert the data keyed in by the user or coming from flat file input into a foramt which is used to stote this in SAP. CONVERSION&lt;/U&gt;EXIT_MATN1_OUTPUT will be to display the values after converting it from SAP Internal format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clarifies the matter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 03:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-using-conversion-exit-alpha-input/m-p/3790407#M911711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T03:44:24Z</dc:date>
    </item>
  </channel>
</rss>

