<?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: Enabling / Disabling Fixed Point Arithmetic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enabling-disabling-fixed-point-arithmetic/m-p/1989528#M403823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this example:&lt;/P&gt;&lt;P&gt;... FIXED-POINT ARITHMETIC fp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The indicator controlling the fixed point arithmetic is set to the value of the field fp. The values 'X' (fixed point arithmetic; ABAP_ON) and ' ' (no fixed point arithmetic; ABAP_OFF) are allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPE-POOLS ABAP. 
TYPES: line(72) TYPE C. 
DATA: itab TYPE STANDARD TABLE OF line. 
APPEND 'report test.' TO itab. 
APPEND 'DATA: p(5) TYPE P DECIMALS 2 VALUE 10.' TO itab. 
APPEND 'WRITE p.' TO itab. 
INSERT REPORT 'test_report' FROM itab FIXED-POINT ARITHMETIC ABAP_OFF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 16:12:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T16:12:59Z</dc:date>
    <item>
      <title>Enabling / Disabling Fixed Point Arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enabling-disabling-fixed-point-arithmetic/m-p/1989527#M403822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys/Dolls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a copy of a standard SAP program that &amp;lt;b&amp;gt;doesn't&amp;lt;/b&amp;gt; use fixed point arithmetic i.e. from the menu option of the program &amp;lt;b&amp;gt;Goto--&amp;gt;Attribute&amp;lt;/b&amp;gt; the fixed point arithmetic is not checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I've inserted some code that needs to have fixed point arithmetic checked temporarily (on the fly) and after my piece of code has executed I need to disable the fixed point arithmetic checkbox again on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how I can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 16:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enabling-disabling-fixed-point-arithmetic/m-p/1989527#M403822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling / Disabling Fixed Point Arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enabling-disabling-fixed-point-arithmetic/m-p/1989528#M403823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer this example:&lt;/P&gt;&lt;P&gt;... FIXED-POINT ARITHMETIC fp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The indicator controlling the fixed point arithmetic is set to the value of the field fp. The values 'X' (fixed point arithmetic; ABAP_ON) and ' ' (no fixed point arithmetic; ABAP_OFF) are allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPE-POOLS ABAP. 
TYPES: line(72) TYPE C. 
DATA: itab TYPE STANDARD TABLE OF line. 
APPEND 'report test.' TO itab. 
APPEND 'DATA: p(5) TYPE P DECIMALS 2 VALUE 10.' TO itab. 
APPEND 'WRITE p.' TO itab. 
INSERT REPORT 'test_report' FROM itab FIXED-POINT ARITHMETIC ABAP_OFF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 16:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enabling-disabling-fixed-point-arithmetic/m-p/1989528#M403823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T16:12:59Z</dc:date>
    </item>
  </channel>
</rss>

