<?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 Routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373384#M1402228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain what are the conversion routines are for?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2009 04:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-11T04:19:56Z</dc:date>
    <item>
      <title>Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373384#M1402228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone explain what are the conversion routines are for?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 04:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373384#M1402228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T04:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373385#M1402229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&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;if standard conversion is not suitable, it can be overridden by specifying a conversion routine in the underlying domain. &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.  &lt;/P&gt;&lt;P&gt;The function modules have a fixed naming convention. &lt;/P&gt;&lt;P&gt;The following function modules are assigned to conversion routine xxxxx: &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 &lt;/P&gt;&lt;P&gt;the conversion from internal format to display format.  &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;P&gt;&lt;/P&gt;&lt;P&gt;hope this will surely help you !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Punit Raval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 04:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373385#M1402229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T04:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373386#M1402230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Covversion routines are used to convert from external display format to internal storage format and vice-versa. Requirement of these conversion routines is due to vast increase in the number of different values to be stored in the database for a particular domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;domain for the language field spras is char data type length 1.&lt;/P&gt;&lt;P&gt;Internally it is stored as single character field but for for external display it displays corresponding lang.&lt;/P&gt;&lt;P&gt;for details, [conversion|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="391817"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search in SDN u will get a lot of material on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 05:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373386#M1402230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T05:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373387#M1402231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this sap help&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From next time please do search the forums once before posting a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 06:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373387#M1402231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T06:50: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/6373388#M1402232</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 with the followng links&lt;/P&gt;&lt;P&gt;[Conversion routines|http://help.sap.com/saphelp_nw04/helpdata/en/2b/e9a20d3347b340946c32331c96a64e/content.htm]&lt;/P&gt;&lt;P&gt;[How to use conversion routine for a field|http://wiki.sdn.sap.com/wiki/display/Snippets/How&lt;EM&gt;to&lt;/EM&gt;find&lt;EM&gt;a&lt;/EM&gt;conversion&lt;EM&gt;routine&lt;/EM&gt;&lt;EM&gt;for&lt;/EM&gt;any+field.]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helsp you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 08:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routine/m-p/6373388#M1402232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T08:26:42Z</dc:date>
    </item>
  </channel>
</rss>

