<?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: need to create SPECIAL CONVERSION ROUTINE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685720#M621122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use same routine in multiple places then you can create using Se37 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not you need to use that logic into only one place then implement in directly your user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any any case if you create in SE37 then it will be reusablitity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 15:12:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T15:12:25Z</dc:date>
    <item>
      <title>need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685716#M621118</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;I need to create SPECIAL CONVERSION ROUTINE for conversion of a numeric field, it will be used for MastData transfering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is inbound user exit and conversion rule is the following: The receiver field is converted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What tcode to use for creating such exit and what are the steps? I have never done it before, so do not know how to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will reward,&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 14:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685716#M621118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T14:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685717#M621119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;name of it should look like CONVERSION_EXIT_&amp;amp;_INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; - name of conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 14:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685717#M621119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685718#M621120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be clear about your requirement, whether you want to implement a user exit or create a conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion routine can be given at the domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for your requirement there is no need to create any conversion exit, use move x to y. statement which will take care of conversions ( if it is the case of just numerics).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if usefull.&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;Veerendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685718#M621120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685719#M621121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a User Exit for let's say changing one character in a string (string consists of numbers, but this is not important).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as I understand, I have to create simple FM via se37, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685719#M621121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685720#M621122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use same routine in multiple places then you can create using Se37 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not you need to use that logic into only one place then implement in directly your user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any any case if you create in SE37 then it will be reusablitity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685720#M621122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685721#M621123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have troubles when creating FM via se37, because when I try to create for example FM CONVERSION_EXIT_ZVAKEY_INPUT, SAP does not allow to do it and sais that this name is reserved, even if I try to use other name for FM....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685721#M621123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685722#M621124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Custome type of Function module start with Z* or Y* ,you should use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zconv* like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685722#M621124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685723#M621125</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;Please use naming convention starting with Z* or Y* as Seshu mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for step by step creating function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm&lt;/A&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685723#M621125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685724#M621126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same problem with ZCONVERSION_EXIT_VAKEY_INPUT or ZCONVERSION_EXIT_ZVAKEY_INPUT - SAP sais that names are reserved...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685724#M621126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685725#M621127</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;It is just a warning message ... press enter to continue your coding.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685725#M621127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685726#M621128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just information message ,while creating FM ,you get pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to give Function group,so function group should start with Z* or Y*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685726#M621128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685727#M621129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does not work out... created Z function group and try to name my FM as ZCONVERSION_EXIT_VAKEY_INPUT, but SAP sais the same and it is blue warning, so even if I press Enter I can not continue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685727#M621129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685728#M621130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyway, I was thinking FM should look like CONVERSION_EXIT_&amp;amp;_INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; - name of &amp;lt;b&amp;gt;conversion routine&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe is other way to create conversion routine (user exit)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685728#M621130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685729#M621131</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;It works fine for me ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create new function group start with Z*.&lt;/P&gt;&lt;P&gt;Path: SE37 -&amp;gt; Goto -&amp;gt; Function groups -&amp;gt; Create group -&amp;gt; .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create new function module start with Z*.&lt;/P&gt;&lt;P&gt;Path: SE37 -&amp;gt; Enter new function module (i.e. ZCONVERSION_EXIT_VAKEY_INPUT) -&amp;gt; Click on create button -&amp;gt; Enter function group to assign and description -&amp;gt; Click on continue button -&amp;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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 15:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685729#M621131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T15:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: need to create SPECIAL CONVERSION ROUTINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685730#M621132</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;Another option, you can write an abap program that contains subroutine form. &lt;/P&gt;&lt;P&gt;Add your logic conversion inside the subroutine form and call this subroutine from other program to get the conversion result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Syntax:
PERFORM form IN PROGRAM prog.

Options: 
1. ... TABLES   itab1 itab2 ... 

2. ... USING    u1 u2 u3 ... 

3. ... CHANGING c1 c2 c3 ... 

4. ... IF FOUND 
&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, 09 Aug 2007 16:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-to-create-special-conversion-routine/m-p/2685730#M621132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T16:04:48Z</dc:date>
    </item>
  </channel>
</rss>

