<?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: how to link report program to a button in modulepool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217457#M1378514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have provided few options that might help you resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the display button is clicked &lt;/P&gt;&lt;P&gt;AT USER COMMAND.&lt;/P&gt;&lt;P&gt; WHEN 'DISPLAY'&lt;/P&gt;&lt;P&gt;       option 1: Submit &amp;lt;report name&amp;gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       option 2: call transaction &amp;lt;t-code&amp;gt;  .[ In this case you can create  a t-code for the report program].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      option 3:  Call a subroutine (within the subroutine put the code of the report).&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;      option 4. Write the code to get the table contents and display it here only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you. let me know if any more help required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2009 08:05:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-12T08:05:26Z</dc:date>
    <item>
      <title>how to link report program to a button in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217456#M1378513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have designed a gatepass screen in modulepool..and created a table to store all the details entered in tht screen..&lt;/P&gt;&lt;P&gt;i have written a report progam to print all the details frm tht table..&lt;/P&gt;&lt;P&gt;now i want to call tht report program when i click on display button in modulepool output..can anyone help me regarding this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 07:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217456#M1378513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T07:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to link report program to a button in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217457#M1378514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have provided few options that might help you resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the display button is clicked &lt;/P&gt;&lt;P&gt;AT USER COMMAND.&lt;/P&gt;&lt;P&gt; WHEN 'DISPLAY'&lt;/P&gt;&lt;P&gt;       option 1: Submit &amp;lt;report name&amp;gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       option 2: call transaction &amp;lt;t-code&amp;gt;  .[ In this case you can create  a t-code for the report program].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      option 3:  Call a subroutine (within the subroutine put the code of the report).&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;      option 4. Write the code to get the table contents and display it here only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you. let me know if any more help required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 08:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217457#M1378514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T08:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to link report program to a button in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217458#M1378515</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; At user command in PAI write the code in f-code of button&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
SUBMIT zreport AND RETURN
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 08:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217458#M1378515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T08:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to link report program to a button in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217459#M1378516</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;The code to call the report should be written in the PAI module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report has a selection screen then use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;report txn&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else if only the output of the report must be displayed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;report name&amp;gt; and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 08:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217459#M1378516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to link report program to a button in modulepool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217460#M1378517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx for the help got the output...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2009 09:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-report-program-to-a-button-in-modulepool/m-p/6217460#M1378517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-12T09:26:30Z</dc:date>
    </item>
  </channel>
</rss>

