<?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 LIST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206153#M471924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. double click on TEST you will get the toolbar, menubar for the program.&lt;/P&gt;&lt;P&gt;  Whatever the buttons for which the function code is set that will be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'TEST' EXCLUDING 'PICK'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 11:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T11:19:56Z</dc:date>
    <item>
      <title>INTERACTIVE LIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206150#M471921</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;can anyone explain me in detail, how this program works ( especially how this command button fun1,fun2.... are created). the code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_at_user_command NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  WRITE: 'Basic List',&lt;/P&gt;&lt;P&gt;       / 'SY-LSIND:', sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  WRITE 'Top-of-Page'.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  CASE sy-pfkey.&lt;/P&gt;&lt;P&gt;    WHEN 'TEST'.&lt;/P&gt;&lt;P&gt;      WRITE 'Self-defined GUI for Function Codes'.&lt;/P&gt;&lt;P&gt;      ULINE.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'TEST' EXCLUDING 'PICK'.&lt;/P&gt;&lt;P&gt;  PERFORM out.&lt;/P&gt;&lt;P&gt;  sy-lsind = sy-lsind - 1.&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 'FC1'.&lt;/P&gt;&lt;P&gt;      PERFORM out.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button FUN 1 was pressed'.&lt;/P&gt;&lt;P&gt;    WHEN 'FC2'.&lt;/P&gt;&lt;P&gt;      PERFORM out.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button FUN 2 was pressed'.&lt;/P&gt;&lt;P&gt;    WHEN 'FC3'.&lt;/P&gt;&lt;P&gt;      PERFORM out.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button FUN 3 was pressed'.&lt;/P&gt;&lt;P&gt;    WHEN 'FC4'.&lt;/P&gt;&lt;P&gt;      PERFORM out.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button FUN 4 was pressed'.&lt;/P&gt;&lt;P&gt;    WHEN 'FC5'.&lt;/P&gt;&lt;P&gt;      PERFORM out.&lt;/P&gt;&lt;P&gt;      WRITE / 'Button FUN 5 was pressed'.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;  sy-lsind = sy-lsind - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM out.&lt;/P&gt;&lt;P&gt;  WRITE: 'Secondary List',&lt;/P&gt;&lt;P&gt;       / 'SY-LSIND:', sy-lsind,&lt;/P&gt;&lt;P&gt;       / 'SY-PFKEY:', sy-pfkey.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206150#M471921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: INTERACTIVE LIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206151#M471922</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 menu and screen are developed separately in the transactions SE41 and SE51 for that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206151#M471922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: INTERACTIVE LIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206152#M471923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;double click on PF-STATUS , there u will find out PUSH buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206152#M471923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: INTERACTIVE LIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206153#M471924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. double click on TEST you will get the toolbar, menubar for the program.&lt;/P&gt;&lt;P&gt;  Whatever the buttons for which the function code is set that will be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'TEST' EXCLUDING 'PICK'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206153#M471924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: INTERACTIVE LIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206154#M471925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when we write a program we can create a PF-STATUS where we can include various buttons needed. In below code in same manner the PF-STATUS &amp;lt;b&amp;gt;TEST&amp;lt;/b&amp;gt; has been craeted in which the buttons &amp;lt;b&amp;gt;FC1&amp;lt;/b&amp;gt; &amp;amp; &amp;lt;b&amp;gt;FC2&amp;lt;/b&amp;gt; &amp;amp; &amp;lt;b&amp;gt;FC3&amp;lt;/b&amp;gt; &amp;amp; &amp;lt;b&amp;gt;FC4&amp;lt;/b&amp;gt; &amp;amp; &amp;lt;b&amp;gt;FC5&amp;lt;/b&amp;gt; have been created.&lt;/P&gt;&lt;P&gt;now when u press any of these buttons the ucomm of the button gets stored in sy-ucomm and it triggers what ever code is written for the ucomm functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206154#M471925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: INTERACTIVE LIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206155#M471926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;    In this program, they created the buttons using Menu Painter.I think right nw u r working with standard screens. In that Title Bar,Menu Bar,Standard Tool Bar,Application Tool Bar,All are pre-defined.When u go for user-defined screens u will define all those things. &lt;/P&gt;&lt;P&gt;   In ABAP Editor screen,there is one button called 'Display Object List (Ctrl&lt;EM&gt;Shift&lt;/EM&gt;F5)'.U click that one &amp;amp; expand all those nodes u will find the answer.&lt;/P&gt;&lt;P&gt;    Transaction for Menu Painter is se41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if Helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-list/m-p/2206155#M471926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:32:18Z</dc:date>
    </item>
  </channel>
</rss>

