Triggering SRM PO output to windows spool

Hi,
I have a customer requirement to output the SRM PO to the user windows default printer.
Customer do not want to configure printers through SPAD transaction...
Customer do not want to display PO in PDF and then to print it to windows printer.
Customer wants to select one or several PO (i already have a bespoke transaction for this) and then send them to the user windows default printer.
Did anybody already implement this behaviour ?
Kind regards,
Yann

Hi yann,
I am facing similar problem .Could you tell me how you did this .
I am trying to send smartform to printer directly ,its opening Print dialog but i dont see any front end printers when i pass Output device as LOCL .
Could you tell me what parameters you have passed thru control parameters and output options .
I would really appreciate your help .
thanks

Similar Messages

  • SRM PO Output log table name

    Hi,
    We are using extended classic scenario. PO is created in SRM. When SRM PO is created, email is sent to supplier. I wanted to know the name of SRM PO output log.
    Regards,
    Satish Aralkar

    Hi Satish,
    If you want to see the Output sent from SRM you can check the transaction SOST.
    OR
    if you want to check the triggered output for PO:
    You can use transaction BBP_PPF to see the output logs
    Enter the following values for PO log:
    1.Action definition = 'STANDARD_PO'
    2. Application Key = Enter PO Number
    You can remove any value in time Frame.
    Click on Start .You will see all the triggered output's for PO.
    You can access this in Web GUI (ITS) with trasaction link  'Issue Purchase Order'
    If you want to see the Output sent from SRM you can check the transaction SOST.
    Table name : PPFTTRIGG
    Best Regards,
    Sapna
    Edited by: Sapna Patil on May 20, 2009 5:52 AM

  • Windows spooler display document name as local document

    I saw the document name with local path at Windows spooler, even if the PDF file came from http or ftp server. I guess, it is depend on the server, because the PDF files which came from one server are displayed the file name with URL as document name, but it came from other server is displayed the file name with local path - C:\Documents and Settings\username\Local Settings\...
    Could someone tell me what is difference between local path and URL path?

    Here is the approach to read document set columns and assign to other webparts:
    for each document set you can find the id when you clicking on the document set or navigating to the welcome page,
    using this id read query string and  the associated item column values and assign to otherwebpart .
    Reference code:
    //page_load for other webpart read the query string of welcome page
    if (Page.Request.QueryString["ID"] != null)
                    ID = Convert.ToInt32(Page.Request.QueryString["ID"]);
                    if (itemID > 0)
                        GetDocumentSetItem(ID , site);
      protected void GetDocumentSetItem(int itemid, SPSite sSiteUrl)
                SPSite site = sSiteUrl;
                SPWeb web = site.OpenWeb();
                SPList list = web.Lists.TryGetList("DocumentlibraryName"); //where documentset content type attached
                SPListItemCollection items = list.GetItems();
                SPListItem item = null;
                if (itemid > 0)
                    item = list.Items.GetItemById(itemID);//getting the current item
       //read the document set item column values and assign it other webpart controls , 
                    txtDocsetidname.Text = Convert.ToString(item["FileLeafRef"]);
                    txtDocsetid.Text = Convert.ToString(item["hiddenfield"]);
    In the welcome page I have placed button to load webpart ,while loading the webpart I am reading the query string assigning the values to otherwebparts.
    G1

  • 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

  • Updating Output Preview window

    Hello. I have a problem with output preview window. I found the thread with the same question: How to update Output Preview window? . But there are no answers. May be anybody can answer now.
    Thank you.

    I sent "PDPageNotifyContentsDidChange" notification. It helps to show new element with this colorant in document, but not in OP window.
    It is very srange behavior. If you open OP window after adding colorant, OP window show it. If change Simulation Profile from CMYK to RGB (or RGB to CMYK or GS ets.) new colorant will appeared. Workaround: Maybe it posible to change this profile programmatically?
    If you open OP window then change in preferences default working space and then open OP window again Simulation Profile won't be changed.

  • 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

  • Layout to be generated as PDF output in a Spool

    Hi ,
    I am generating a layout using smartform. My requirement is layout has to be generated as PDF output in a Spool.
    Please let me know how to write the code  in my driver program to generate the spool or any FMs related to this. 
    Thanks in advance.
    Regards,
    Jyothi
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jul 14, 2009 12:44 PM

    hi
    use  below sample code  hope this may help u out
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    IMPORTING
              fm_name            = fname
    CALL FUNCTION fname
      IMPORTING
              job_output_info    = impdata..
    i_itcoo[] = impdata-otfdata[].
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
            EXPORTING
              use_otf_mc_cmd         = 'X'
            IMPORTING
              bin_filesize           = binsize
            TABLES
              otf                    = i_itcoo
              doctab_archive         = idocs
              lines                  = t_pdf
            EXCEPTIONS
              err_conv_not_possible  = 1
              err_otf_mc_noendmarker = 2
              OTHERS                 = 3.
    CALL METHOD cl_gui_frontend_services=>file_save_dialog
              CHANGING
                filename = filename
                path     = path
                fullpath = fullpath.
    CALL FUNCTION 'GUI_DOWNLOAD'
              EXPORTING
                bin_filesize = bin
                filename     = fullpath
                filetype     = 'BIN'
              TABLES
                data_tab     = t_pdf 
              EXCEPTIONS
                OTHERS       = 99.
    thank you
    surya

  • SRM PO : use default windows printer to print PO

    Hi,
    I have a customer requirement to output the SRM POs to the user windows default printer.
    Customer do not want to configure printers through SPAD transaction...
    Customer do not want to display PO in PDF and then to print it to windows printer.
    Customer wants to select one or several PO (i already have a bespoke transaction for this in SRM) and then send them to the user windows default printer.
    Did anybody already implement this behaviour ?
    Kind regards,
    Yann

    The windows default printer can be configured in SAP as a LOCAL printer by the BASIS team. Once that is configured, you can simply specify the name (LOCL / LP01 / whatever the name given), in the printer name parameters.
    check with your BASIS team what is the name for local printer configured in SAP.
    Regards,
    Ravi
    Note - Please mark all the helpful answers

  • BI Publisher - output file window won't open

    My customer is having an issue with opening or saving report output generated by BI Publisher.
    Environment is Siebel CRM 8.1.1 running on RH Linux 4. Out of box reports work fine to the extent we can fin all the outputs under Administration - BIP Report. However after we select the output type (PDF, EXCEL, RTF, etc), a new window opens prompting for either "open" or "save". Clicking either button will result in nothing, while the local desktop's CPU usage by IE shoot up, sometimes up to 100%. Browser is IE6 by the way.
    If anybody has seen this before or has any pointers, please let me know.
    Thanks!
    Jiang Tong | Principal Architecture Specialist | 630.618.1911 (cell) Oracle Application Expert Services Westchester, IL USA | CST Time Zone

    We un-installed 2 Microsoft patches to make it work. For the benefit of other users who might encounter the same problem - KB976749, KB974455.
    Jiang Tong | Principal Architecture Specialist | 630.618.1911 (cell) Oracle Application Expert Services Westchester, IL USA | CST Time Zone

  • RH 7 - How can I get .swf movies to work inside CHM output on Windows 7

    Hi RHelpers,
    I'm using RoboHelp Html (RH 7, latest patch) on my Win 7 64-bit machine to provide a HtmlHelp (CHM) output.
    Now that we're close to releasing, I've been doing some testing, and I've noticed that my SWF movie files do not play inside of Windows 7 when viewing them inside of the CHM file. It keeps asking to install the Adobe Flash Player. But I've already clicked Yes several times to that message, and it still doesn't play the file. I've even manually downloaded and installed it as an administrator, restarted my system and still no go. It just shows a red X in the container where the movie should be playing.
    However, viewing the same topic inside of RH's preview window (or inside a browser) seems to work fine. Also, I've copied and pasted the problem CHM onto a virtual machine running 32-bit Vista, and the movies display fine there. This tells me it's something to do with how how compiled files are handled in 64-bit environments.
    Has anyone else experienced this? Any solutions out there?

    I see the answer here:
    http://forums.adobe.com/thread/781427?tstart=2
    Also I verified that our software does use the 32-bit hh.exe so I'm only seeing this when running the help by itself, outside of our software. That's good news.

  • S video output on windows 7

    Hi All,
    i have HP Pavilion dv5131eu.
    i have upgraded to windows 7.
    i have connected to s video cable to the appropriate s video output.
    now i try to change display to s video and i cannot define it
    seems that windows 7 does not recognize this output.
    i open the display setting and i tried to change the display but i can not find this output.
    i have tried to install the  the audio drivers but still not change.
    help !! please !!!
    thanks,

    Hi,
    mm52111 wrote:
    Hi All,
    i have HP Pavilion dv5131eu.
    i have upgraded to windows 7.
    i have connected to s video cable to the appropriate s video output.
    now i try to change display to s video and i cannot define it
    seems that windows 7 does not recognize this output.
    i open the display setting and i tried to change the display but i can not find this output.
    i have tried to install the  the audio drivers but still not change.
    help !! please !!!
    thanks,
    Have you tried holding the Windows key and tapping the P key?
    As there is no support for Windows 7 for your laptop by HP at this writing, this may indeed be difficult.
    Have you checked in Device manager to see if any drivers have a yellow exclamation mark next to them?
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • 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

  • HI,Can the smartforms output the windows box as the type of dashed Line?

    My customer let me Print the windows box with the dashed line in smartforms, but i searched many method ,all failed,anybody know how to do it?

    hi,Bala Muthu Raja 
    thanks for your information.
    but i means i want to output the dashed line box for the windows as following......
    ^^^^windows^^^^
    ^^^^windows^^^^
    ^^^^windows^^^^
    ^^^^windows^^^^
    ^^^^windows^^^^
    adjusting the line width just make the box line become wild or thin.
    Message was edited by: shi jack
    Message was edited by: shi jack

  • Pdf output from abap spool

    Would like to know how to use the spool at the backend to create the pdf output in webdynpro. Thanks

    Appreciate if anyone can help me on this. Thanks!!

Maybe you are looking for

  • Validation for Cash payments

    hi experts, in our project the client needs a validation for FBCJ transaction for outgoing payments it will not allow more than 20,000/- except cash deposit in to bank(for this transaction it has to allow more than that amount). for this how to valid

  • Converted DVD files, Now I Need More Help

    I converted my DVD files so that my video iPod can read them, but now I have another problem. It would seem that a DVD has 8 or more seperate files that contains different portions of the actual movie. How can I get all of those different chapter fil

  • Suddenly cannot print to hp6510 which works from mac?

    Suddenly cannot AirPrint to hp6510 from ipad2.  Printer works perfectly with MacBook. iPad networked correctly to routers etc. what and how to check what is wrong?i

  • Gimp-Print and Postscript

    I just purchased an HP PCL color laser printer. Ocassionally I'll need to print EPS files with it. What's the best way to accomplish this? 1. Use Gimp-Print drivers 2. Create a PDF and then print the document using the standard PCL language 3. Someth

  • Best strategy for ID based video source with a plugin

    Hi, What would be the best strategy to load a video file based on an ID instead of source URL.  The plugin would use a webservice to lookup the ID and retrieve the url for the video.  The ID would be passed to the player via a flashvar. Thanks, Peter