<?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 Field symbol problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073110#M728599</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;Am getting a dump in my code where the field symbol is used. It says "A new value is to be assigned to the field "&amp;lt;FS&amp;gt;", although this field is &lt;/P&gt;&lt;P&gt;entirely or partly protected against changes.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the line where its pointing is :&lt;/P&gt;&lt;P&gt;&amp;lt;fs&amp;gt; = lv_rental_amount * ps_item-zzinterim_period / 30.&lt;/P&gt;&lt;P&gt;                     &lt;/P&gt;&lt;P&gt;But am not understanding what exactly is the problem.&lt;/P&gt;&lt;P&gt;Could you pls help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers'&lt;/P&gt;&lt;P&gt;Surekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2007 05:31:42 GMT</pubDate>
    <dc:creator>surekha_rao</dc:creator>
    <dc:date>2007-11-21T05:31:42Z</dc:date>
    <item>
      <title>Field symbol problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073110#M728599</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;Am getting a dump in my code where the field symbol is used. It says "A new value is to be assigned to the field "&amp;lt;FS&amp;gt;", although this field is &lt;/P&gt;&lt;P&gt;entirely or partly protected against changes.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the line where its pointing is :&lt;/P&gt;&lt;P&gt;&amp;lt;fs&amp;gt; = lv_rental_amount * ps_item-zzinterim_period / 30.&lt;/P&gt;&lt;P&gt;                     &lt;/P&gt;&lt;P&gt;But am not understanding what exactly is the problem.&lt;/P&gt;&lt;P&gt;Could you pls help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers'&lt;/P&gt;&lt;P&gt;Surekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 05:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073110#M728599</guid>
      <dc:creator>surekha_rao</dc:creator>
      <dc:date>2007-11-21T05:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073111#M728600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check to which field u have assigned the FS to ??&lt;/P&gt;&lt;P&gt;might be that field unchangeable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 05:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073111#M728600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T05:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073112#M728601</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;This is some part of my code where it dumps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      lv_period = num.&lt;/P&gt;&lt;P&gt;      write  lv_period to lv_fname no-zero.&lt;/P&gt;&lt;P&gt;      shift lv_fname left deleting leading space.&lt;/P&gt;&lt;P&gt;      concatenate 'ZLS' lv_fname into lv_fname.&lt;/P&gt;&lt;P&gt;      assign component lv_fname of structure ps_item to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;      &amp;lt;fs&amp;gt; = lv_rental_amount * ps_item-zzinterim_period / 30.&lt;/P&gt;&lt;P&gt;      ps_item-interim_amount = ps_item-interim_amount + &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Surekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 05:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073112#M728601</guid>
      <dc:creator>surekha_rao</dc:creator>
      <dc:date>2007-11-21T05:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073113#M728602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lv_period = num.&lt;/P&gt;&lt;P&gt;write lv_period to lv_fname no-zero.&lt;/P&gt;&lt;P&gt;shift lv_fname left deleting leading space.&lt;/P&gt;&lt;P&gt;concatenate 'ZLS' lv_fname into lv_fname.&lt;/P&gt;&lt;P&gt;assign component lv_fname of structure ps_item to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;fs&amp;gt; = lv_rental_amount * ps_item-zzinterim_period / 30.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if &amp;lt;fs&amp;gt; is unassigned.&lt;/P&gt;&lt;P&gt;ps_item-interim_amount = 0. (or some value)&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;ps_item-interim_amount = ps_item-interim_amount + &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try changes in bold&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 05:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073113#M728602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T05:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Field symbol problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073114#M728603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 05:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-symbol-problem/m-p/3073114#M728603</guid>
      <dc:creator>surekha_rao</dc:creator>
      <dc:date>2007-11-21T05:58:33Z</dc:date>
    </item>
  </channel>
</rss>

