<?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: Choose fronted printer. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927469#M60179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Raja, even I'm a bit not clear with your description of the requirement. But as far as I know, you will not be (and should not be) able to change the default printer for Windows for any user. Don't you think that is going a bit too far ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the user wants to be able to select the printer which has to print the word document, then instead of using the print button on the toolbar in the word document, the user will have to choose the menu option &amp;lt;i&amp;gt;File--&amp;gt;Print&amp;lt;/i&amp;gt; from his word document. That will give him a pop-up which has got the printers defined in Windows. He can choose any printer from there. The toolbar button for print in Ms-Word does not give this pop-up, it automatically prints at the default printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2005 07:37:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-03T07:37:35Z</dc:date>
    <item>
      <title>Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927464#M60174</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;I need to print several word documents one after another, but not to the default printer. Todo that, I open each document, print it and closing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the Interface I_OI_DOCUMENT_PROXY methods:&lt;/P&gt;&lt;P&gt;  - OPEN_DOCUMENT_FROM_TABLE &lt;/P&gt;&lt;P&gt;  - PRINT_DOCUMENT&lt;/P&gt;&lt;P&gt;  - CLOSE_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I only succeeded to print my documents to the fronted (user windows) default printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to change the windows default printer for my application before printing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked for a method in class CL_GUI_FRONTEND_SERVICES&lt;/P&gt;&lt;P&gt;but didn't find one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks from your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 06:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927464#M60174</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-05-03T06:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927465#M60175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the menu option &amp;lt;i&amp;gt;System&lt;DEL&gt;&amp;gt;User Profile&lt;/DEL&gt;&amp;gt;Own Data&amp;lt;/i&amp;gt;. On the screen that follows, go to the &amp;lt;i&amp;gt;Defaults&amp;lt;/i&amp;gt; tab and specify the Output Device to the value that you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you're looking for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 06:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927465#M60175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927466#M60176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the printer is defined in the SAP system you can get the same from table&lt;/P&gt;&lt;P&gt;TSP03 &lt;/P&gt;&lt;P&gt;and then you can direct your prints to that particular printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check out this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPO_FRONTEND_PRINTERS_FOR_DEV&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>Tue, 03 May 2005 06:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927466#M60176</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-03T06:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927467#M60177</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;Thanks but I required that the user will select the printer at runtime,&lt;/P&gt;&lt;P&gt;before the documents send to the printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I open a Word document and print it the selected printer is taken from the Windows printer definition, like when I open my Word application from the desktop, regardless the printer defined in the SAP system (in my opinion).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 06:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927467#M60177</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-05-03T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927468#M60178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain the process bit more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my understanding is that you thru an abap program you open documents and print it right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where does the user interaction comes here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or do you want the ability for the user to choose a front end printer before they run the abap (as selection value)&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>Tue, 03 May 2005 07:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927468#M60178</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-03T07:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927469#M60179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Raja, even I'm a bit not clear with your description of the requirement. But as far as I know, you will not be (and should not be) able to change the default printer for Windows for any user. Don't you think that is going a bit too far ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the user wants to be able to select the printer which has to print the word document, then instead of using the print button on the toolbar in the word document, the user will have to choose the menu option &amp;lt;i&amp;gt;File--&amp;gt;Print&amp;lt;/i&amp;gt; from his word document. That will give him a pop-up which has got the printers defined in Windows. He can choose any printer from there. The toolbar button for print in Ms-Word does not give this pop-up, it automatically prints at the default printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 07:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927469#M60179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T07:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927470#M60180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eyal,&lt;/P&gt;&lt;P&gt;Are you trying to print to the Windows default printer ?&lt;/P&gt;&lt;P&gt;If this is what you want to do, you can specify the output device as LOCL. This will print it on which ever printer is set as the default printer for that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Remember 2 Reward the answer that helped u solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 08:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927470#M60180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T08:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927471#M60181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is should be as follow:&lt;/P&gt;&lt;P&gt; - The user gives a range of documents number in the select option and has a parameter to choose a printer to print them.&lt;/P&gt;&lt;P&gt; - For each document I:&lt;/P&gt;&lt;P&gt;      -    fill an Internal table in 'RTF' format ( the document content ).&lt;/P&gt;&lt;P&gt;      -    Open the document from the internal table,&lt;/P&gt;&lt;P&gt;      -    Set the printer in the user fronted ( like in the printer dialog ) - This my problem,&lt;/P&gt;&lt;P&gt;      -    Print the document,&lt;/P&gt;&lt;P&gt;      -    Close the document.&lt;/P&gt;&lt;P&gt;      -    Next document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I am Opening and Closing the document in the screen PBO the user doesn't see the documents on screen so he can't choose the printer himself in the print dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is better now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 08:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927471#M60181</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-05-03T08:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927472#M60182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try setting the prompt_user parameter of PRINT_DOCUMENT method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the list of front end printers installed you can use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; CALL FUNCTION 'RSPO_LIST_FRONTEND_PRINTERS'
        destination 'LOCAL_PRINT'
          TABLES
            list    = list
          exceptions
            others  = 1.
