Spool job

i want to be able to print a job from the spool in batch mode. In other words a job currently exists that creates a report that currently goes to a printer.
The user wants the report to print on two different printers.
can any one give the report or a solution for this question...........................

Hi,
Use FM RSPO_RPRINT_SPOOLREQ
Best regards,
Prashant

Similar Messages

  • Cannot Open a new spool job

    Hi,
    I am tryiing to print the COBRA letters from the program RPUCOB02 and i am selecting uptodate radio button.
    I am not facing the error when i select one employee and give the letter print.when i try to select more that one employee and click on letter generate buton it is throwing an error "cannot generate a new spool job"
    It is working fine with the first employee.
    when i went to into the debug mode in the Inlcude for COB02F03 of the program RPUCOB02 , there is open_form and it is dispalying the 104 exception " Error when opening layout set printing" for the second ee.
    can anyone let me know how i can eliminate the error
    Thanks.

    Anjani & Raj,
    This worked for me as a bandaid fix.... didnt do much reasearch... looks like after printing first employee the system is trying to create a new spool request again.... follwoing work around worked for me and may work for you too....
    In the First component of the COBRA User Exit -  ZXPCOU01
    added the following peice of code... and it worked as the spool will be openend once...
    DATA: lc_flag TYPE c.
    IMPORT lc_flag = lc_flag FROM MEMORY ID 'COBRAUSER'.
    IF lc_flag IS INITIAL.
      lc_flag = 'X'.
      EXPORT lc_flag = lc_flag TO MEMORY ID 'COBRAUSER'.
      RAISE standard_procedure.
    ELSE.
      sy-subrc = 0.
    ENDIF.

  • Issue with getting the entire spooled job into the pdf document

    Hi All,
    My scheduled job runs fine and completes successfully but it appears to have some issues with getting the entire spooled job into the pdf document which it sends to a an end user.Has anyone encountered it before.Your kind assistance would be appreciated.
    Thank you.
    Regards,
    John

    Hi,
    Please read below link for your query:-
    http://help.sap.com/saphelp_nw04/helpdata/EN/85/54c73cee4fb55be10000000a114084/content.htm
    Regards,
    Anil

  • Multiple invoices(spool jobs) download to multiple PDF files or 1 PDF file

    Hello techies:
    Has anyone written a program that takes the spool jobs of multiple Invoices from table TSP01 and then download these multiple invoices to multiple PDF files or to
    One PDF file depending on selection screen?
    This is an urgent request from client for archiving.  Any help is highly appreciated !
    Thanks so much
    SilviaB

    Hi Chris
    Try printing from another browser, such as Firefox. There have been issues between eBay's coding practices and how Safari interprets them.

  • Download a Spool job to UNIX ???

    Hi techies:
    <b>I have an urgent request from client.  They need to download a Spool job(report format) to UNIX directory.</b> Is there any standard SAP function routine that does this function???
    PLEASE help -  they have many reports that they want to spool .. and then
    save this spool job in UNIX directory.
    thanks for all your support and assistance.
    SB

    Hello Seshu:
    This fm <b>RSPO_DOWNLOAD_SPOOLJOB is not working to download to
    UNIX  -  unless I am missing something???</b>It does work to download to regular flat text file on local server
    HELP!!
    thanks
    SB

  • Combine Spool Job Contents ..

    Hello Experts,
    I'm hoping someone can help with this.  I have a requirement to create adobe print forms for a set amount of employees.  The problem I'm having is that I can get the spool job to create.  In side the spool job, it is broken into parts.  The pdf form created is 8 pages for one employee.  If I print 5 employees, the spool job will have 40 pages, but the job is split into 5 segments of 8 pages.  The issue I'm having is that I need to get all 40 pages in one file to send to a printer.  I've tried a number of things but I can't seem to get the spool job to print to pdf on a local machine.  The only alternative I can find is to get the segments of the spool job into one big file.
    Does anyone have any experience with this?  Points will be awarded for any help.
    Thanks,
    Meezy

    Hi,
    i have the same problem than the original poster. I call FP_JOB_OPEN/FP_JOB_CLOSE only once, and only one spool job is created. But inside this job there are several parts and each part is an own pdf document. It is possible to read each part/file separately, but i found no possibility to get one big pdf with all parts.
    Does anybody have an idea how to solve this?
    Jan

  • Cancel the print spooler jobs

    Can i delete the Print spooler jobs through command prompt or through any program with out stopping printspooler services.

    Hello, I think you can not delete spooler jobs without stop spooller service. Otherwise, If you try to delete queue, you will see "This files using another software etc." error message. You can try below cmd.
    R.
    net stop spooler
    DEL %systemroot%\system32\spool\printers\*.shd
    DEL %systemroot%\system32\spool\printers\*.spl
    net start spooler
    Ersin CAN - TAT MCSE - Private Cloud. www.get-itlabs.com

  • HP P1606dn network printer spools jobs but won't print without a "form feed"

    I recently changed by HP P1606dn printer from a USB connection to my HP desktop running Windows 7 (64bit) to a network connection.  The objective was to allow my Mac (OS 10.6.8) to print to this printers as well via the network. 
    When I first installed the printer it worked fine.  Then I installed the HP drivers on the Mac, and it too worked fine and continues to work fine.  However, my Windows 8 desktop stopped printing.  It appears to spool the print jobs correctly and they show up in the queue as actively printing.  However, the only way to get them out is to go over to the printer and press the "form feed" button (button showing page with down arrow).  Then the HP test page will come out followed by the desired print job.
    I've tried disabling "bi-directional support" in the "ports" tab under "printer properties" but that did not help.
    Any helpful advice appreciated!
    Brent

    Did you connect the USB cable when doing the firmware update?
    Please mark the post that solves your issue as "Accept as Solution".
    If my answer was helpful click the “Thumbs Up" on the left to say “Thanks”!
    I am not a HP employee.

  • Convert spool job to PDF

    Hi everyone,
    i generated an XML string using Chart Designer. i display my chart by using classes cl_gui_custom_container and cl_gui_chart_engine. what i want to do now is run my program as a job in the background and convert the generated spool request to PDF, but continuing to use my XML string as the source of the chart. i used FM CONVERT_ABAPSPOOLJOB_2_PDF. it works fine when used with a simple write: statement but it seems that when using GUI controls you cant generate spool requests when running  in the background. Does anybody know a way to do this?
    thank you,
    Alejandro.
    Message was edited by:
            Alejandro López

    Thanks guys,
    my problem is that when using GUI elements a spool will not be generated when running program in the background...is there a way arround this dificulty?  with the condition that my chart data source continues to be my XML string?
    Alejandro.

  • Printing spool Jobs too bing on Acrobat 7 vs Acrobat 6

    Hello all, we recently upgraded our Citrix servers from Acrobat Reader 6 to Acrobat Reader 7. Everything went really smooth, or at least we thought that.
    About three weeks after the migration the users started complaining about how slow the print jobs were coming out, especially at our remote locations.
    For a file about 40 pages long, when I print it out using Reader 6 the spool file is 1.2MB. When I print the same file using Reader 7.0.8 the spool file goes to 20MB, this is a huge difference and the impact in our network is very noticeable.
    This happens on our Servers as well as on our desktop, so doesnt matter what OS we are using Windows 2003 or Windows XP, they both have the issue. Has anybody face this issue before?

    Has anyone seen this issue before?

  • How to Send SAP User to Spool Job instead of SAPService SID

    Dear Gurus,
    I have to print data using access method C (or L) via print server that runs on win 2008.
    SAP AS runs on win 2003.
    It works fine, but user which appears in print job is SAPService<SID>. We need here sap user who actually initiated printing. It can be obtained easily by chaning access method to G. However, this solution is not acceptable.
    Thank you in advance,
    Nenad

    Problem solved on OS level by introducing anonymous log on.
    Cheers.

  • Page format problem while converting spool job to PDF file

    Hi,
    I convert the sapscript from spoollist to pdf with the FM CONVERT _ OTFSPOOLJOB _ 2 _ PDF giving the spool id but I can not get the file properly. It adds a raigth margin to the PDF file.
    Should I call aany other FM to format the PDF file ?
    Thanks.
    Utku.

    Hi,
    I have executed the report and the PDF file has the right margin.
    In the properties of PDF file it says PDF version 1.3 (Acrobat 4.x) and Page Size 11.69 in x 11.69 in
    Also I open the PDF file with Acrobat 5.0
    Thanks.
    Utku.

  • How to create a spool job for adobe form without dialog

    Hi All,
    I have a requirement like below.
    I need to generate a spool for Adobe form output and that sholud be without print parameters dialog popup.
    What are the parameters i need to pass to the FP_JOB_OPEN function module.
    Solutions will be appriciated.
    Thanks in advance

    hi,
    I think the following document will help you....
    http://help.sap.com/saphelp_nw04s/helpdata/en/48/8144ad5999426facb9b77bf0c1e868/frameset.htm
    Thanks and Regards
    shanto alooor

  • How to stop spool jobs?

    Hi,
    I want to stop spool , from getting into SP01 and from printing.
    I checked one pf the threads from SDN.
    DATA: print_parameters TYPE pri_params.
    print_parameters-PRIMM = ''.
    print_parameters-PDEST  = 'LOCL'.
    print_parameters-PRNEW = 'X'.
    SUBMIT RCATSTCO TO SAP-SPOOL
                        SPOOL PARAMETERS print_parameters .
    But this still doesnt stop putting data into Spool and print. Program will be scheduled in batch.
    Regards
    Mohinder Singh Chauhan

    thanks

  • Regarding OTF Spool job

    Hi Folks
    I am using the following code for my requirement:
    data: SPOOLNO LIKE TSP01-RQIDENT value '24841'.
    DATA: NUMBYTES TYPE I.
    data :pdfspoolid like tsp01-rqident,
    jobname like tbtcjob-jobname,
    jobcount like tbtcjob-jobcount.
    DATA: PDF LIKE TLINE OCCURS 100 WITH HEADER LINE.
    tables: tsp01.
    select single * from tsp01 where rqident = spoolno.
    if sy-subrc <> 0.
    WRITE: / 'Spoolauftrag existiert nicht'(003)
    COLOR COL_negative.
    exit.
    endif.
    CALL FUNCTION 'CONVERT_OTFSPOOLJOB_2_PDF'
    EXPORTING
    SRC_SPOOLID = spoolno
    NO_DIALOG = ' '
    DST_DEVICE =
    PDF_DESTINATION =
    IMPORTING
    PDF_BYTECOUNT = numbytes
    PDF_SPOOLID = pdfspoolid
    OTF_PAGECOUNT =
    BTC_JOBNAME = jobname
    BTC_JOBCOUNT = jobcount
    TABLES
    PDF = pdf
    EXCEPTIONS
    ERR_NO_OTF_SPOOLJOB = 1
    ERR_NO_SPOOLJOB = 2
    ERR_NO_PERMISSION = 3
    ERR_CONV_NOT_POSSIBLE = 4
    ERR_BAD_DSTDEVICE = 5
    USER_CANCELLED = 6
    ERR_SPOOLERROR = 7
    ERR_TEMSEERROR = 8
    ERR_BTCJOB_OPEN_FAILED = 9
    ERR_BTCJOB_SUBMIT_FAILED = 10
    ERR_BTCJOB_CLOSE_FAILED = 11.
    I am not getting the proper result as PDF . I am getting the PDF with junk data.
    <b>Points are assured for helpful and correct answers.</b>
    Regards,
    Sreeram

    Hi
      It's Answered.

