<?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: Table-Control : Entry gets wiped off in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754942#M327182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Venki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding to my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not the case dear. My data is getting saved in my table if I 'save' the entry without pressing 'Enter'. But before saving if I press the ENTER, the entry gets wiped off from the table-control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at DEMO_DYNPRO_TABCONT_LOOP. In this demo program also if you add a new entry in the table control and press 'Enter' before actually saving, the entry gets cleared from the table control. It's the same scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In waiting from your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible give me your phone no. so that I communicate to you in a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Dec 2006 05:36:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-16T05:36:24Z</dc:date>
    <item>
      <title>Table-Control : Entry gets wiped off</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754938#M327178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my screen program I have used a table-control to let the user enter a record.While entering the data the "Tab" works well to move to different fields of the table-control and the data gets saved also.&lt;/P&gt;&lt;P&gt;But after entering the record and without saving if I press the Enter key, the whole entry gets wiped off.&lt;/P&gt;&lt;P&gt;How to overcome this please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 08:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754938#M327178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T08:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table-Control : Entry gets wiped off</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754939#M327179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Put a break point in PAI at case statement where you are checking the function code and check out are you able to reach the point when you press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds,&lt;/P&gt;&lt;P&gt;Kiran I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 08:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754939#M327179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T08:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table-Control : Entry gets wiped off</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754940#M327180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure u use the modify statement in the PAI of the table control module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reference see the program related to table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 08:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754940#M327180</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-12-15T08:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table-Control : Entry gets wiped off</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754941#M327181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess would after the loop end loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are inserting the recort into internal table when sy-ucomm eq 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT WHEN YOU ENTERING IT THE RECORD IS NOT INSERTED IN TO THE INTERNAL TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLS DO POST THE CODE IF YOU NEED FURTHER ASSISTANCE,BECAUSE ALL IAM DOING IS JUST TAKING A GUESS.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 15:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754941#M327181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T15:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table-Control : Entry gets wiped off</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754942#M327182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Venki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding to my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's not the case dear. My data is getting saved in my table if I 'save' the entry without pressing 'Enter'. But before saving if I press the ENTER, the entry gets wiped off from the table-control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at DEMO_DYNPRO_TABCONT_LOOP. In this demo program also if you add a new entry in the table control and press 'Enter' before actually saving, the entry gets cleared from the table control. It's the same scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In waiting from your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible give me your phone no. so that I communicate to you in a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Dec 2006 05:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754942#M327182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T05:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table-Control : Entry gets wiped off</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754943#M327183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In module programming, there are cases when the values get cleared when they are passed from Screen to abap program. To overcome this, point your screen fields to a work area / header line. In the PAI, have the following code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN ' '.&lt;/P&gt;&lt;P&gt;**now append the workarea (screen contents) to internal table&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it still gets cleared, read the entries from the internal table in your pbo. Also make sure that your code in the flow logic is correct -- u'll have to loop thro the internal table alongwith the table control. If you're still not convinced, send me the code and i'll do my best.&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 Dec 2006 05:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-entry-gets-wiped-off/m-p/1754943#M327183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-16T05:54:59Z</dc:date>
    </item>
  </channel>
</rss>

