<?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: conversion_exit_alpha_input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925419#M940208</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;It formats the field according SAP Internal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex :&lt;/P&gt;&lt;P&gt;you are giving the Porchase order number as : 1234.&lt;/P&gt;&lt;P&gt;But actually the value which get stored in Data base is : 0000001234.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        input  = v_kunnr&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        output = v_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use the value withoud aading leading zeros, then your query does not work as it has leading zeros in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to pass the value to this function module......so you will get out put with leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep REddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 16:08:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T16:08:27Z</dc:date>
    <item>
      <title>conversion_exit_alpha_input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925416#M940205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of function module 'coversion_exit_alpha_input'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 16:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925416#M940205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T16:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: conversion_exit_alpha_input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925417#M940206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT - converts any number into a string fill with zeroes-right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;input = 123&lt;/P&gt;&lt;P&gt;output = 0000000000000...000000000000123.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For EG:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur updating the table through BDC,LSMW,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur flat file one of the field value is 123, but the table is accepting only with 000000123 , in this scenario we have to use this function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 16:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925417#M940206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: conversion_exit_alpha_input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925418#M940207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Append 0's at the left in a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example..&lt;/P&gt;&lt;P&gt; if u have a &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAta: var(8) value '3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the function you obtain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var = '00000003'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 16:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925418#M940207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T16:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: conversion_exit_alpha_input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925419#M940208</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;It formats the field according SAP Internal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex :&lt;/P&gt;&lt;P&gt;you are giving the Porchase order number as : 1234.&lt;/P&gt;&lt;P&gt;But actually the value which get stored in Data base is : 0000001234.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        input  = v_kunnr&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        output = v_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use the value withoud aading leading zeros, then your query does not work as it has leading zeros in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to pass the value to this function module......so you will get out put with leading zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep REddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 16:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925419#M940208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T16:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: conversion_exit_alpha_input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925420#M940209</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;STRONG&gt;The use of  "CONVERSION_EXIT_ALHA_INPUT" is to add leading zeros.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example consider that in your internal MATNR values are there and its length of only 5(EG: 45231), but if u compare this value to the database table and even if the value in database table it will not match because in database it is stored as 18-digit as (000000000000045231) leading zeros added to the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before compare the MATNR value in your internal table, you need to use "CONVERSION_EXIT_ALHA_INPUT" for the particular field, so that you can get the correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit-alpha-input/m-p/3925420#M940209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:46:05Z</dc:date>
    </item>
  </channel>
</rss>

