<?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 routines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944498#M389469</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;A function module which convert the internal representation of a field into its external representation (Depending upon the user settings) and vice versa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : auart like vbak-auart.
 
auart = 'TA'.

CALL FUNCTION 'CONVERSION_EXIT_AUART_INPUT'
  EXPORTING
    input        = auart
 IMPORTING
   OUTPUT        = auart.
 
write:/ auart.

reverse it with 'CONVERSION_EXIT_AUART_OUTPUT'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 15:39:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T15:39:02Z</dc:date>
    <item>
      <title>conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944496#M389467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;what is the conversion routine ,how to define it.&lt;/P&gt;&lt;P&gt;explain me in brief.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 15:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944496#M389467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T15:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944497#M389468</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;refer to the links below:&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;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 15:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944497#M389468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944498#M389469</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;A function module which convert the internal representation of a field into its external representation (Depending upon the user settings) and vice versa. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : auart like vbak-auart.
 
auart = 'TA'.

CALL FUNCTION 'CONVERSION_EXIT_AUART_INPUT'
  EXPORTING
    input        = auart
 IMPORTING
   OUTPUT        = auart.
 
write:/ auart.

reverse it with 'CONVERSION_EXIT_AUART_OUTPUT'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 15:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944498#M389469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T15:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944499#M389470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is coversion routines available in SAP BW. It will help you to understand about conversions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9119290-0201-0010-69af-96fe3bf00243" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9119290-0201-0010-69af-96fe3bf00243&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 15:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944499#M389470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944500#M389471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&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;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 15:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944500#M389471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T15:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944501#M389472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is coversion routines available in SAP BW. It will help you to understand about conversions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9119290-0201-0010-69af-96fe3bf00243" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9119290-0201-0010-69af-96fe3bf00243&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        pradeepvonti kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 15:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944501#M389472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T15:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: conversion routines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944502#M389473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversion routine is used to convert the values from internal to external // external to internal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be maintained at domain level of the field and default conversion routine is ALPHA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will 2 conversion routines one ends with _INPUT and the other ends with _OUTPUT.&lt;/P&gt;&lt;P&gt;All conversion routined starts with CONVERSION_EXIT_*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT    Conversion exit ALPHA, external-&amp;gt;internal   &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_OUTPUT   Conversion exit ALPHA, internal-&amp;gt;external&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 16:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-routines/m-p/1944502#M389473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T16:05:26Z</dc:date>
    </item>
  </channel>
</rss>

