<?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>Question Re: Export pdf using Windows window in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411731#M146121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try instead WshShell.AppActivate the VBA AppActivate sub routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;Sub SavePDF()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; Set WshShell = CreateObject("WScript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt; font-style: inherit; font-weight: inherit; background-color: transparent;"&gt;&amp;nbsp; Application.Wait Now + TimeValue("0:00:01")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; AppActivate "Speichern unter"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; WshShell.SendKeys "%n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; WshShell.SendKeys "C:\Users\Public\Desktop\001.pdf"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; WshShell.SendKeys "%s"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; Set WshShell = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 10:00:06 GMT</pubDate>
    <dc:creator>Stefan-Schnell</dc:creator>
    <dc:date>2015-12-17T10:00:06Z</dc:date>
    <item>
      <title>Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaq-p/11411728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to Export invoices as pdfs using Transaction VF31 and scripting.&lt;/P&gt;&lt;P&gt;Because Spooling is not working I have to print the invoice via Cute Pdf Writer.&lt;/P&gt;&lt;P&gt;Everything works fine but the saving works via normal Windows window (see Picture).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;Now my question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #339966;"&gt;How to enter another Name and press enter? I know there is some VBS code and I'm sure there is some VB compontent but I don't know which one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;P&gt;bw&lt;/P&gt;&lt;P&gt;Michael&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/853473" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 07:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaq-p/11411728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-17T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411729#M146119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following code should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;Sub SavePDF()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Set WshShell = CreateObject("WScript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; WshShell.AppActivate "Speichern unter"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Application.Wait Now + TimeValue("0:00:01")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; WshShell.SendKeys "%n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; WshShell.SendKeys "C:\Users\Public\Desktop\001.pdf"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; WshShell.SendKeys "%s"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; Set WshShell = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find a discussion about the control of Windows dialogs &lt;A _jive_internal="true" href="https://answers.sap.com/thread/3823462"&gt;here&lt;/A&gt; and &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-38588"&gt;here&lt;/A&gt; a contemplation about different methods of SendKeys from VBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 08:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411729#M146119</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2015-12-17T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411730#M146120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very very much for your quick answer.&lt;/P&gt;&lt;P&gt;I'm almost there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I start the script from Excel VBA and the "Speicher unter" window is activated but only for one second and than it is jumped back to Excel VBA so that Alt+N , SendKeys "C:\ ..." and Alt+S is done within the VBA Script and not in the Speicher unter window. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Is there any command to active Speicher unter durably&lt;/EM&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also used the sleep command, expand the +TimeValue() to 5 seconds and used F8 to go through the script but nothing worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 09:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411730#M146120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-17T09:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411731#M146121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try instead WshShell.AppActivate the VBA AppActivate sub routine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;Sub SavePDF()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; Set WshShell = CreateObject("WScript.Shell")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt; font-style: inherit; font-weight: inherit; background-color: transparent;"&gt;&amp;nbsp; Application.Wait Now + TimeValue("0:00:01")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; AppActivate "Speichern unter"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; WshShell.SendKeys "%n"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; WshShell.SendKeys "C:\Users\Public\Desktop\001.pdf"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; WshShell.SendKeys "%s"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;&amp;nbsp; Set WshShell = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: 'courier new', courier; background: transparent;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 10:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411731#M146121</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2015-12-17T10:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411732#M146122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Stefan, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i have tried your very simple code to save PDF Document but without success. &lt;SPAN style="font-size: 13.3333px;"&gt;I have a variable which stores the filename. &lt;/SPAN&gt;On executing WshShell.Sendkeys strFilename, the system types in the variable in the vba code itself and not on the activated SAVE AS Dialog Box.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Could you kindly look into this. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thanks&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Amit &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;************************************************************ &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set WshShell = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;&amp;nbsp; Application.Wait Now + TimeValue("0:00:01")&lt;/P&gt;&lt;P&gt;&amp;nbsp; AppActivate "Speichern unter"&lt;/P&gt;&lt;P&gt;&amp;nbsp; WshShell.SendKeys "%n"&lt;/P&gt;&lt;P&gt;&amp;nbsp; WshShell.SendKeys strFilename&lt;/P&gt;&lt;P&gt;&amp;nbsp; WshShell.SendKeys "%s"&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set WshShell = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;************************************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411732#M146122</guid>
      <dc:creator>former_member927138</dc:creator>
      <dc:date>2016-01-08T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411733#M146123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for not answering sooner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code works.&lt;/P&gt;&lt;P&gt;I had the same problem as you --&amp;gt; it's because you must not start the code in the editor but from Excel or that like. If you start the code from the editor,&amp;nbsp; 'AppActivate' activates the Window for one second and jumps back to the editor in order to execute the next line. If you start the code from somewhere else (not in the editor) you won't have such issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've improved the code a little bit: (not the codes waits until the window "SaveAs" (Speichern Unter) is opened &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set WshShell = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On Error Resume Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AppActivate "SaveAs"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loop Until Err.Number = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AppActivate "Speichern unter"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.SendKeys "%n"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.SendKeys &lt;SPAN style="color: #333333; font-size: 12px;"&gt;strFilename&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WshShell.SendKeys "%s"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look for a code sending the parts without activating the window (i.e. in the background) but that takes a while&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 13:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411733#M146123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-08T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411734#M146124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit and Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I described different methods of SendKeys &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-38588"&gt;here&lt;/A&gt;, but the target was in this case an SAP session window. In your case it is a Windows dialog, so I think you can use in VBA a solution near by &lt;A href="https://support.microsoft.com/en-us/kb/176058"&gt;this example&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 17:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411734#M146124</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2016-01-09T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export pdf using Windows window</title>
      <link>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411735#M146125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael and Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to SAP and VBA. I'm currently on a project in which I need to print (generate pdf doc) via CutePDF Writer. I'm able to select Print option in SAP (via script recorder) however after that I received two windows one to select printer and after selecting OK from this window it will ask to select path to Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I should control both these window and select correct options ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 13:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/export-pdf-using-windows-window/qaa-p/11411735#M146125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-18T13:44:29Z</dc:date>
    </item>
  </channel>
</rss>

