<?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 Reports Doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380022#M528112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to give button on output list.&lt;/P&gt;&lt;P&gt;For Example After displaying the output If i select one or two records&lt;/P&gt;&lt;P&gt;then if press delete button then those two records should be deleted.&lt;/P&gt;&lt;P&gt;How can i achieve this.&lt;/P&gt;&lt;P&gt;The detail answer will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advace&lt;/P&gt;&lt;P&gt;suri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 10:32:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T10:32:12Z</dc:date>
    <item>
      <title>Reports Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380022#M528112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to give button on output list.&lt;/P&gt;&lt;P&gt;For Example After displaying the output If i select one or two records&lt;/P&gt;&lt;P&gt;then if press delete button then those two records should be deleted.&lt;/P&gt;&lt;P&gt;How can i achieve this.&lt;/P&gt;&lt;P&gt;The detail answer will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advace&lt;/P&gt;&lt;P&gt;suri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380022#M528112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reports Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380023#M528113</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;  Using set pf-status. In the report u write code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At pf-status 'ZENU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then double click on ZMENU then in the application tool bar or menu bar give some fct code as DELE. Then activate it and come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the report write like this.&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 'DELE'.&lt;/P&gt;&lt;P&gt;   --- Write ur code over here. ---&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:35:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380023#M528113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T10:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reports Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380024#M528114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surender,&lt;/P&gt;&lt;P&gt;You can go by what Haritha said. As for the logic in selecting the line items in the output list, you can use &amp;lt;b&amp;gt;GET CURSOR&amp;lt;/b&amp;gt;. You can find the line number by reading the internal table with the key or delete the record, and re-display the output list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anil Madhavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:04:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380024#M528114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reports Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380025#M528115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the simple program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from table into table i_table&lt;/P&gt;&lt;P&gt;                       where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_table.&lt;/P&gt;&lt;P&gt;hide i_table-field1.&lt;/P&gt;&lt;P&gt;write:/ .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;set pf-status '100'.&amp;lt;/b&amp;gt;  double click on 100 and create pf-status and keep what ever button you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at user-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to write the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380025#M528115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reports Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380026#M528116</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;If it is ALV output......Just u call SET PF STSTUS 'ZSTANDARD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zstandard pf stsus u have to create manually through the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE80-&amp;gt;select standard function group-&amp;gt;SALV-&amp;gt;right click on that-&amp;gt;u will get craet copy option-&amp;gt; then u can copy all the tools in application bar in ALV out put display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it use full answer reward me a points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 11:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-doubt/m-p/2380026#M528116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T11:17:38Z</dc:date>
    </item>
  </channel>
</rss>

