Reg: Script Output from Spool and Printer

Hello All,
          I'm running ME22N TCode for a PO.
Now when I select Print Preview for a PO the Output is as desired.
But when I take the output from a Spool it's different.
Can any one tell me wht's the Problem is ?
Regards,
Deepu.K

Hello,
       There are 2 Windows for Address of the sender and receiver.
Eg: Left side of the page ADDR1 and Right side of the Page ADDR2.
IN Print Preview I get the content of addr1 on the left side and the content of addr1 on the right hand side.
But in the SPool Output I get the Content of addr1 on the right side of the page and the content of the addr2 on the left side of the page.
Hope I'm clear in  my explanation.
Regards,
Deepu.K

Similar Messages

  • Slow spooling and printing from Powerpoint 2013

    Has anyone experienced slow spooling and printing of PowerPoint documents from PP 2013?
    If I attempt to print the same document from PP2010, it spools and prints normally. It seems that the document background has something to do with slowness.
    I saw an older KB where Microsoft suggested to disable background printing. Disabling background printing makes it even worse.
    Thanks
    here is a link to a PowerPoint file
    https://www.dropbox.com/s/hle8x32j6wemday/SLOW.pptx?dl=0

    Hi,
    Does this only happen with PowerPoint documents? What about other Office files? How many machines are affected by this issue?
    Please first check whether you have the same print settings in PowerPoint 2013 and 2010.
    Also, if this is a network printer, please try to add it as a local printer, then try again and see if issue persists.
    Regards,
    Ethan Hua
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Restrict Output for Fax and Print in Sales Order

    Hi,
    I am having a sales order output with two output types - Fax and Print. I need to restrict one page "Terms & Conditions" to be printed only once when I select the output type as FAX. But if the output type is PRINT, I have to print the page "Terms & Conditions" after every page i.e in even numbers since it is getting printed on both sides of the paper.
    Can anyone help me on this.
    Thanks in Advance.

    Hi,
    For pages->Conditions->write condition for ,when it should trigger.
    output type eq Printer.
    Regards,
    Shiva Kumar

  • Simultaneous audio output from Ipad and bluetooth ?

    Is it possible to have simultaneous audio output from IPAD and a bluetooth speaker? At present I can only get audio from the Bluetooth Speaker and nothing from the IPAD's audio out! My purpose is that my Mom will hold the IPAD to listen to her Audiobooks but my Dad who sits across the room and is hard of hearing needs a speaker close to him, so I need simultaneous audio from both devices.
    JW

    Use this: http://smile.amazon.com/KOKKIA-A10m-MULTI-STREAM-Transmitter-concurrently/dp/B00 69G1SIC/ref=smi_www_rco2_go_smi_1968491462?_encoding=UTF8&*Version*=1&*entries*= 0&pf_rd_p=1968491462&pf_rd_s=smile-campaign&pf_rd_t=201&pf_rd_i=B0069G1SIC&pf_rd _m=ATVPDKIKX0DER&pf_rd_r=1N57Q0YT9QW7Y1K596YD and use two Bluetooth speakers for them. The speaker output on the iPad is pretty limited and your mother will probably have a hard time hearing it. Get a BT speaker for both and the above device and they both can listen from whatever location they want (within 40 feet) and get better sound.

  • To Fetch Data from GTS and print in R/3

    Hi,
      iam in need of help.
    the core is i have a print program in R/3.from R/3 i have to validate some field with SAPGTS.
    so that i have to apply a RFC call from R/3 ( print program ) to GTS and i have to fetch the data from GTS and print in R/3.
    help me out in finding the RFC.
    the print program is for VL02N

    Mohan:
    SAP and GTS are linked through a RFC destination and the RFC user ID is used to make the call. Once this is set up, you can call GTS through a Function Module call. The set up is normally done by BASIS team
    From the program /SAPSLL/SAPLCD_PI_R3 you can drill down to get details of the specific user-exit which you can use to call GTS tables for specific data.
    Let me know if this helps
    Siva

  • Is the raw output from JSP and XSQLServlet the same?

    Hi
    Is there is difference between the raw output from XSQLServlet and JSP? For example, assuming the same content is being generated, is there some additional header information emitted by XSQLServlet that is not done by JSP?
    I am using software that successfully consumes generated content from a JSP OK, but the same content (using the same XML/XSL) generated from XSQLServlet is being rejected. I am puzzled by this. Maybe this is due to some differences in servlet output or an encoding issue? The content is not HTML but XML-like with an "application" contentType, like Steve's SVG example.
    It seems that XSQLServlet is showing some data prior to emitting the actual content, i.e. HTTP version, responding server version, content type and date, e.g.
    HTTP/1.0 200 OK^M
    Server: Resin/2.0.5^M
    Content-type: application/x-sky; charset=UTF-8^M
    Date: Thu, 28 Mar 2002 06:45:34 GMT^M
    ^M
    (then the generated content)
    Is this preamble usually generated by a JSP also?
    If not, can this information be turned off, or put another way, can XSQLServlet's raw output be set to be exactly like JSP? If not, is there a workaround?
    I have tried setting the following XSQLConfig.xml
    <suppress-mime-charset> for the mime-type &
    <character-set-conversion>
    <none/>
    </character-set-conversion>
    also, but to no avail.
    Please help! I really want to use XSQLServlet!
    Thanks.
    Michael.

    Yes, just less fine control over the process but the same engine.
    Regards
    TD

  • Running scripts from Finder, and printing without a dialog

    Two questions:
    1. I need to launch an InDesign script from outside of InDesign -- such as launching the script from the finder (Mac) and having it run in InDesign. How can I do this?
    2. How can I script printing a document so that it automatically prints, bypassing the Print dialog box that a user would need to click on (I want it to print automatically in the background without the user doing anything)?

    1. Just save your script as an application and wrap your stuff in an "on run" statement.
    on run
    tell application "Adobe InDesign"
    --do stuff
    end
    end
    See the Applescript Language Reference at developer.apple.com/applescript for more info.
    2. Yup. The "do stuff" in your case will probably look something like this:
    tell active document
    --Set up options, assumes you have created a printer preset
    -- with the output options you want
    set active printer preset of print preferences to "my printer preset"
    set page range of print preferences to all pages
    --And then print
    print without print dialog
    end

  • Read header text from vf01 and print in script main window

    Hi Gurus,
               I need to read text from vf01 header note 1, there user type max 10 lines i want to read that 10 lines and print in sap script main window after line item printed. i used read text but  one line only  fetched. i declare variable like  data : NEXRSP LIKE TLINE-TDLINE and read_text function module. pls provide solution for this.
    Regards
    G.Vendhan

    HI GURUS,
    Thank u for reply i declare like
        ID = '0002'.
        PERFORM READTEXT USING EN NAME OBJECT ID TEXT_OUTPUT.
        NEXRSP = TEXT_OUTPUT . CLEAR TEXT_OUTPUT.
    FORM READTEXT  USING    P_EN
                            P_NAME
                            P_OBJECT
                            P_ID
                            P_TEXT_OUTPUT.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
          CLIENT                  = SY-MANDT
          ID                      = P_ID
          LANGUAGE                = P_EN
          NAME                    = P_NAME
          OBJECT                  = P_OBJECT
        TABLES
          LINES                   = LINES
        EXCEPTIONS
          ID                      = 1
          LANGUAGE                = 2
          NAME                    = 3
          NOT_FOUND               = 4
          OBJECT                  = 5
          REFERENCE_CHECK         = 6
          WRONG_ACCESS_TO_ARCHIVE = 7
          OTHERS                  = 8.
       LOOP AT LINES.
        P_TEXT_OUTPUT =  LINES-TDLINE.
        EXIT.
       ENDLOOP.
      FREE LINES. CLEAR LINES.
      ENDFORM.                    " READTEXT

  • Specify the output file path and print name when printing pages

    hi,
    how can i Specify the output pdf file path and print name when i am using the function PrintPagesSilent from AcroAVDoc Object.
    My Code :-
    Acrobat.AcroAVDoc doc = new Acrobat.AcroAVDoc();doc.Open(path,
    "temp");

    Dear Irosenth,
    i try with different format (doc, docx,  xls, jpg, bmp and txt) and it working successfully, but it give an random name for the file which saved in default folder for Adobe PDF print.
    you can use the following function:
    private void PrintPDF(string[] inputfilepath){
    foreach (string path in inputfilepath){
    Acrobat.
    AcroAVDoc doc = new Acrobat.AcroAVDoc();doc.Open(path,
    "temp"); 
    Boolean v = doc.PrintPagesSilent(0, ((Acrobat.AcroPDDoc)(doc.GetPDDoc())).GetNumPages() - 1, 0, 0, 1);doc.Close(1);
    and calling it by the following code:
    PrintPDF(System.IO.Directory.GetFiles("c:\\t\\printjob"));
    copy all files that you want to convert in side the mentioned path and run it program, then check the defualt print path for Adobe PDF printer.
    test it and reply me. thanks again

  • Random words disappear from pdf and printed page

    I work for a newspaper and we have had an ongoing problem from week to week of random words dropping off pages. It happens with the same font family each time but usually only occurs on one page a week. These fonts are used throughout the entire paper and has no problems in other places. The problem seems totally random. I usually send groups of pages (about 25)and the printer then extracts the pages.
    They say the words sometimes drop off when the pages are extracted in acrobat.
    I'm using indesign cs6, with the default "high quality print" setting. The font in question is the Knockout family from the Hoefler foundry. It is open type.
    Does anyone have a solution for this? We had an entire headline drop off last week resulting in the printer having to reprint the entire paper... Not so good.
    I have tried reinstalling the font but it has not helped.

    Yes I export directly from InDesign and then send the files via FTP after that. Once they receive the files, they they use the Document/Extract tool within Acrobat to separate the files. Apparently this is when they find that letters on the page have been replaced by X'd out boxes.
    Their fix is to open the orignal set of pages in Photoshop and rasterize the problem page. I would rather they don't do this so that we don't lose quality. Also, when fonts drop from the page, they can be easily overlooked by an unattentive printer.
    Thanks for your help!

  • Reg: Script Output in PDF form

    Hai..
    Can anybody tell me how we will get script output
    (P.order output) in PDF format and we need to downlaod this PDF to our local drives. plz tell me the function modules to be used for this requirement and paste the code if any of you worked on this earlier..
    Regards

    Check this link for sample program.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49e15474-0e01-0010-9cba-e62df8244556
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/downloadSAPScriptoutputtoPDF+file.&
    Function Module: CONVERT_OTF
    Regards,
    Maha

  • Report to Print from SPOOL to Printer

    Dear SDN users,
    is there any function module for print the report from SPool to

    Hi Surendra ,
    Once you check the given link:
    Spool to Print
    I think you may get some help.
    Thanks,
    sarita

  • ExtendScript try/catch difference when script ran from ESTK and Illustrator

    Hello,
    I've written an ExtendScript for Illustrator using the ExtendScript ToolKit (ESTK).  This scripts works really well when running it in Illustrator from the ESTK (using the target application functionality).
    However when I run it directly within Illustrator (by selecting it from the dropdown File > Scripts) I get a run time error.  Is this normal?  Should I expect differences when running the script in these two different ways?
    The error is in this function...
    ```
    function itemUsable (arr, item) {
        var usable = true;
        try {
            arr[item];
            usable = true;
        } catch(e) {
            $.global.alert(e);
            usable = false;
        return usable;
    ```
    The point of the code is to get around Illustrator's issue of throwing errors when accessing properties that don't always exist.  Ran from ESTK the try/catch statement catches the error "No such element" and then sets the function to return false.
    When ran directly from Illustrator the error message fires but the try/catch doesn't seem to stop the script from exiting.
    The only difference I can see is when running the script from ESTK the dropdown menu next to the application target dropdown is always (and has only the option) "main".  Running the script directly from Illustrator, when the error is thrown this dropdown option is set to the value "transient".
    See this screenshot for an example what I mean
    Any help would be much appreciated.
    Thanks,
    /t

    Thanks Trevor.
    So it turns out that a script executed in Illustrator from ExtendScript has a different debug mode compared to a script that is opened directly by Illustrator.  Useful to know.

  • Modify list output from IE05 and IH06

    Hi
    I have a requirement to modify the output from IE05 / IH06 / IH08 to indicate if a DMS document is object linked to an equipment or functional location, any advice on how I could achieve this?
    Thanks

    John,
    You should be able to do this with standard list edit BADIs.
    Get your ABAPers to have a look.
    If not, then get them to look into the Enhancement Framework options (ECC6 only)
    PeteA

  • Assembling pages for output to screen and print

    I have been involved with photographing the entire archive of a school's log books. For various reasons the photos taken by a camera on a copy stand have to be of single pages rather than spreads.
    When it started the end-product was to be a DVD of spreads for the school to use on their computer network so that the largely nineteenth-century books could be placed in an archive. Now I am told we need to provide at least one printed copy.
    My intention had just been to assemble pairs of pages in Photoshop, colour balance them if it is needed and then join them at the spine. With the new requirement it seems I'll have to work with a Photoshop stage and then assemble the pages in Pages instead of in Photoshop.
    What I can't see my way round is how to only do everything once with two different outputs, once for spreads, presumably as pdfs, and then imposed for print. An added difficulty is that there is no standard size for the books which will complicate the making of any templates. Incidentally, there are several thousand pages spread over more than 30 ledgers.
    Any ideas appreciated...
    Cheers, Colin

    Colin Cohen wrote:
    Thanks a lot for that Peter - I think it is nearly there.
    I'll need a template for each book as they are a bit random in size which is a pain. Then I can rotate, correct camera distortion if needs be and also perhaps the geometry.
    Not sure about matching to a target colour-corrected image - is that available in Elements?
    Don't know, I don't use Elements.
    (As an aside I have not been able to use the Photoshop colour picker to select a value to use in Pages which I'd have found useful on various tasks ...). Hope I won't need to sharpen. Saving to a standard format is a given too - I must strive for consistency!
    I don't have Acrobat Pro - but I think I can do the same as an export from PE
    PE will only deal in single pdfs. The point of Acrobat Pro is to assemble them into a multi-page "book".
    - the only pain is that on all my Macs PE has always imported images in random order, rather than date or alpha.
    Fix their names before importing.
    The last bit is not clear to me - how does Acrobat know that it is dealing with spreads rather than pages when it comes to imposing?
    Acrobat (and Preview) has a facing pages option, the pages remain single the way they should, they just align side by side. It doesn't impose but imposition software will take the .pdf "book" and work from that.
    And none of this involves Pages!
    That's why it probably works!
    Peter

Maybe you are looking for

  • Report invoice document number againt PO line item

    Hi Forums, Can any body so kind to tell me is there any standard report in SAP 4.7 C where we can get the list of invoice document number against each line item of PO. I have tried the ME2N & ME2L report. If I double click the POH then only it give m

  • Is it possible to have two DADs that access the same database?????

    Hello, Is it possible to have two DADs that access the same database? One DAD would be password protected with Authentication mode Per Package and the other DAD would not require a password/login If it is possible can you also give suggestions about

  • How can I use WebGLview in the iBook widget template in iAd producer?

    Recently I am trying to use iAd producer to create a iBook Author widget. What I need is to show a 3D .obj file in it. How can I do that? Is WebGL supported in the iBook Author template?

  • 11.1 iTunes usbmuxd crash - done everything

    Everytime I exit itunes, I get this crash report ibn console only, no pop ups. I only posted a part of the error, the same everytime. It seem to have started after getting iphone 5s???? I have done everything know. reinstalled it, reset all, still co

  • Weblogic Threading Issue

    Dear All, We have a situation (very strange one). Here is the setup. Our application is written in struts 1.1. The configuration is as follow. Internet --> Sun One Web Server (7.0) --> WebLogic (10) ---> Database Our application has one page where we