<?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 PUSHBUTTON ON CONTAINER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832811#M354778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        How to add a PUSHBUTTON and an INPUT/OUTPUT field on the container(oops).&lt;/P&gt;&lt;P&gt;          Plz explain the sequential process and the classes to be used..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2007 07:16:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-09T07:16:06Z</dc:date>
    <item>
      <title>PUSHBUTTON ON CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832811#M354778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        How to add a PUSHBUTTON and an INPUT/OUTPUT field on the container(oops).&lt;/P&gt;&lt;P&gt;          Plz explain the sequential process and the classes to be used..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832811#M354778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T07:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBUTTON ON CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832812#M354779</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;You can add push button in application toolbar and use the statement set pf-status 'zstatus'. in PBO of the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832812#M354779</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-01-09T07:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBUTTON ON CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832813#M354780</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;u can do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*------------------------------------------------------------------*
*       FORM SET_PF_STATUS                                         *
*------------------------------------------------------------------*
FORM set_pf_status USING rt_extab TYPE slis_t_extab.
  SET PF-STATUS 'ZNEWSTATUS'. 
                  "Copy of 'STANDARD' pf_status from fgroup SALV
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;STRONG&gt;copy pf status&lt;/STRONG&gt;***********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)goto se80&lt;/P&gt;&lt;P&gt;2)open function group SALV&lt;/P&gt;&lt;P&gt;3) In that STANDARD gui-status will be there.&lt;/P&gt;&lt;P&gt;4)right click on that and ther is option of copy&lt;/P&gt;&lt;P&gt;5)just copy it and save it with ur name 'status_name'.&lt;/P&gt;&lt;P&gt;6) now in ur program SET PF-STATUS '(status_name)'.&lt;/P&gt;&lt;P&gt;7)don't forget to active it again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 07:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832813#M354780</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-01-09T07:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: PUSHBUTTON ON CONTAINER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832814#M354781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.You can create one Pushbutton.and give the name of the function code(RETURN) of that pushbutton.&lt;/P&gt;&lt;P&gt;2.Then module PAI write a code.&lt;/P&gt;&lt;P&gt;For ex.&lt;/P&gt;&lt;P&gt;module pai_0101 input.&lt;/P&gt;&lt;P&gt;  case ok_code.&lt;/P&gt;&lt;P&gt;    when 'RETURN'.&lt;/P&gt;&lt;P&gt;      leave to screen 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;  clear ok_code.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 08:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pushbutton-on-container/m-p/1832814#M354781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-09T08:35:28Z</dc:date>
    </item>
  </channel>
</rss>

