<?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 - internal table is blank in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722155#M315115</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 have developed dynpro using table control(wizard).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;driver prog internal table name is I_ZESP and screen internal table name is CT_ZESP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now prog is running fine. but when i press save button whatever data is in CT_ZESP table is not coming in i_zesp table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some programming is missing .. how i come to know where i am making mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2006 08:34:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T08:34:34Z</dc:date>
    <item>
      <title>table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722155#M315115</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 have developed dynpro using table control(wizard).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;driver prog internal table name is I_ZESP and screen internal table name is CT_ZESP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now prog is running fine. but when i press save button whatever data is in CT_ZESP table is not coming in i_zesp table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some programming is missing .. how i come to know where i am making mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 08:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722155#M315115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T08:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722156#M315116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably you are making mistake in the AT USER COMMAND statement. Please check it, put a debug point and rectify the problem. I hope you can find it easily !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 08:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722156#M315116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T08:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722157#M315117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my dialog programming, module PAI input is get fire. in this module internal table is blank, but on screen i have entered data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 08:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722157#M315117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T08:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722158#M315118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    IN the PAI of the screen you should use LOOP ENDLOOP to copy the data from the table control to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is must for the table control data to reflect in the internal table. There is not done by the program you have to do it your self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out some example programs(RSDEMO02) for table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Seshatalpasai Madala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 09:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722158#M315118</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-10-25T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722159#M315119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ONCE AGAIN I AM ASKING SAME QUESTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY I/O FIELD NAME IS I_ZESP-SALESPERSON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM ENTERING DATA IN THIS FIELD. THEN PRESS SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW WHEN PAI FIRED I WRITE CODE FOR COMMIT_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HERE I AM APPLYING (LOOP/ENDLOOP) LOGIC FOR DATA INSERTION FROM I_ZESP INTERNAL TABLE TO ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IN COMMIT_DATA I FOUND THAT I_ZESP IS BLANK.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOW TO RECTIFY IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 09:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722159#M315119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T09:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722160#M315120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this code in pai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop with control &amp;lt;control name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in abap.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_itab input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move-corresponding &amp;lt;screen table name for table cntrl&amp;gt; to itab.&lt;/P&gt;&lt;P&gt;modify itab index &amp;lt;control name&amp;gt;-current_line.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 09:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722160#M315120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T09:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722161#M315121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Please check thru these SIMPLE standard programs related to Table Control.&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>Wed, 25 Oct 2006 09:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722161#M315121</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-25T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: table control - internal table is blank</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722162#M315122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks shiba - full points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 09:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-internal-table-is-blank/m-p/1722162#M315122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T09:39:03Z</dc:date>
    </item>
  </channel>
</rss>

