<?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 Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383026#M186739</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 these abour conversion exits from 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;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/33/206bc8012e11d3b495006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/33/206bc8012e11d3b495006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/sapfans/forum/devel/messages/31053.html" target="test_blank"&gt;http://www.sapfans.com/sapfans/forum/devel/messages/31053.html&lt;/A&gt;&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>Thu, 29 Jun 2006 07:16:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T07:16:07Z</dc:date>
    <item>
      <title>Conversion Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383021#M186734</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; Can u explain about conversion exit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 06:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383021#M186734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T06:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383022#M186735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. From Screen field -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt; actual variable field&lt;/P&gt;&lt;P&gt;    and vice versa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Purchase Order TAble - EKKO&lt;/P&gt;&lt;P&gt;    Field is - EBELN&lt;/P&gt;&lt;P&gt;    DOMAIN IS  EBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If we want to see purchase order number 5,&lt;/P&gt;&lt;P&gt;   we just enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   5&lt;/P&gt;&lt;P&gt;  on the selecton screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. But in actual database, it is stored as &lt;/P&gt;&lt;P&gt;   0000000005  (nine zeros, 5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. If the SQL query is directly fired with only 5,&lt;/P&gt;&lt;P&gt;   then  we won't get any record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. so this automatic conversion,&lt;/P&gt;&lt;P&gt;   FOR DISPLAY PURPOSE &amp;lt;----&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt; FOR SQL PURPOSE&lt;/P&gt;&lt;P&gt;   IS DONE AUTOMTICALLY BY&lt;/P&gt;&lt;P&gt;   CONVERSION ROUTINES / EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. THEY ARE NOTHING BUT RELATED FUNCTION MODULES,&lt;/P&gt;&lt;P&gt;   which &lt;/P&gt;&lt;P&gt;   take care about the leading Zeroes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 29 Jun 2006 06:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383022#M186735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383023#M186736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use a conversion exit to define a jump to a conversion routine for a column of your output table. As the exit we specify the &amp;lt;conv&amp;gt; part of a function module called CONVERSION_EXIT_ &amp;lt;conv&amp;gt; _OUTPUT . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you can use conversion exit ALPHA (see function module CONVERSION_EXIT_ALPHA_OUTPUT ) to suppress leading zeros of account numbers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    input         = '00000123'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT        = data&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;Dta will contain 123 as output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conversion exit is also implemented through WRITE addition USING EDIT MASK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 06:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383023#M186736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383024#M186737</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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Conversion Routine&amp;lt;/b&amp;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;&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;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Rajesh Yadla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 06:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383024#M186737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T06:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383025#M186738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A conversion exit is a called routine that formats the output. An edit mask that begins with == followed by a four-character ID calls a function module that formats the output. That four-character ID is known as a conversion exit, or conversion routine. (Function modules are covered in a subsequent chapter, but, for now, think of a function module as a subroutine within another program.) The name of the function module will be CONVERSION_EXIT_XXXX_OUTPUT, where XXXX is the four-character id that follows ==. For example, write '00001000' using edit mask '==ALPHA' calls the function module CONVERSION_EXIT_ALPHA_OUTPUT. The write statement passes the value first to the function module, which changes it in any desired way and then returns the changed value, and that value is written out. This particular exit (ALPHA) examines the value to determine whether it consists entirely of numbers. If it does, leading zeros are stripped and the number is left-justified. Values containing non-numerics are not changed by ALPHA. SAP supplies about 60 conversion exits for various formatting tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion exits are particularly useful for complex formatting tasks that are needed in more than one program. To illustrate, the conversion exit CUNIT automatically converts the code representing a unit of measure into a description meaningful in the current logon language. For example, within R/3, the code for a crate of materials is KI. (KI is an abbreviation of kiste, the German word for "box.") However, CUNIT converts KI to the English mnemonic CR. Therefore, when logged on in English, write: '1', 'KI' using edit mask '==CUNIT'. writes 1 CR. For a user signed on in German, the output would be 1 KI. Using such a conversion exit enables a standard set of codes stored in the database to be automatically converted to be meaningful to the current logon language whenever output to a report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion Routines within a Domain&lt;/P&gt;&lt;P&gt;A conversion exit can also be placed into the Convers. Routine field in a domain. The exit is inherited by all fields that use that domain, and will be automatically applied when the value is written out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 06:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383025#M186738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T06:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383026#M186739</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 these abour conversion exits from 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;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/33/206bc8012e11d3b495006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/33/206bc8012e11d3b495006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/sapfans/forum/devel/messages/31053.html" target="test_blank"&gt;http://www.sapfans.com/sapfans/forum/devel/messages/31053.html&lt;/A&gt;&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>Thu, 29 Jun 2006 07:16:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-exit/m-p/1383026#M186739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T07:16:07Z</dc:date>
    </item>
  </channel>
</rss>

