<?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: Internal table not modifying from table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123041#M1904947</link>
    <description>&lt;P&gt;The alerted content has been
removed - Thank you. The question already received an accepted answer as best
answer. Therefore, the response is going to be deleted. Familiarize
yourself with &lt;U&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;Community
Q&amp;amp;A&lt;/A&gt;  &lt;/U&gt;in
order to preparing questions that draw responses from members. &lt;/P&gt;</description>
    <pubDate>Mon, 20 Sep 2021 10:48:05 GMT</pubDate>
    <dc:creator>former_member751591</dc:creator>
    <dc:date>2021-09-20T10:48:05Z</dc:date>
    <item>
      <title>Internal table not modifying from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123036#M1904942</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;I have created a table control which is showing the itab details correctly....however whenever i change any field content and press enter&lt;/P&gt;&lt;P&gt;the internal table does not show the changed content but shows the previous value only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code that I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_ekko.&lt;/P&gt;&lt;P&gt;module update_table.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;update_table &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_ekko &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_ekko &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;tc100&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;mark &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;not &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_ekko&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;sel &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'X'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;it_ekko &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;wa_ekko &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;tc100&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What may be the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 11:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123036#M1904942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-15T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table not modifying from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123037#M1904943</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;please provide guidance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 12:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123037#M1904943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-15T12:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table not modifying from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123038#M1904944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Dear Hema,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;your approach is wrong . I am changing in your code itself.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;loop at it_ekko.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;module update_table.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;you have toi update your internal table with header Line. No need to read the table because your WA contains the updated value. So you have to just update your internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;When you press enter on table control the updated value for the current line is automatically transferred to the WA you have to just update the internal table from WA.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;MODULE &lt;/SPAN&gt;update_table &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;modily IT_EKKO index &lt;SPAN style="color: #333333; font-size: 12px;"&gt;tc100&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit; font-weight: inherit; background-position: initial;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;current_line . "&amp;nbsp; Just write this code you will understand. and commented your code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;Nishant&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 09:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123038#M1904944</guid>
      <dc:creator>nishantbansal91</dc:creator>
      <dc:date>2015-05-16T09:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table not modifying from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123039#M1904945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you debugged and checked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be mark variable is not initializing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 10:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123039#M1904945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-16T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table not modifying from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123040#M1904946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you used (in PAI part of the screen) an instruction that may transfer data from screen to your internal variables like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;LOOP [AT itab [INTO wa] [CURSOR top_line] [FROM n1] [TO n2]]&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH CONTROL contrl.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt; &lt;SPAN class="qtext"&gt;&amp;nbsp; ...&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="qtext"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/dynploop.htm" title="http://help.sap.com/abapdocu_702/en/dynploop.htm"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 11:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123040#M1904946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-16T11:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table not modifying from table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123041#M1904947</link>
      <description>&lt;P&gt;The alerted content has been
removed - Thank you. The question already received an accepted answer as best
answer. Therefore, the response is going to be deleted. Familiarize
yourself with &lt;U&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;Community
Q&amp;amp;A&lt;/A&gt;  &lt;/U&gt;in
order to preparing questions that draw responses from members. &lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 10:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-not-modifying-from-table-control/m-p/11123041#M1904947</guid>
      <dc:creator>former_member751591</dc:creator>
      <dc:date>2021-09-20T10:48:05Z</dc:date>
    </item>
  </channel>
</rss>

