<?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 routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789289#M339644</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;there is no conversion exit already existing in SE11.&lt;/P&gt;&lt;P&gt;The FM , CONVERSION &lt;U&gt;EXIT&lt;/U&gt;ALPHA_INPUT cannot be used in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try assigning it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone&lt;/P&gt;&lt;P&gt;Sruthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 05:26:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-18T05:26:38Z</dc:date>
    <item>
      <title>Conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789285#M339640</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 conversion routine is required to convert a field of TYPE, RAW 16 to a field of CHAR 34? The same data is stored in a field in a table as RAW 16, but in another table, the same data is stored in another field as CHAR 34. I want to compare both these fields but they are of different types. Is there any conversion routine which will serve this purpose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sruthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789285#M339640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T05:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789286#M339641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sruthy,&lt;/P&gt;&lt;P&gt;Try Using the FM CONVERSION_EXIT_ALPHA_INPUT for converting RAW 16 to CHAR 34 or vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789286#M339641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T05:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789287#M339642</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;try to use the below function mdules..&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;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789287#M339642</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2006-12-18T05:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789288#M339643</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;for the field u r referring to is there any converison routine already present in the dataelement . plz check this is ur se11 for that field .if a routine is already there then u can use that ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else .&lt;/P&gt;&lt;P&gt;use Fm &lt;/P&gt;&lt;P&gt;conversion_exit_alpha_input by passing the field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note that this Fm is for character type only .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789288#M339643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T05:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789289#M339644</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;there is no conversion exit already existing in SE11.&lt;/P&gt;&lt;P&gt;The FM , CONVERSION &lt;U&gt;EXIT&lt;/U&gt;ALPHA_INPUT cannot be used in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try assigning it directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone&lt;/P&gt;&lt;P&gt;Sruthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 05:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1789289#M339644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T05:26:38Z</dc:date>
    </item>
  </channel>
</rss>

