<?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 Module pool programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221144#M476955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had created two screens in module pool, second screen has table control&lt;/P&gt;&lt;P&gt;in that i want to two tables data print.By using of join statement i had written the select statement but the data was not printed.&lt;/P&gt;&lt;P&gt;plz tell me how to print two tables data in the table.&lt;/P&gt;&lt;P&gt;send me code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reguards&lt;/P&gt;&lt;P&gt;raji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 09:40:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T09:40:40Z</dc:date>
    <item>
      <title>Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221144#M476955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had created two screens in module pool, second screen has table control&lt;/P&gt;&lt;P&gt;in that i want to two tables data print.By using of join statement i had written the select statement but the data was not printed.&lt;/P&gt;&lt;P&gt;plz tell me how to print two tables data in the table.&lt;/P&gt;&lt;P&gt;send me code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reguards&lt;/P&gt;&lt;P&gt;raji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 09:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221144#M476955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T09:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221145#M476956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajyalakshmi,&lt;/P&gt;&lt;P&gt;                        &lt;/P&gt;&lt;P&gt;SELECT a&lt;SUB&gt;matnr  a&lt;/SUB&gt;mEINS A&lt;SUB&gt;MTART D&lt;/SUB&gt;MAKTx b&lt;SUB&gt;werks c&lt;/SUB&gt;lgort c~labst INTO CORRESPONDING FIELDS OF TABLE I_ab&lt;/P&gt;&lt;P&gt;                              FROM mara AS a&lt;/P&gt;&lt;P&gt;                              INNER JOIN MAKT AS D on a&lt;SUB&gt;matnr = d&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;                              inner join marc AS b&lt;/P&gt;&lt;P&gt;                              ON a&lt;SUB&gt;matnr = b&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;                              inner join MARD as c&lt;/P&gt;&lt;P&gt;                              ON B&lt;SUB&gt;MATNR = C&lt;/SUB&gt;MATNR AND B&lt;SUB&gt;WERKS = C&lt;/SUB&gt;WERKS&lt;/P&gt;&lt;P&gt;                              where A&lt;SUB&gt;MATNR IN S_MATNR and b&lt;/SUB&gt;werks in s_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at i_tab with control tab_cntrl .&lt;/P&gt;&lt;P&gt;  READ TABLE i_tab1 INDEX tab_cntrl-current_line.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 09:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221145#M476956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221146#M476957</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 event of the first screen,,u can fetch the data into Internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO of second screen...&lt;/P&gt;&lt;P&gt;u need to use &lt;/P&gt;&lt;P&gt;loop at itab with control Tc cursor current-line.&lt;/P&gt;&lt;P&gt;endloop..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of second scrren u have to use an empty loop statement...&lt;/P&gt;&lt;P&gt;then the data will apper in ur table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clear understanding go through sap library....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 09:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-programming/m-p/2221146#M476957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T09:49:54Z</dc:date>
    </item>
  </channel>
</rss>

