<?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: Edit and save data in module pool in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519759#M1749298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste most important part of code in the two LOOP : in PBO and in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 11:43:37 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-06-20T11:43:37Z</dc:date>
    <item>
      <title>Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519749#M1749288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually once I am going to edit data in Table control it does not hold on screen, but showing in internal table, I am using this code :&lt;/P&gt;&lt;P&gt;MODIFY I_EKPO INDEX TC-CURRENT_LINE. please suggest me. I have attached also a screen shot of debugging of I_ekpo after entering data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham - fixed title. Do not use all CAPITALS please, as it can lead to your posting being rejected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 12:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519749#M1749288</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2013-06-18T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519750#M1749289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;- PBO did you correctly read the internal table and map fields from program to screen&lt;/P&gt;&lt;P&gt;- PAI did you correcrly map fields from screen to program and then modify internal table&lt;/P&gt;&lt;P&gt;or give more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 12:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519750#M1749289</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-06-18T12:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519751#M1749290</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;please check PBO when filling internal table.&lt;BR /&gt;put a varialble to fill internal table once in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF l_mark EQ space.&lt;BR /&gt;* fill internal table here i_ekpo&lt;BR /&gt;&amp;nbsp; l_mark = 'X'.&lt;BR /&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 12:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519751#M1749290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-18T12:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519752#M1749291</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;Try this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;CONTROLS &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TC &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TABLEVIEW &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;USING &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;9000.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;DATA &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;COLS &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;LINE &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;OF &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TC&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;COLS&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;. &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;"TO MODIFY COLUMNS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;MODULE &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;USER_COMMAND_9000 &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;INPUT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;OK_CODE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; OK_CODE &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;SY&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;UCOMM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;CASE &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;OK_CODE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;WHEN &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;'EDIT'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;AT &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TC&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;COLS &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;INTO &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;COL&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;S.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLS&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;INPUT &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;'1'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TC&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;COLS &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;CO&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;LS &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;INDEX &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;SY&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;TABIX.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; ENDCASE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;ENDMODULE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;" USER_COMMAND_9000&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519752#M1749291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-18T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519753#M1749292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar Krishna Sen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ensure that the screen field attribute &lt;STRONG&gt;"Output field"&lt;/STRONG&gt; is ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/233220" /&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>Wed, 19 Jun 2013 03:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519753#M1749292</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-06-19T03:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519754#M1749293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What code you have in your PBO? May be aftre editing and press enter your internal table is getting modify , but are you selecting the actual saved data from DB in the PBO which is again getting appear on the screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt; zafar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 04:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519754#M1749293</guid>
      <dc:creator>former_member182379</dc:creator>
      <dc:date>2013-06-19T04:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519755#M1749294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use PAI event to do this operation.put a break point and check what it is happening after pressing the save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any clarification/help required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards.&lt;/P&gt;&lt;P&gt;Pavan Neerukonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 04:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519755#M1749294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-19T04:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519756#M1749295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in PBO weather the modified data is passing from internal table to screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satishreddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 04:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519756#M1749295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-19T04:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519757#M1749296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Raymond,&lt;/P&gt;&lt;P&gt;Yes I have mapped my internal table using loop, and also put a loop PAI. ,after editing internal table holds the entry but Table control does not hold the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 09:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519757#M1749296</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2013-06-20T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519758#M1749297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;I have used this code in PBO of Table control screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L1S52"&gt;loop&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;at&lt;/SPAN&gt; i_ekpo &lt;SPAN class="L1S52"&gt;with&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;CONTROL&lt;/SPAN&gt; tc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CURSOR&lt;/SPAN&gt; tc-current_line.&lt;/STRONG&gt; for mapping the TC should I need something more codes, if yes please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 09:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519758#M1749297</guid>
      <dc:creator>former_member233553</dc:creator>
      <dc:date>2013-06-20T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519759#M1749298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste most important part of code in the two LOOP : in PBO and in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 11:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519759#M1749298</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-06-20T11:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519760#M1749299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kumar,&lt;/P&gt;&lt;P&gt;i think you changed the code that wizard generated, check the pbo--&amp;gt;loop--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;tc_enable_screen&lt;SPAN class="L0S55"&gt;. if their check the &lt;STRONG&gt;modify &lt;/STRONG&gt;statement is their or not,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;thanks and regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Sudhakar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 14:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519760#M1749299</guid>
      <dc:creator>Sudhakargadde</dc:creator>
      <dc:date>2013-06-20T14:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519761#M1749300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The flow logic in Module pool will be PBO---&amp;gt;PAI-----&amp;gt;PBO.&lt;/P&gt;&lt;P&gt;So the PBO will trigger two times......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever your are updating internal table try to pass this same internal table in PBO...so that data changes wil be reflected in Table control....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 15:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519761#M1749300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-20T15:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Edit and save data in module pool in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519762#M1749301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;IF you use table control wizard to display table control in module pool then it will automatically edit it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check if you are clearing&amp;nbsp; work area corresponding to internal table&amp;nbsp; in PBO of screen..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 04:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-and-save-data-in-module-pool-in-table-control/m-p/9519762#M1749301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-21T04:58:46Z</dc:date>
    </item>
  </channel>
</rss>