&lt;/CODE&gt;&lt;/PRE&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>Tue, 03 May 2005 09:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927472#M60182</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-03T09:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927473#M60183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it does not work. The prompt_user&lt;/P&gt;&lt;P&gt;parameter opens the dialog printing before the document is sending to the printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not good for me because the user need to choose the printer once at the selection screen and not for each document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 09:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927473#M60183</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-05-03T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927474#M60184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we see the implementation of print_document method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste the code here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also have a look at the following weblog&lt;/P&gt;&lt;P&gt;/people/mark.finnern/blog/2004/08/10/spread-the-love&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 09:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927474#M60184</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-05-03T09:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Choose fronted printer.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927475#M60185</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;&lt;/P&gt;&lt;P&gt;Members of my class:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mref_control     TYPE REF TO i_oi_container_control&lt;/P&gt;&lt;P&gt;mref_document    TYPE REF TO i_oi_document_proxy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The open method code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD show_document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CONSTANTS:&lt;/P&gt;&lt;P&gt;        lc_doc_type  TYPE soi_document_type VALUE 'Word.Document.8'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DATA: lref_error       TYPE REF TO i_oi_error,&lt;/P&gt;&lt;P&gt;          lv_retcode       TYPE soi_ret_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DATA: lv_num_of_lines  TYPE i,&lt;/P&gt;&lt;P&gt;          lv_document_size TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD mref_control-&amp;gt;get_document_proxy&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        document_type   = lc_doc_type&lt;/P&gt;&lt;P&gt;        document_format = 'RTF'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        document_proxy  = mref_document&lt;/P&gt;&lt;P&gt;        error           = lref_error&lt;/P&gt;&lt;P&gt;        retcode         = lv_retcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD lref_error-&amp;gt;raise_message&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        type = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DESCRIBE TABLE mt_text LINES lv_num_of_lines.&lt;/P&gt;&lt;P&gt;    COMPUTE lv_document_size = lv_num_of_lines * 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD mref_document-&amp;gt;open_document_from_table&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        document_size    = lv_document_size&lt;/P&gt;&lt;P&gt;        document_table   = mt_text&lt;/P&gt;&lt;P&gt;        open_inplace     = 'X'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       open_readonly    = pv_disp_only&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        protect_document = pv_disp_only&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        error            = lref_error&lt;/P&gt;&lt;P&gt;        retcode          = lv_retcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD lref_error-&amp;gt;raise_message&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        type = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDMETHOD.                    "show_document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The print method code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; METHOD print_document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    DATA: lref_error       TYPE REF TO i_oi_error,&lt;/P&gt;&lt;P&gt;          lv_retcode       TYPE soi_ret_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD mref_document-&amp;gt;print_document&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        prompt_user = ' '&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        error       = lref_error&lt;/P&gt;&lt;P&gt;        retcode     = lv_retcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD lref_error-&amp;gt;raise_message&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        type = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDMETHOD.                    "print_document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eyal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 10:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/choose-fronted-printer/m-p/927475#M60185</guid>
      <dc:creator>eyal_alsheikh</dc:creator>
      <dc:date>2005-05-03T10:51:01Z</dc:date>
    </item>
  </channel>
</rss>

