<?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: Changing value after using ASSIGN statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559315#M1564182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when you do an assign you can change the values in the field-symbol and they are reflected in the tables/variable that you had assign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 14:29:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-06T14:29:22Z</dc:date>
    <item>
      <title>Changing value after using ASSIGN statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559314#M1564181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I'm working on a display issue we're having in VF01. The issue is that VBRP-WAVWR needs to store a cumulative value but in the initial screen of VF01 it does not have the values so a 0.00 is displaying in the Cost column. In a calculation type we are using this command to pull the data from VBRP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN ('(SAPMV60A)XVBRP[]') TO &amp;lt;fs_xvbrp&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change the values in the XVBRP[] table? Could I use the MOVE command or something else? My thought is that after I get all the values I could go back and change the value of WAVWR in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559314#M1564181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T14:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing value after using ASSIGN statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559315#M1564182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when you do an assign you can change the values in the field-symbol and they are reflected in the tables/variable that you had assign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559315#M1564182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-06T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing value after using ASSIGN statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559316#M1564183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wendy,&lt;/P&gt;&lt;P&gt;It is not recommended to change the variables outside their scope. You should look for appropriate exit/badi/enhancement for your requirement. &lt;/P&gt;&lt;P&gt;Refer the following blog and its comments, you will have  better idea why we should not change the variables outside their scope &lt;/P&gt;&lt;P&gt;/people/david.halitsky/blog/2009/01/28/i-want-my-money-back-for-bc425u-or-do-i&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559316#M1564183</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2011-01-06T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing value after using ASSIGN statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559317#M1564184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to use a field symbol though.  That approach is used to read values from memory for requirements and calculation routines when all of the necessary values can't or aren't provided in a KOM* structure.  It's not soemthing you would use in the main invoice overview screen.  Why isn't there a cost in the invoice line item?  Has the delivery been PGI'd and costs calculated (can you invoice before PGI in your scenario)?  What does LIPS-WAVWR contain?  Is the value just not copying over?  Are you re-calculating, either in copy control or in the invoice itself, and it's not being displayed in the main screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 15:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559317#M1564184</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-01-06T15:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing value after using ASSIGN statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559318#M1564185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help! I pull the lines from the LIPS table and update the VBRP table with the cost. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue came up because we have done some custom coding around BOMs and the cost from the components needs to roll up and be applied at the header. When VF01 is first accessed it processes top-down so the BOM header does not have the information of the components so I had to code so when the components were processing to go back and updated the BOM Header.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 15:53:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-value-after-using-assign-statement/m-p/7559318#M1564185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T15:53:50Z</dc:date>
    </item>
  </channel>
</rss>

