<?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: add a button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253511#M487572</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;Can you please be more specific with the requirement, as where do you want to add button, means which transaction, PA30 or SE16 or?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2007 23:21:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-28T23:21:53Z</dc:date>
    <item>
      <title>add a button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253508#M487569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hallow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wont to add a button to program like &lt;/P&gt;&lt;P&gt;pa0001 that when u click on this buitton &lt;/P&gt;&lt;P&gt;it open a program of mine (program have transction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 18:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253508#M487569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T18:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: add a button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253509#M487570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a gui button. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;If you want the button on the selection screen:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: SSCRFIELDS. (in the declaration part of your code)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialization.&lt;/P&gt;&lt;P&gt;Excecute Report&lt;/P&gt;&lt;P&gt;MOVE "Your Report Name" to SSCRFIELDS-FUNCTXT_01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;  case sy-ucomm.&lt;/P&gt;&lt;P&gt;    when 'FC01'.&lt;/P&gt;&lt;P&gt;      submit YOUR_REPORT_NAME and return.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;If you want the in the List screen:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status 'gui_stat'.&lt;/P&gt;&lt;P&gt;(double click on gui_stat, this will take you to menu painter. Enter a function code for the button yoou want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at user-command.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'FC'. (FC-&amp;gt; your function code.)&lt;/P&gt;&lt;P&gt;      submit YOUR_REPORT_NAME and return.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;reward points for helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 18:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253509#M487570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T18:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: add a button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253510#M487571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  B &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in infotype pa0001 i wont to add a the button&lt;/P&gt;&lt;P&gt;how i can go to the layout or gui and to that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 19:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253510#M487571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: add a button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253511#M487572</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;Can you please be more specific with the requirement, as where do you want to add button, means which transaction, PA30 or SE16 or?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 23:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-a-button/m-p/2253511#M487572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T23:21:53Z</dc:date>
    </item>
  </channel>
</rss>

