<?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 Push Button functionality for printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408823#M1407477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a push button in a report program.&lt;/P&gt;&lt;P&gt;when i click the button it has to print the document which i select in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i perform this  functionality???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 10:13:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-18T10:13:22Z</dc:date>
    <item>
      <title>Push Button functionality for printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408823#M1407477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a push button in a report program.&lt;/P&gt;&lt;P&gt;when i click the button it has to print the document which i select in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i perform this  functionality???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408823#M1407477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T10:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button functionality for printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408824#M1407478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can please provide little bit more clear functionality u want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408824#M1407478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button functionality for printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408825#M1407479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a selection screen.&lt;/P&gt;&lt;P&gt;in which u have three documents.&lt;/P&gt;&lt;P&gt;its user optional to select the documents which he wants to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given a pushbutton on the screen to perform the print functionality..&lt;/P&gt;&lt;P&gt;i have coded this button functionality as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN ULINE /10(79).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /79(10) text-006 USER-COMMAND 'BUTTON'.&lt;/P&gt;&lt;P&gt;PARAMETER:gd_ucomm LIKE sy-ucomm DEFAULT 'BUTTON' NO-DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;STRONG&gt;Push Button functionality&lt;/STRONG&gt;******************&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;IF lt_sscrfields-ucomm EQ 'BUTTON'.&lt;/P&gt;&lt;P&gt;  gd_ucomm = 'BUTTON'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the above code is not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The printing part is doing fine when i press Execute button on the tool bar.&lt;/P&gt;&lt;P&gt;i require this functionality for my push button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408825#M1407479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T10:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button functionality for printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408826#M1407480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u dont need to use a push button , this functionality can be perform with Execute button. u jst need to provide a function module which get the job number from selection screen and when u execute your program , it will directly goes to print.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-functionality-for-printing/m-p/6408826#M1407480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T10:20:21Z</dc:date>
    </item>
  </channel>
</rss>

