<?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/1302721#M159004</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;If u have a different input and output parameter in a table field u use a Conversion routine in the Domain level for that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2006 07:50:34 GMT</pubDate>
    <dc:creator>former_member480923</dc:creator>
    <dc:date>2006-05-22T07:50:34Z</dc:date>
    <item>
      <title>Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302720#M159003</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;Waht is a Conversion Routine.?&lt;/P&gt;&lt;P&gt;where we define conversion routines.&lt;/P&gt;&lt;P&gt;how to make use of these routines in my application programming.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Thanks in Advance,&lt;/P&gt;&lt;P&gt;U,khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302720#M159003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302721#M159004</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;If u have a different input and output parameter in a table field u use a Conversion routine in the Domain level for that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302721#M159004</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-05-22T07:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302722#M159005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this for some info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-conversion-programs.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-conversion-programs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302722#M159005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302723#M159006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create conversion routine thru SE37 tcode. Your conversion routine is basically a FM and then attach this routine to the domain of the Z Field.&lt;/P&gt;&lt;P&gt;Conversion takes place when converting the contents of a screen field from display format to SAP-internal format and vice versa and when outputting with the ABAP statement WRITE, depending on the data type of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A conversion routine is identified by its five-place name and is stored as a group of two function modules. The function modules have a fixed naming convention. The following function modules are assigned to conversion routine xxxxx:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_xxxxx_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_xxxxx_OUTPUT&lt;/P&gt;&lt;P&gt;The INPUT module performs the conversion from display format to internal format. The OUTPUT module performs the conversion from internal format to display format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a screen field refers to a domain with a conversion routine, this conversion routine is executed automatically each time an entry is made in this screen field or when values are displayed with this screen field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302723#M159006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302724#M159007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;Depending on the data type of the field, there is a conversion when the contents of a screen field are converted from display format to SAP-internal format and vice versa. If this standard conversion is not suitable, it can be overridden by defining a conversion routine in the underlying domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion routines are identified by a five-place name and are stored as a group of two function modules. The function modules have a fixed naming convention. The following function modules are assigned to conversion routine xxxxx:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_xxxxx_INPUT &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_xxxxx_OUTPUT&lt;/P&gt;&lt;P&gt;The INPUT module converts from display format to internal format, and the OUTPUT module converts from internal format to display format.&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK FOR MORE INFORMATION&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 07:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302724#M159007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T07:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302725#M159008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ubedulla,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It can be best understood with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Example : MATNR (18) characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Say there is one material number&lt;/P&gt;&lt;P&gt;   55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. On selection screen, we just enter&lt;/P&gt;&lt;P&gt;   55 (and not 000000000000000055)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. But in database it is stored with padded zeros.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. So when fetching from database,&lt;/P&gt;&lt;P&gt;   in select query,&lt;/P&gt;&lt;P&gt;   AUTOMATIC CONVERSION HAPPENS&lt;/P&gt;&lt;P&gt;   in the FIELD VALUE&lt;/P&gt;&lt;P&gt;  55=======&amp;gt;000000000000000055&lt;/P&gt;&lt;P&gt;  so that matching record is found&lt;/P&gt;&lt;P&gt;  (other wise if we just search for 55,&lt;/P&gt;&lt;P&gt;   hardcoded in sql, it won't return any record)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. The same thing happens, when we want to &lt;/P&gt;&lt;P&gt;   show the material ON THE SCREEN.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;000000000000000055=======&amp;gt;55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (The variable contians all zeros and 55,&lt;/P&gt;&lt;P&gt;  but on screen only 55 is shown)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. THIS KIND OF AUTOMATIC CONVESION,&lt;/P&gt;&lt;P&gt;   IS SAP TECHNOLOGY&lt;/P&gt;&lt;P&gt;   FOR EASE OF USE PURPOSE ONLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. Such conversions (automatic)&lt;/P&gt;&lt;P&gt;  are done thru special function modules,&lt;/P&gt;&lt;P&gt;  which are called conversion routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. We can use this FM just like a normal FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 08:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302725#M159008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T08:33: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/1302726#M159009</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 routines are used to convert data from source systems to BW compatible data&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/2b/e9a20d3347b340946c32331c96a64e/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/2b/e9a20d3347b340946c32331c96a64e/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chek this link for more info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1413170"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 08:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/1302726#M159009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T08:45:04Z</dc:date>
    </item>
  </channel>
</rss>

