<?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: Interactive reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179797#M125451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Se41 , give ur program name , click on status raio button , then click create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the next screen assign FCODES to ur button and an icon for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2006 18:03:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-10T18:03:58Z</dc:date>
    <item>
      <title>Interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179794#M125448</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;A href="http://www.sapgenie.com/abap/ireports.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/ireports.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above there is a ptogram for interactive reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IN THE MENU PAINTER (SE41) CREATE A STATUS TO YOUR PROGRAM. HERE YOU CAN &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*DEFINE THE PUSH-BUTTON &lt;/P&gt;&lt;P&gt;set pf-status 'basic'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I cannot understand the above lines. can anyone please tell me how to define push button on the outlist list using se41.As i am new to ABAP i need detailed description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points wil be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 17:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179794#M125448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T17:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179795#M125449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE41, enter your program name and status name. Click on 'Create'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the next screen, open the tree under 'Application Toolbar'. In there, enter the code of your pushbutton in one of the empty fields and double click on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the Function Type as blank so that you can handle it in your code. Enter some Function Text and choose an icon if you need one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 17:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179795#M125449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T17:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179796#M125450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets not make it too complex.  In the program, double click on the line of the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'BASIC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system will ask to create the gui status, say yes, Give a description, click green check,  Now you will see the gui status,  click the drop down for Function keys,  enter "PICK" into the F2 function code(where the &amp;lt;..&amp;gt; is).  Save and activate.  Now run the program.  Double click on any line, you will be taken to that requistion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 18:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179796#M125450</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-10T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179797#M125451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Se41 , give ur program name , click on status raio button , then click create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the next screen assign FCODES to ur button and an icon for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 18:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179797#M125451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T18:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179798#M125452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, in order for that program to work correctly, you must define the back button as well,  Double click the same line of code.  This will take you directly to the status. Click the drop down for "Function Keys"  in the input box above the "Green Back Arrow" icon, enter the word "BACK".  Save and activate.  This will allow you exit the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 18:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-reports/m-p/1179798#M125452</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-10T18:13:38Z</dc:date>
    </item>
  </channel>
</rss>

