<?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 SAPScripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107963#M982332</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 want to send the script form to number of printers at a time.&lt;/P&gt;&lt;P&gt;i mean suppose there r 4 printers one main and remaining three sub one's.&lt;/P&gt;&lt;P&gt;i need to have printout from all the 4 printers at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 18:45:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T18:45:32Z</dc:date>
    <item>
      <title>SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107963#M982332</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 want to send the script form to number of printers at a time.&lt;/P&gt;&lt;P&gt;i mean suppose there r 4 printers one main and remaining three sub one's.&lt;/P&gt;&lt;P&gt;i need to have printout from all the 4 printers at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 18:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107963#M982332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107964#M982333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No. It is not possible.&lt;/P&gt;&lt;P&gt;The options in OPEN_FORM is just a single structure to enter the parameters in ITCPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to loop it and pass different printer names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 18:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107964#M982333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T18:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107965#M982334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try writing a wrapper code to call the print program 4 times and use fm SET_PRINT_PARAMETERS to set the output device.This may work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 19:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107965#M982334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107966#M982335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To send output to multiple printers, you can configure a pool device type. A pool device type contain a list of SAP printers which the reports will be directed to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this in transaction code SPAD for spool administration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in SPAD, type ZXXX next to the field 'Output devices',&lt;/P&gt;&lt;P&gt;u2022	Click the button Output devices. &lt;/P&gt;&lt;P&gt;u2022	In change mode, click the Create button. &lt;/P&gt;&lt;P&gt;u2022	Specify the Device type of your printer. &lt;/P&gt;&lt;P&gt;u2022	Click the tabstrips 'HostSpoolAccMethod'. &lt;/P&gt;&lt;P&gt;u2022	In the field "Host spool access method" set to "P: Device Pool". &lt;/P&gt;&lt;P&gt;u2022	Click the tabstrips 'DevicePool' &lt;/P&gt;&lt;P&gt;u2022	Click the options "Send to all devices in pool". &lt;/P&gt;&lt;P&gt;u2022	Type in the list of the SAP printers device you want the report to go to in this pool under the section 'Pool Device List'. &lt;/P&gt;&lt;P&gt;u2022	Now, when the users send a print to the new device for e.g. ZXXX, it will print to all the spool device you have specify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 21:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107966#M982335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107967#M982336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from TSP03
 call function 'GET_PRINT_PARAMETERS'
EXPORTING
copies = 1
department = 'SYSTEM'
destination = 'LOCL'
expiration = 2
immediately = ' '
layout = 'X_65_255'
line_count = 65
line_size = 255
list_name = 'SPOOL ANME'
list_text = 'Spool Text'
mode = ' '
new_list_id = 'X'
no_dialog = 'X'
receiver = 'SAP*'
release = 'X'
sap_cover_page = 'X'
user = sy-uname
IMPORTING
out_parameters = l_params
EXCEPTIONS
archive_info_not_found = 1
invalid_print_params = 2
invalid_archive_params = 3
others = 4.

endselect.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seleccting the printers from tsp03 and sending print to all printers using the above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raj on Jun 27, 2008 3:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 21:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107967#M982336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T21:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107968#M982337</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;thank u soo much.&lt;/P&gt;&lt;P&gt;its really helpful.&lt;/P&gt;&lt;P&gt;once again thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107968#M982337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107969#M982338</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 have a dbt.&lt;/P&gt;&lt;P&gt;where do i need to call this in open_form.&lt;/P&gt;&lt;P&gt;i mean where shd i have to mention in open_form abt calling of the printers/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 15:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/4107969#M982338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T15:39:01Z</dc:date>
    </item>
  </channel>
</rss>

