<?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: Dynamic coding depending on SAP release in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672840#M617245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will not be able to deactivate the line of source code depending on release.  If you know the target release is 46c and it is coming from 4.7,  you would need to have the ENCODING entension in 4.7 and transport it.  Mostly likely the activation on the 46c will fail at which point you would need to open that system and manually change that line of code to not have the ENCODING extention.  These are the kinds of issues that you will face when transporting between to different releasese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 14:27:02 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-08-20T14:27:02Z</dc:date>
    <item>
      <title>Dynamic coding depending on SAP release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672838#M617243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @ll,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a program in a 4.7 release where I have to use the OPEN DATASET statement with the addition ENCODING. Now this programm should be transported to a 4.6c release and I get errors because the addition ENCODING is not allowed because it's unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it somehow possible to activate resp. deactivate the ENCODING statement depending on the release version? Is there a system field available containing the SAP release version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 14:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672838#M617243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic coding depending on SAP release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672839#M617244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SAPRL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahehs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 14:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672839#M617244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic coding depending on SAP release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672840#M617245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will not be able to deactivate the line of source code depending on release.  If you know the target release is 46c and it is coming from 4.7,  you would need to have the ENCODING entension in 4.7 and transport it.  Mostly likely the activation on the 46c will fail at which point you would need to open that system and manually change that line of code to not have the ENCODING extention.  These are the kinds of issues that you will face when transporting between to different releasese.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 14:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672840#M617245</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-20T14:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic coding depending on SAP release</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672841#M617246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello this is not possible, I also had a similar problem.&lt;/P&gt;&lt;P&gt;There is no way out than changing the coding in respective release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amarjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 14:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-coding-depending-on-sap-release/m-p/2672841#M617246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T14:45:29Z</dc:date>
    </item>
  </channel>
</rss>

