<?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: Print a Screen? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029952#M83491</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;Yes you should do that: create a list with the data of your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2005 11:41:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-30T11:41:20Z</dc:date>
    <item>
      <title>Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029950#M83489</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;&lt;/P&gt;&lt;P&gt;I have a screen which I want to print out. Is there a way to print out the screen directly or do I have to pass the content first to a list and then print it out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcelo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 11:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029950#M83489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T11:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029951#M83490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to be printed,&lt;/P&gt;&lt;P&gt;Some screens have a print option available in the menu itself.&lt;/P&gt;&lt;P&gt;If it is a ALV list, normal report output,  then there are options for printing the list.&lt;/P&gt;&lt;P&gt;Can you be a bit more clear?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 11:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029951#M83490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029952#M83491</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;Yes you should do that: create a list with the data of your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 11:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029952#M83491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029953#M83492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a hardcopy of your current screen, you can use the SAPGui function hardcopy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sends content of current screen directly to the standard printer of your pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 11:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029953#M83492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029954#M83493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Axel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solutions sounds like what I need...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain a little bit how I can use the funtion you are talking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 12:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029954#M83493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-30T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029955#M83494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manual step for hard copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the last icon in the tool bar of sap gui (the line where you have the command box, and standard buttons for back, cancel , etc) and click hard copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2005 12:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029955#M83494</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-11-30T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029956#M83495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a valid work around on &lt;A href="http://support.citrix.com/article/CTX111307&amp;amp;parentCategoryID=617" target="test_blank"&gt;http://support.citrix.com/article/CTX111307&amp;amp;parentCategoryID=617&lt;/A&gt; using keystroke CTRL&lt;EM&gt;SHIFT&lt;/EM&gt;P or instgsall SAP GUI 6.20 pathc 56 or later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maurice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 15:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029956#M83495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T15:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Print a Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029957#M83496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, we are on SAP GUI 7.20 (PC 720.1.0.xxxx, Citrix 720.1.3.yyyy) - and both show the menue if you print a hardcopy using ALT-F12. So is this an ols new error? Or is there another solution with SAP GUI 720? (The workaround with SHIFT-STRG-P works, but ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 15:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-a-screen/m-p/1029957#M83496</guid>
      <dc:creator>former_member643190</dc:creator>
      <dc:date>2011-03-22T15:00:29Z</dc:date>
    </item>
  </channel>
</rss>

