<?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: Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687211#M621402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First u need to capture the document numbers selected...&lt;/P&gt;&lt;P&gt;for this case define one more field in table control as a check box &lt;/P&gt;&lt;P&gt;and validate this ( tablecontrol is nothing but internal table in pai module ) checkbox field in pai module ...&lt;/P&gt;&lt;P&gt;if it is selected read the corresponding document numbers and select u r data for these corresponding doc numbers and move into one more internal table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first do this one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regds,&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2007 09:52:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-14T09:52:23Z</dc:date>
    <item>
      <title>Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687210#M621401</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;This is a requirement in Module pool programming. I have a screen with a table control in which a range (specified by user) of document numbers are diaplayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when multiple document numbers in this table control are selected and the 'DISPLAY ITEM' button is clicked, the details of the selected document numbers need to be display in another table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i achieve this..please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 09:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687210#M621401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T09:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687211#M621402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First u need to capture the document numbers selected...&lt;/P&gt;&lt;P&gt;for this case define one more field in table control as a check box &lt;/P&gt;&lt;P&gt;and validate this ( tablecontrol is nothing but internal table in pai module ) checkbox field in pai module ...&lt;/P&gt;&lt;P&gt;if it is selected read the corresponding document numbers and select u r data for these corresponding doc numbers and move into one more internal table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first do this one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regds,&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 09:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687211#M621402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T09:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687212#M621403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Kiran.&lt;/P&gt;&lt;P&gt;Is there no way that i do not add this checkbox and achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687212#M621403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687213#M621404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tell me one thing if check boxes not exist &lt;/P&gt;&lt;P&gt;how u r selecting multiple document columns in a table control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regds,&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687213#M621404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687214#M621405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can aceive it by selcting the push button column of the table control.&lt;/P&gt;&lt;P&gt;Refer to the following link for more details,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687214#M621405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687215#M621406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the table control attributes in screen painter whether multiple colmns selected check box is selected or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687215#M621406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687216#M621407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yes u can do it without check boxes &lt;/P&gt;&lt;P&gt;in the screen just select ur table control then dbl clk on it to go to properties of TC.&lt;/P&gt;&lt;P&gt;Now there is one checkbox right at the bottom which looks like &lt;/P&gt;&lt;P&gt;w/selcolumn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just select this and the box next to the checkboz will get activated and give the name to the checkbox .&lt;/P&gt;&lt;P&gt;MAke  appt settings in the above radio buttons &lt;/P&gt;&lt;P&gt;and include field in ur itab in this way u will b able to select multiple columns &lt;/P&gt;&lt;P&gt;thnks &lt;/P&gt;&lt;P&gt;Sahil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 10:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/2687216#M621407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T10:26:18Z</dc:date>
    </item>
  </channel>
</rss>

