<?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: regarding module pool with alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461893#M552433</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 table control keep a Button&lt;/P&gt;&lt;P&gt;First select the Records in the tables control into an Internal table&lt;/P&gt;&lt;P&gt;when you press that REPORT button in the table control screen these Selected records data which is in Internal table has to be displayed in a ALV report.&lt;/P&gt;&lt;P&gt;Hope when the data is internal tables just call the fun module of ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of table control screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'REPT'.&lt;/P&gt;&lt;P&gt;  loop at itab where v_chk = 'X'.&lt;/P&gt;&lt;P&gt;   ...append the selected records to another ITAB1.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;leave to list-processing&lt;/P&gt;&lt;P&gt;perform_display_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;In the perform you process the internal table, build the field catalog and display the ALV report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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>Mon, 25 Jun 2007 07:00:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T07:00:53Z</dc:date>
    <item>
      <title>regarding module pool with alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461892#M552432</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 a module pool program in which the data is coming  in the table control ,what the user wants that on clicking one push button a alv report will come depending upon the data which i enterd in the selection screen of the module pool,,for this what sud i write under the push button plz help me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 06:53:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461892#M552432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T06:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool with alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461893#M552433</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 table control keep a Button&lt;/P&gt;&lt;P&gt;First select the Records in the tables control into an Internal table&lt;/P&gt;&lt;P&gt;when you press that REPORT button in the table control screen these Selected records data which is in Internal table has to be displayed in a ALV report.&lt;/P&gt;&lt;P&gt;Hope when the data is internal tables just call the fun module of ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PAI of table control screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'REPT'.&lt;/P&gt;&lt;P&gt;  loop at itab where v_chk = 'X'.&lt;/P&gt;&lt;P&gt;   ...append the selected records to another ITAB1.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;leave to list-processing&lt;/P&gt;&lt;P&gt;perform_display_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;In the perform you process the internal table, build the field catalog and display the ALV report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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>Mon, 25 Jun 2007 07:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461893#M552433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T07:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool with alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461894#M552434</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;Hope i understood properly, In PAI write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if sy-ucomm = 'BUTTON1'. "fcode for button.
select * from dbtab into itab where fld_name in s_seloption. "s_seloption is selection scren element.
endif.

*now u can use itab as it contains&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 07:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461894#M552434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T07:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding module pool with alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461895#M552435</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;Use a call screen when you click that push button .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Screen 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use the custom control on that screen and display the report output depending on hte input given in the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kothai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 07:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-module-pool-with-alv/m-p/2461895#M552435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T07:03:40Z</dc:date>
    </item>
  </channel>
</rss>

