<?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: offset for packing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614063#M1439526</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;Move the value to string and then convert that string to the packed decimal using the FM &lt;STRONG&gt;HRCM_STRING_TO_AMOUNT_CONVERT&lt;/STRONG&gt; then move the converted value to your decimal variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jyo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2010 10:38:56 GMT</pubDate>
    <dc:creator>jyotheswar_p2</dc:creator>
    <dc:date>2010-02-01T10:38:56Z</dc:date>
    <item>
      <title>offset for packing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614060#M1439523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am executing a report which was transported from 4.7 to 6.0...&lt;/P&gt;&lt;P&gt;i get dump when i use this code.&lt;/P&gt;&lt;P&gt;    ASSIGN I_GLT3-HSLVT+OFFSET(8) TO &amp;lt;PFELD&amp;gt;.&lt;/P&gt;&lt;P&gt;     HSALDO = HSALDO + &amp;lt;PFELD&amp;gt;.&lt;/P&gt;&lt;P&gt; field I_GLT3-HSLVT is a pack number&lt;/P&gt;&lt;P&gt;so its not possible to do offset operation on pack or decimal no...&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     OFFSET = OFFSET + 8.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; then i replaced this code by the below code...&lt;/P&gt;&lt;P&gt;      l_temp1 =  12837420.95-.&lt;/P&gt;&lt;P&gt;      l_pfeld = l_temp1+OFFSET(8).&lt;/P&gt;&lt;P&gt;      HSALDO = HSALDO + l_pfeld.&lt;/P&gt;&lt;P&gt;      CLEAR : l_pfeld,l_temp1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_temp1 and l_pfeld are character string but problem is that for all values (ie 12837420.95-.) the local variable l_pfeld  is zero&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614060#M1439523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: offset for packing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614061#M1439524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need a bit more informatio really, was the 4.7 system unicode enabled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think it might be connected with that, what information is the shortdump giving you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 10:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614061#M1439524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: offset for packing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614062#M1439525</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;long back i got that dump, so i replaced the code with that below code... 4.7 was not unicode enabled...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 10:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614062#M1439525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T10:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: offset for packing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614063#M1439526</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;Move the value to string and then convert that string to the packed decimal using the FM &lt;STRONG&gt;HRCM_STRING_TO_AMOUNT_CONVERT&lt;/STRONG&gt; then move the converted value to your decimal variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jyo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 10:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-for-packing/m-p/6614063#M1439526</guid>
      <dc:creator>jyotheswar_p2</dc:creator>
      <dc:date>2010-02-01T10:38:56Z</dc:date>
    </item>
  </channel>
</rss>

