<?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: HELP me in conversion routine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830557#M353999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convesrion Routine is a function module which converts the internal representation of a field to external and vice versa.&lt;/P&gt;&lt;P&gt;For example all the dates are stored in the database as yyyymmdd format. BUt Users cannot understand this format, hence if we use a conversion routine, they can view it in an understandable format.&lt;/P&gt;&lt;P&gt;If there is a Conversion Routine already defined ar domain level, you do not need to call the function module explicitly. The write statement will automatically use Conesrion routine.&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: sy-datum.  "If you see in debug, it would show yyyymmdd format.&lt;/P&gt;&lt;P&gt;But on the display, it will show differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Jan 2007 11:04:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-31T11:04:13Z</dc:date>
    <item>
      <title>HELP me in conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830555#M353997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; what is the purpose of conversion routine,how to define with in the report.plase send some examle report by using conversion routines.&lt;/P&gt;&lt;P&gt;with warm regards,&lt;/P&gt;&lt;P&gt; khadar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 10:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830555#M353997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T10:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: HELP me in conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830556#M353998</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 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;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;&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>Wed, 31 Jan 2007 11:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830556#M353998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T11:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: HELP me in conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830557#M353999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convesrion Routine is a function module which converts the internal representation of a field to external and vice versa.&lt;/P&gt;&lt;P&gt;For example all the dates are stored in the database as yyyymmdd format. BUt Users cannot understand this format, hence if we use a conversion routine, they can view it in an understandable format.&lt;/P&gt;&lt;P&gt;If there is a Conversion Routine already defined ar domain level, you do not need to call the function module explicitly. The write statement will automatically use Conesrion routine.&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: sy-datum.  "If you see in debug, it would show yyyymmdd format.&lt;/P&gt;&lt;P&gt;But on the display, it will show differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 11:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830557#M353999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: HELP me in conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830558#M354000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Khadar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the below links. It addresses both conversion routines and programs.&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;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use conversion routine similar to a function module. &lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Imtiaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 11:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830558#M354000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T11:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: HELP me in conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830559#M354001</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;Go thru this url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 11:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830559#M354001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: HELP me in conversion routine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830560#M354002</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;&lt;/P&gt;&lt;P&gt;A conversion routine conv is represented by two function modules that adhere to the naming convention CONVERSION_EXIT_conv_INPUT|OUTPUT. In these function modules, no statements can be executed that interrupt the program flow or end a SAP LUW. A conversion routine can be assigned to a domain in the ABAP Dictionary. If a screen field refers to a domain with a conversion routine, the system automatically executes the function module ..._INPUT for every input in the relevant screen field and the function module ..._OUTPUT when values are displayed in this screen field and uses the converted content in each case. If a data object refers to such a domain, the function module ..._OUTPUT is executed for the output of the data object in a list and the converted content is displayed.&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>Wed, 31 Jan 2007 11:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-in-conversion-routine/m-p/1830560#M354002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T11:19:49Z</dc:date>
    </item>
  </channel>
</rss>

