<?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: Error using SHIFT statement when migrating program from R/3 4.7 to ECC6.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247044#M1527085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;We don't know why was this code written. We are just moving the object from R/3 4.7 to ECC 6.0 and fixing the errors.&lt;/P&gt;&lt;P&gt;Could you please let me know "What it means to SHIFT a floating point variable by some spaces"? .&lt;/P&gt;&lt;P&gt;This i am asking because SHIFT RIGHT generally means to shif the value to the right by some spaces i.e. inserting space at the starting.&lt;/P&gt;&lt;P&gt;But in case of floating point it change the value itself. If you can tell me then i can find an alternative solution to get the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Sep 2010 11:08:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-19T11:08:59Z</dc:date>
    <item>
      <title>Error using SHIFT statement when migrating program from R/3 4.7 to ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247042#M1527083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SHIFT statement is giving following error in ECC6.0 but the same is warning in R/3 4.7.&lt;/P&gt;&lt;P&gt;"Floating point variable can not be used with SHIFT statement.".&lt;/P&gt;&lt;P&gt;Statement is - SHIFT itab-f1 by 5 places where f1 is a floting point field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We passed the value in string variable and used in the SHIFT statement. It is removing the error but not giving the result same as in R/3 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 17:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247042#M1527083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-17T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SHIFT statement when migrating program from R/3 4.7 to ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247043#M1527084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SHIFT is for character or byte string processing - the constraint is simply being enforced in your new system version.  Why are you using the command with a type (f) field?  Surely, there's a proper programming approach for what you're trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 18:05:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247043#M1527084</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-09-17T18:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error using SHIFT statement when migrating program from R/3 4.7 to ECC6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247044#M1527085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;We don't know why was this code written. We are just moving the object from R/3 4.7 to ECC 6.0 and fixing the errors.&lt;/P&gt;&lt;P&gt;Could you please let me know "What it means to SHIFT a floating point variable by some spaces"? .&lt;/P&gt;&lt;P&gt;This i am asking because SHIFT RIGHT generally means to shif the value to the right by some spaces i.e. inserting space at the starting.&lt;/P&gt;&lt;P&gt;But in case of floating point it change the value itself. If you can tell me then i can find an alternative solution to get the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Sep 2010 11:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-shift-statement-when-migrating-program-from-r-3-4-7-to-ecc6-0/m-p/7247044#M1527085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-19T11:08:59Z</dc:date>
    </item>
  </channel>
</rss>

