<?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 Modify Dynamic Table from Dynamic Work Area. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909821#M1482714</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 trying to Modify a Dynamic Table from a Dynamic Work Area. They are the same kind and the index is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY &amp;lt;DYN_TABLE&amp;gt;&lt;/P&gt;&lt;P&gt;            FROM &amp;lt;DYN_WA&amp;gt; INDEX ls_selfield-TABINDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me no error but it ignores the modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whan am i doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Artur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 07:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-07T07:53:30Z</dc:date>
    <item>
      <title>Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909821#M1482714</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 trying to Modify a Dynamic Table from a Dynamic Work Area. They are the same kind and the index is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MODIFY &amp;lt;DYN_TABLE&amp;gt;&lt;/P&gt;&lt;P&gt;            FROM &amp;lt;DYN_WA&amp;gt; INDEX ls_selfield-TABINDEX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me no error but it ignores the modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whan am i doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Artur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 07:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909821#M1482714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T07:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909822#M1482715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have detected that the problem is not there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lV_FIELD0 = ' '.&lt;/P&gt;&lt;P&gt;lV_FIELDX = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To perform the modification i do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE '&amp;lt;DYN_WA&amp;gt;-'&lt;/P&gt;&lt;P&gt;                       fieldname INTO   INTO LV_FIELD_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ASSIGN (LV_FIELD_NAME) TO &amp;lt;SELECCION&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ASSIGN lV_FIELD0 TO &amp;lt;SELECCION&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe value on &amp;lt;SELECCION&amp;gt; changes but the value pointed in &amp;lt;DYN_WA&amp;gt; is not changing here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909822#M1482715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T08:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909823#M1482716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this and check:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODIFY &amp;lt;DYN_TABLE&amp;gt; INDEX ls_selfield-TABINDEX FROM &amp;lt;DYN_WA&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909823#M1482716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T08:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909824#M1482717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i have detected the real problem, it is in my 2nd message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909824#M1482717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909825#M1482718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's Okay....I just finished posting and saw your reply. No problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909825#M1482718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T08:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909826#M1482719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONCATENATE '&amp;lt;DYN_WA&amp;gt;-'
fieldname INTO INTO LV_FIELD_NAME.

ASSIGN (LV_FIELD_NAME) TO &amp;lt;SELECCION&amp;gt;.

MOVE lV_FIELD0 TO &amp;lt;SELECCION&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909826#M1482719</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2010-05-07T08:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modify Dynamic Table from Dynamic Work Area.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909827#M1482720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works, thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 08:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-dynamic-table-from-dynamic-work-area/m-p/6909827#M1482720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T08:19:01Z</dc:date>
    </item>
  </channel>
</rss>

