<?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: MODULE STATUS_0100. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288310#M1022951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw, is that anything to do with the buttons which appear on top of say selection screen and which can handle user actions ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like in VL71 ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i need such a screen where user will enter the selection screen values and click the clock (generate ) button and that will take him to the next screen !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 15:08:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-31T15:08:21Z</dc:date>
    <item>
      <title>MODULE STATUS_0100.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288309#M1022950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a very simple question to all dialog programmer experts. so in layman terms can anyone say what is this &lt;/P&gt;&lt;P&gt;MODULE STATUS_0100 when i create a screen ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initially it is commented ..what can i write in this module and what are the other things i must do !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do understand that in MODULE USER_COMMAND_0100 i handle user actions on the screen elements thru function code .. but what is the above one for ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288309#M1022950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T15:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE STATUS_0100.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288310#M1022951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw, is that anything to do with the buttons which appear on top of say selection screen and which can handle user actions ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like in VL71 ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually i need such a screen where user will enter the selection screen values and click the clock (generate ) button and that will take him to the next screen !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288310#M1022951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE STATUS_0100.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288311#M1022952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Module STATUS_0100 is used to define GUI status and title for screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*----------------------------------------------------------------*
*   INCLUDE MDEMO_TRANSACTIONO01  (This is a PBO include.)       *
*----------------------------------------------------------------*
*&amp;amp;---------------------------------------------------------------*
*&amp;amp;      Module STATUS_0100
*&amp;amp;---------------------------------------------------------------*
*    Define GUI status and title for screen 100                  *
*----------------------------------------------------------------*
MODULE status_0100.
  SET PF-STATUS u2018 TZ0100 u2019 .
SET TITLEBAR u2018 100 u2019 .
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 15:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288311#M1022952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: MODULE STATUS_0100.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288312#M1022953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats right.  This module is used to call the SET PF-STATUS statement, which defines all of the button in the upper part of the screen, including the main icons at the top, as well as the application toolbar.  Gui status also controls the menu area.  SET TITLE simply sets the title bar between the upper toolbar and the application toolbar.&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>Thu, 31 Jul 2008 15:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-status-0100/m-p/4288312#M1022953</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-07-31T15:16:41Z</dc:date>
    </item>
  </channel>
</rss>

