<?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: Input Table Control wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328276#M511940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Showri, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When you have created the table control using wizard , then no need to write any code for getting the values into the itab , as it is done by the wizard ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think you need to check on the declaration part of the variables , esp on the structures on the tablecontrol and the global type declared .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 05:02:42 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-06-04T05:02:42Z</dc:date>
    <item>
      <title>Input Table Control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328274#M511938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP Guns,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding Input Table control wizard.&lt;/P&gt;&lt;P&gt;When iam entering the data in the input wizard, the data is not populating in the interal table of the table control wizard.&lt;/P&gt;&lt;P&gt;Should i write any code in PAI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2007 23:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328274#M511938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-02T23:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input Table Control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328275#M511939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write the code in pai .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to write the code between loop endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE table_modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on table_modify and it will create module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here t_tcdata is internal table and t_tc is Table control name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE table_modify INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY t_tcdata INDEX t_tc-current_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    INSERT t_tcdata INDEX t_tc-current_line.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " table_modify  INPUT&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2007 05:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328275#M511939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-03T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Input Table Control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328276#M511940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Showri, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When you have created the table control using wizard , then no need to write any code for getting the values into the itab , as it is done by the wizard ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I think you need to check on the declaration part of the variables , esp on the structures on the tablecontrol and the global type declared .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-table-control-wizard/m-p/2328276#M511940</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-06-04T05:02:42Z</dc:date>
    </item>
  </channel>
</rss>