Maybe you are looking for

  • My 6-year-old iMac is painfully slow after I installed Mavericks, despite increasing ram to 4 GB.  Any help out there?.

    My 6 year old iMac is painfully slow after I installed Mavericks, despite upgrading to 4 GB of Ram.  Everything stops and I see the spinning beachball way too frequently.  Any suggestions or solutions?

  • Reg.reports

    Hi Experts, I am creating one pick order summary report with tables vbak, vbap, vbup, likp, lips and makt. i designed the selection screen with fields vbeln , erdat and kunnr. so, what is the next step?. please send the help ful answers . Thanks & re

  • Retrieve the hided source code

    hi all.        I have hided the source code of a program by appending the program to a internal table and inserting   '*@#@@[SAP]'  to the internal table at in dex one its working well. My task is to retrieve the hided source code of the program in t

  • What off-site, online backup service works best with Aperature?

    I would feel more comfortable with off-site backup for my 19,000 photos in iPhoto.  I am thinking of moving to Aperature.  I would like a service that would restore iPhoto or Aperature easily if my MBP hard drive should fail or corrupt my pictures. 

  • Newbie concerns

    Hi, I've only had my MacBookPro for a year and I have never upgraded an operating system before on any computer. Usually I would only get the newest operating system when I got a new computer. I have heard horror stories about people losing programs