<?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 Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3317306#M794618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a table control for input by using table&lt;/P&gt;&lt;P&gt;control wizard my problem is when i press enter after&lt;/P&gt;&lt;P&gt;entering some records the records are deleted these&lt;/P&gt;&lt;P&gt;are not there in the table control what to do plzz&lt;/P&gt;&lt;P&gt;help me it's urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2008 16:57:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-28T16:57:09Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3317306#M794618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a table control for input by using table&lt;/P&gt;&lt;P&gt;control wizard my problem is when i press enter after&lt;/P&gt;&lt;P&gt;entering some records the records are deleted these&lt;/P&gt;&lt;P&gt;are not there in the table control what to do plzz&lt;/P&gt;&lt;P&gt;help me it's urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3317306#M794618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T16:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3317307#M794619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Prasad&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;  When you create table controby using table control wizard the SAP automatatically generaters the code in the add this below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code in this &lt;/P&gt;&lt;P&gt;*Modify statement is already there you can add &lt;STRONG&gt;insert statement&lt;/STRONG&gt; like this. I think the code will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; MODULE enter_modify INPUT.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;   MODIFY it_timesheet&lt;/P&gt;&lt;P&gt;&amp;gt;     FROM fs_timesheet&lt;/P&gt;&lt;P&gt;&amp;gt;     INDEX enter-current_line.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;  IF sy-subrc NE 0 AND&lt;/P&gt;&lt;P&gt;&amp;gt;      fs_timesheet IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&amp;gt;     INSERT fs_timesheet&lt;/P&gt;&lt;P&gt;&amp;gt;       INTO it_timesheet&lt;/P&gt;&lt;P&gt;&amp;gt;      INDEX enter-current_line.&lt;/P&gt;&lt;P&gt;&amp;gt;   ENDIF.                               " IF SY-SUBRC NE 0 AND FS_TIME...&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; ENDMODULE.                             " ENTER_MODIFY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 16:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3317307#M794619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T16:58:48Z</dc:date>
    </item>
  </channel>
</rss>

