<?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 dynamic programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470467#M221198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GV_ZALVL = '%ALVL'.&lt;/P&gt;&lt;P&gt;ASSIGN (GV_ZALVL) TO &amp;lt;ALVL&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GV_ZVARI = '/1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ALVL&amp;gt; = GV_ZVARI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the above statements mean?&lt;/P&gt;&lt;P&gt;I dont have any idea about dynammic programming. Please explain me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 07:06:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T07:06:49Z</dc:date>
    <item>
      <title>dynamic programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470467#M221198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GV_ZALVL = '%ALVL'.&lt;/P&gt;&lt;P&gt;ASSIGN (GV_ZALVL) TO &amp;lt;ALVL&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GV_ZVARI = '/1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ALVL&amp;gt; = GV_ZVARI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the above statements mean?&lt;/P&gt;&lt;P&gt;I dont have any idea about dynammic programming. Please explain me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 07:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470467#M221198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T07:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470468#M221199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well  &amp;lt;ALVL&amp;gt;. this is a field symbol . c above in ur eeport if it has been declared as field-symbol  &amp;lt;ALVL&amp;gt;. &lt;/P&gt;&lt;P&gt;reward points if helpfull &lt;/P&gt;&lt;P&gt;Thanking you &lt;/P&gt;&lt;P&gt;rohit gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 07:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470468#M221199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T07:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470469#M221200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;%ALVL will be assigned the value /1. Please see the explanation below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GV_ZALVL = '%ALVL'.&lt;/P&gt;&lt;P&gt;GV_ZALVL is assigned the value %ALVL. %ALVL might be an variable in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (GV_ZALVL) TO &amp;lt;ALVL&amp;gt;.&lt;/P&gt;&lt;P&gt;Content of the field %ALVL ia assigned to the field symbol &amp;lt;ALVL&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GV_ZVARI = '/1'.&lt;/P&gt;&lt;P&gt;GV_ZALVL is assigned the value /1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ALVL&amp;gt; = GV_ZVARI.&lt;/P&gt;&lt;P&gt;This statement will assign /1 to the variable %ALVL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please reward useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 07:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470469#M221200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T07:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470470#M221201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in this statemnt ur field symbol has been used instead of ur field . so ur field has been assigned to ur feild symbol by the assign statemnt &lt;/P&gt;&lt;P&gt;hope this solves ur problem ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 07:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470470#M221201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470471#M221202</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;Kindly find my answers below ur questions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GV_ZALVL = '%ALVL'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;%ALVL -- SAP STANDARD FUNCTION CODES are represented this way.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GV_ZVARI = '/1'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A Function Code (f1 fUNCTION KEY) is passed.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (GV_ZALVL) TO &amp;lt;ALVL&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Here &amp;lt;ALVL&amp;gt; is a field-symbol, it has to be declared before this statement occurs. Field-symbols have to be assigned to any object before using them. Field-symbols are used to dynamically refer to the address of a object in runtime. Field-symbols can be related to Dereferenced Pointers in C.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further reference on Field-symbols refer to SAP HELP DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the info. is helpful, if any more clarifications revert back, else close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if convinced with the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 07:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-programming/m-p/1470471#M221202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T07:14:29Z</dc:date>
    </item>
  </channel>
</rss>

