<?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 module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/2529567#M573446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have created a one screen.&lt;/P&gt;&lt;P&gt;in that i have taken 3 fields.&lt;/P&gt;&lt;P&gt;and 1 table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that 3 fields lifnr, name1, date.&lt;/P&gt;&lt;P&gt;when i enter lifnr value in lifnr field i want to display name1 by default.&lt;/P&gt;&lt;P&gt;i fetched data from lfa1 by using lifnr value.&lt;/P&gt;&lt;P&gt;how to display that one in screen.&lt;/P&gt;&lt;P&gt;i want some code.&lt;/P&gt;&lt;P&gt;next case .&lt;/P&gt;&lt;P&gt;in table control&lt;/P&gt;&lt;P&gt;i have 5 fields here user can enter that values.&lt;/P&gt;&lt;P&gt;after entering that 5 fileds i want to save 5 fileds and 3 fields in one z table.&lt;/P&gt;&lt;P&gt;give me sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Jul 2007 13:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-14T13:34:56Z</dc:date>
    <item>
      <title>table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/2529567#M573446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have created a one screen.&lt;/P&gt;&lt;P&gt;in that i have taken 3 fields.&lt;/P&gt;&lt;P&gt;and 1 table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that 3 fields lifnr, name1, date.&lt;/P&gt;&lt;P&gt;when i enter lifnr value in lifnr field i want to display name1 by default.&lt;/P&gt;&lt;P&gt;i fetched data from lfa1 by using lifnr value.&lt;/P&gt;&lt;P&gt;how to display that one in screen.&lt;/P&gt;&lt;P&gt;i want some code.&lt;/P&gt;&lt;P&gt;next case .&lt;/P&gt;&lt;P&gt;in table control&lt;/P&gt;&lt;P&gt;i have 5 fields here user can enter that values.&lt;/P&gt;&lt;P&gt;after entering that 5 fileds i want to save 5 fileds and 3 fields in one z table.&lt;/P&gt;&lt;P&gt;give me sample code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2007 13:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/2529567#M573446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-14T13:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: table control in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/2529568#M573447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the links and do accordingly&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;CONTROLS &amp;lt;tab_ctrl_name&amp;gt; TYPE TABLEVIEW USING SCREEN &amp;lt;screen_no&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk the demo prog:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEMO_DYNPRO_TABCONT_LOOP&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this urls.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.saptechnical.com" target="test_blank"&gt;www.saptechnical.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com" target="test_blank"&gt;www.sap-img.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/howdo_a.htm" target="test_blank"&gt;http://www.planetsap.com/howdo_a.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.niraj.tripod.com/id25.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id25.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can see the below examples...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se38 and give demo&lt;STRONG&gt;dynpro&lt;/STRONG&gt; and press F4.&lt;/P&gt;&lt;P&gt;YOu will get a list of demo module pool programs.&lt;/P&gt;&lt;P&gt;One more T-Code is ABAPDOCU.&lt;/P&gt;&lt;P&gt;YOu can find more examples there.&lt;/P&gt;&lt;P&gt;See the prgrams:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEMO_DYNPRO_TABLE_CONTROL_1&amp;lt;/b&amp;gt; Table Control with LOOP Statement &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEMO_DYNPRO_TABLE_CONTROL_2&amp;lt;/b&amp;gt; Table Control with LOOP AT ITAB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/ZSAPcHAT" target="test_blank"&gt;http://www.geocities.com/ZSAPcHAT&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allsaplinks.com/files/using_table_in_screen.pdf" target="test_blank"&gt;http://www.allsaplinks.com/files/using_table_in_screen.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2007 13:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-module-pool/m-p/2529568#M573447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-14T13:52:17Z</dc:date>
    </item>
  </channel>
</rss>

