Output spool request

Dear All
How to delete Output spool request.  Kindly send the detail procedure
Moderator message:
Locked. Reason: basic question.
Please read forum rules.
Edited by: Csaba Szommer on Dec 16, 2011 1:41 PM
Edited by: Csaba Szommer on Dec 16, 2011 1:47 PM

Hi,
it is the way to use transaction SP01 in display the spool request is to change there the date in the field "Deleted on".
It works perfectly.
The problem begins when your standard users discover this technique and you find a big number of huge report spools with a deletion date in year 9999. Then you get a huge TST03 table....
the only way to avoid having the spool deleted is to modify the TSP01-RQCRETIME and TSP01-RQDELTIME, the corresponding spool request number such that the year portion is some high value:
RQCRETIME : 2099101022114500
RQDELTIME: 2099101822114500
Unfortunately this method requires direct modification of table tsp01 and not sure if you'll be able to do that in your environment.
Regards
Raj.
Moderator message:
Warning. You used someone else's message as it was your own. Please note that such behaviour can result in deletion of your user.
source:
Several SP01 spool request that need to preserve
Edited by: Csaba Szommer on Dec 16, 2011 1:44 PM

Similar Messages

  • Trasaction code for spool request

    Hi all,
    I enter Val chose for print priview for DELNOTE .i dint get it.how can i process it .
    thanku
    pavan reddy

    Every user can manage his or her own spool and output requests in the Output Controller. Call the output controller using transaction
    SP01 (Tools CCMS Spool Output Controller) or in the system by choosing System Services Output Controller.
    Features
    In the output controller, you can:
    ·        Check the status of your own current spool requests. To do this, choose System ® Own Spool Requests.
    ·        Specify selection criteria for displaying spool and output requests. A list of spool or output requests then appears that match these criteria.
    ·        Output spool requests; that is, the system generates output requests that are sent to the host spooler, for printing or output on other devices.
    ·        Display detailed data about a spool or output request and change certain attributes such as destination printer and the number of copies
    ·        Display the data to be printed and download it as an ASCII file.
    ·        Add spool requests to another spool request.
    ·        Delete requests.
    Hope this answers your curiosity,
    Award points if useful else getbk,
    Aleem.

  • How to put the alv output into the spool request?

    Hi guys,
    How to put the alv output into the spool request?
    Thanks!

    Hi
    Sending an ALV List screen output to SPOOL
    Convert ALV list to PDF and send mails to respective persons
    Regards
    Pavan

  • Display all sales order's smartform output in one spool request

    Hi,
    If suppose user has given sales order number from 01 to 14 then the output of all sales order should come in one print priview of spool request. How to do it?
    Please help.
    Thanks in advance,
    Rgds,
    Madhuri

    Hi Madhuri,
    Call open form write form and close form in loop so that till sales order remains in the loop the form will continue to print. In this way all sales order in internal table will print in the same spool.
    Hope this will help you.
    Regards,
    Vijay

  • Add the output from two documents on to a single spool request

    Hi All,
      I have a situation where the Remittance output using transaction F110 goes to a spool request which triggers VF31 transaction to ouput invioices, these invoices go on to a separate spool. My requirement is that all the invoices related to the Remittance should print in the same spool request after the Remittance output? Is there any method that this can be done? Would an example be possible?
    Regards,
    Puneet P.

    Hi Puneet,
    do you have access to the print program, I mean, can you change it when the open_form function is called (depends on customizing settings for this transactions)? If so, you can change the ITCPO-TDNEWID. This will cause to print the next output into the former opened one. So you first output has ITCPO-TDNEWID = 'X', the second ITCPO-TDNEWID = ' '. Then they will be merged into one.
    Cheers,
    Stefan

  • Output type PO - NEU spool request

    Dear Experts,
    In my scenario, PO determined standard output type NEU which is in yellow symbol. when i investigate output determination, system updated output found however, spool request is not created when i i click on processing log. Any specific settings need to be examined.
    Thks,

    Hello,
    Go To NACE T-code
    Application EF
    Select desired key combination type.
    Please maintain medium as 1-Print output and Date/Time as 4.
    Press the communication Tab; and remove the tick of Print Immediately check box.
    Also in addition to above chcek the default printer settings made for the users in SU3 T-code
    Br,
    Tushar

  • Geting the output type of spool requests

    Hi all:
    I was wondering how to get the output type (called Message type "KSCHL" in table NAST) for a certain spool request (those are saved on table TSP01). It seems like these tables are unlinkables each other. When I print a smartform, I choose the output type (mail, printing, fax, etc.) but when I check the spool request on SP01 transaction, there aer not way to review the output type (KSCHL). Any idea? Thank you so much .

    Hello Gilberto,
    U can get the output type of any billing doc or sales doc or invoice or purchase order thru table
    NAST.
    Re,Manas

  • Many smart outputs outputs under 1 spool request?

    hai,
    iam executing the smart form for 10 customers(for sales orders).
    how can i get all these 10 outputs under one spool request?
    and if i execute the smart form ,i should not get the PRINT dailog screen.Directly , it should go to spool....how?
    regards,
    vrlreddy

    Hi,
    When calling your smartform FM, pass value 'X' for parameter user_settings as below.
    CALL FUNCTION lf_fm_name
               EXPORTING
                          archive_index        = toa_dara
                          archive_parameters   = arc_params
                          control_parameters   = ls_control_param
                          mail_recipient       = ls_recipient
                          mail_sender          = ls_sender
                          output_options       = ls_composer_param
                          user_settings        = 'X'
    This means standard user setting is used instead of asking for print parameter through PRINT dailog screen.
    Regards,
    Teddy

  • Allform outputs under one spool request?

    hai,
    iam executing the smart form for 10 customers(for sales orders).
    how can i get all these 10 outputs under one spool request?
    and if i execute the smart form ,i should not get the PRINT dailog screen.Directly , it should go to spool....how?
    regards,
    vrlreddy

    Hi,
    When calling your smartform FM, pass value 'X' for parameter user_settings as below.
    CALL FUNCTION lf_fm_name
               EXPORTING
                          archive_index        = toa_dara
                          archive_parameters   = arc_params
                          control_parameters   = ls_control_param
                          mail_recipient       = ls_recipient
                          mail_sender          = ls_sender
                          output_options       = ls_composer_param
                          user_settings        = 'X'
    This means standard user setting is used instead of asking for print parameter through PRINT dailog screen.
    Regards,
    Teddy

  • Combining multiple smartform output in one spool request

    Hi,
    I'm calling 5 different smart forms from driver program based on some conditions and trying to merge the output of each of these smart forms in a single spool request. I achieved this by setting control parameters no_open and no_close based on first or last print.
    The problem i'm facing now is when i call one particular smart form ZSMARTFORM6 along with other smartforms i'm getting a error FORM SMARTFORM6 has wrong Page format.
    If i call only this smart form it is working correctly.
    Any idea how to avoid this error message.
    Regards,
    Raghavendra

    Hi
    In The control Parameters u have an Option NO_OPEN   and NO CLOSE  u have to use this to combine multiple SSF to one Spool
    DATA SSFCTRLOP LIKE SSFCTRLOP.
    CALL FUNCTION 'SSF_OPEN'
    SSFCTRLOP-NO_OPEN = 'X'.
    SSFCTRLOP-NO_CLOSE = 'X'.
    CALL FUNCTION SMART1
    EXPORTING
    CONTROL_PARAMETERS = SSFCTRLOP
    CALL FUNCTION SMART2
    EXPORTING
    CONTROL_PARAMETERS = SSFCTRLOP
    CALL FUNCTION SMART3
    EXPORTING
    CONTROL_PARAMETERS = SSFCTRLOP
    CALL FUNCTION SMART4
    EXPORTING
    CONTROL_PARAMETERS = SSFCTRLOP
    CALL FUNCTION 'SSF_CLOSE'
    Surya
    Edited by: suryareddy on Aug 27, 2009 9:24 AM

  • Three Spool Request output in Single Page

    Dear All,
    One our consultant has a requirement that he wants three output request to be printed in one page to avoid wastage of paper.
    Please suggest.....
    Regards
    Sharath

    Hi Hari,
    I have also informed the same thing to ABAPER and what they have done is they clubbed all their documents as different pages in to one spool request.
    Thanks for your suggestion
    Cheers
    Sharath

  • Storing the adobe form output permanently just as spool request does...

    my requirement is as follows...
    1.user runs a transaction which generates an adobe print form..
    2.when this happens the generated print form should be stored permanently on the application server just as spool requests are stored....
    3.how can i store this adobe form on application server permanently so that the user can directly print that form in future with out executing the transaction..?
    please help me as soon as possible....

    Hi Sudheer
    there is no standard persistence mechanism for a generated PDF. If you need to store the PDF for later usage, you need to create the business logic to do so. Every SAP application and all customers store their documents in different way, which is why it is currently not feasible to provide 'standard' persistence.
    Best regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Output should not go to the spool request,

    Hi,
    I have been asked about printers, the printouts
    are going to the spool request however they should be directly printed.
    Why are not printed and instead goes to the spool?
    Thanks.

    Probably because "Print Immediately" has not been set.
    Gareth.

  • Spool request internal error

    Dear All,
    When I am executing a report in background using tcode se38, I am not able to view the output of the report from the spool request .
    When I try to view the contents of the spool request, It simply gives a message
    as follows :
    Request 74837 in system PRD : internal error
    00000040/ in spooler.
    Please advice me on this issue.
    Thanks
    Gaurav

    hello Gaurav,
    it is coming because the columns in spool is exceeding the SAP defined limit of 255. Either you need to create a device type with columns greater than 255 or else use the OSS note: 186603. It has a simple report <b>ZRSPOSHOWLIST</b>  that you need to create in your system. I created this report and now whenever i have such errors I use it to view the spool.
    regards.
    Ruchit.

  • Simple Request - How Do I Print a Spool Request in 3.1i?

    Here is the scenario:
        I have created an FI Misc Credit Memo for a customer who wants a hard copy of the document. Using transaction code FB12, I generate a correspondence. Then using transaction code F.64, I attempt to print the document. This generates a spool request with a number like 86,007.
    From there I go to system>services>output control which takes me to the spool request screen. From there, I am missing the next step.
    This screen has fields for:
    Spool request number (attempted number given when spool request was generated - 86,007, field only fits 5 characters so comma has been excluded)
    Spool request name ( I think this is my problem as I have no idea where to find this)
    User name (field is populated)
    From date  (field is populated)
    Client  (field is populated)
    Output device (have entered desired printer name)
    Format (usually self-populates once a successful print request is entered)
    Title (unnecessary field I believe)
    Recipient (unnecessary field)
    Department (unnecessary field)
    No one on our staff has been able to help me with this issue so I've turned to the community. I am an end user (Tax Analyst) who possesses little technical knowledge. My apologies. Thank you in advance for any help given!

    Hello,
    remove values from all the fields in the selection screen and enter only your spool number. The Execute wiht 'F8' and if the spool request is found, with the "printer" push-button you can print it.
    Best regards,
    Andrea

Maybe you are looking for

  • How to print logo in standard report

    Hi, How to print a logo in sap ordinary report Thanks, Sreedhar

  • Flash sort of installs but doesn't work

    It seems to install it shows the ocx file in my flash folder and the plugin in the browser but will not open flash movies or flash content.. I know for a fact it's my flash because no flash items will show up, the test page also is a no show. I have

  • File-xi- mail scenario with attachements

    Hi Can anybody tell me the real time use of file-xi- mail scenario with attachements ?? thanks kumar

  • Accessing files in a folder

    I'm wanting to a do a little program that will access the images in a folder and display them. If I have access to a function that could select the next file in a folder I could create the rest myself, but I haven't heard of a function that does this

  • Spell Checker in Forms 6i

    If any one can guide me that how to implement spell checker in forms to avoid data entry errors.