<?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: Create Z Conversion Routine for domain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797385#M40590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was unsure that if custom conversion routine would require z naming convention however, i see now that it should be the same as standard sap ones with  CONVERSION_EXIT_xxxxx... Thanks Shehryar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked into the alpha routine but I require more complex character manipulation than what alpha can provide. Thanks for the tip though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2004 13:32:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-08-19T13:32:25Z</dc:date>
    <item>
      <title>Create Z Conversion Routine for domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797382#M40587</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;Is it possible to create a custom conversion routine to be used at domain creation?&lt;/P&gt;&lt;P&gt;(i.e. convert a 15 numc to 17 character on input and exit.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP standard is CONVERSION_EXIT_xxxxx_INPUT for input and&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_xxxxx_OUTPUT for output, however, I can't seem to find any documentation on how to create a Z conversion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kevin Liu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2004 21:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797382#M40587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-18T21:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Z Conversion Routine for domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797383#M40588</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;Exits in SAP have a standard naming convention. As SAP documents it, "A conversion routine is identified by its five-place name and is stored as a group of two function modules (CONVERSION_EXIT_xxxxx_INPUT and CONVERSION_EXIT_xxxxx_OUTPUT). The function modules have a fixed naming convention".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So a Z conversion routine wouldn't serve the purpose as it won't be recognized as a conversion exit. Could you please tell why you need a Z conversion routine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 04:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797383#M40588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-19T04:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create Z Conversion Routine for domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797384#M40589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your problem could possibly be solved by conversiion exit ALPHA. Check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tathagata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 04:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797384#M40589</guid>
      <dc:creator>tathagata_sengupta</dc:creator>
      <dc:date>2004-08-19T04:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Z Conversion Routine for domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797385#M40590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was unsure that if custom conversion routine would require z naming convention however, i see now that it should be the same as standard sap ones with  CONVERSION_EXIT_xxxxx... Thanks Shehryar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked into the alpha routine but I require more complex character manipulation than what alpha can provide. Thanks for the tip though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 13:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797385#M40590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-19T13:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Z Conversion Routine for domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797386#M40591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can create customer routines.  According to OSS Note 41474 it is safe to create a function module that has the conversion exit naming standard (Begins with CONVERSION_EXIT*).  You will get a warning that you can ignore.  The important part is to have the first letter of your rountine name begin with Z or Y.  That way you won't have a conflict with SAP.  An example would be:&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_Z0001_INPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2004 13:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797386#M40591</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-08-19T13:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Z Conversion Routine for domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797387#M40592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created routine conversion.&lt;/P&gt;&lt;P&gt;It carryes out quite well in crm system, but when I execute BSP, the field containing the routine has showed empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 17:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-z-conversion-routine-for-domain/m-p/797387#M40592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T17:53:39Z</dc:date>
    </item>
  </channel>
</rss>

