Print word document attached to an order

my requirement is to print the sap script for the PM order and as well as word documents attached to the order.
for an order, for an operations when PRT tools selected
word documents attached to it.
i need to print those word douments attached to PRT tools for an oparation.
pgm used is RIPRJT00
form PM_COMMON
i am able to oepn the documents attached to the order in PRINT PREVIEW.
when choosing print option it goes to update termination
Ajay

In order to save any type of document on your phone you need to have an app that supports that form of document.
There are several word processing apps but I prefer Pages.  Buy this app. Once it is on your phone you can tap the Word document in your email to view it then tap the Share icon and Open in Pages.
If you edit the document and email it you will have the choice to send it as a Pages document, a Word document or a PDF file.

Similar Messages

  • Print out documents attached to a work order before Releasing a work order

    Team
    Requirement is given below. Need some advice.
    How to print out documents attached to a PM work order before the order is set to released status?
    Further the same documents have to be printed again after the order is released.
    Regards
    Sunil

    I think there is an OSS Note on this one - have a look there.
    There is a work-around where you do the following:
    - Enter IW32 and RELEASE the the order (but do not save)
    - Print out whatever you require
    - Exit the order without saving (therefore the RELEASE is not saved)
    Note: for one client we put a PRINT button on the Enhancement tab (user-exit IWO10018) for this purpose.
    Prometheus Group also provide a solution called Print Manager
    PeteA

  • Tcode IW32 and Printing Word Docs Attached to Equipment

    Hello,
    This is my fist attempt to use SND so I am hoping for a fast reply that will get me to long on more often.  Here goes.
    I want to be able to print the word documents that are attached to an equipment that is used in the PM order.  When the order is printed a SAP Script form is automatically output.  I want to be able to print the documents attached to the equipment at the same time.  Is that possible.  I have tried the OLE classes but I get a short dump when I try to print the order through the menu Order->Print Order.
    Any help would be appreciated.
    Thanks

    Yes, its possible thru OLE,  first, if not already done, you must in configuration, make it so that the printing happens in the foreground as opposed to the background, then in you print program, you need to retrieve the attached documents.  Here is a routine that is working for us in production now. 
    This is the call of the subroutine,  send thru the business object id, and the BO key, along with a flag
    for print preview on/off.
    perform retrieve_and_print_documents
           using 'BUS1019'
                 your_object_key  " Probably Equipment Number
                 device.
    Here is the routine.  It handles .Doc and .Xls attachments only.
    *     Form  RETRIEVE_AND_PRINT_DOCUMENTS
    form retrieve_and_print_documents using objtyp
                                            objkey
                                            device.
      tables: plko, sood.
      type-pools ole2 .
      data: documents type standard table of neighbor.
      data: document  type neighbor.
      data: docs      like line of documents.
      data: xobject like borident.
      data: objects type standard table of sood4.
      data: object  type sood4.
      data: word type ole2_object.
      data: excel type ole2_object.
      data: workbooks type ole2_object.
      data: app type ole2_object.
      data: filename(200) type c.
    * If background, then do even try it!
      check sy-batch <> 'X'.
    * Retrieve Documents
      xobject-objtype = objtyp.
      xobject-objkey  = objkey.
      clear document. refresh documents.
      call function 'SREL_GET_NEXT_NEIGHBORS'
           EXPORTING
                object       = xobject
                roletype     = 'APPLOBJ'
                relationtype = 'ATTA'
           TABLES
                neighbors    = documents.
    * If no documents, then exit.
      if documents[] is initial.
        exit.
      endif.
      loop at documents into docs.
        select single * from sood
                        where objtp = docs-objkey+17(3)
                          and objyr = docs-objkey+20(2)
                          and objno = docs-objkey+22(12).
        if sy-subrc <> 0.
          continue.
        endif.
    * Create the Microsoft Application Object
        case sood-file_ext.
          when 'DOC'.
            create object word  'WORD.BASIC'.
          when 'XLS'.
            create object excel 'EXCEL.APPLICATION'.
        endcase.
    * Open Document.....
        clear object.
        clear objects. refresh objects.
        object = docs-objkey.  append object to objects.
        call function 'SO_DOCUMENT_DISPATCH_MANAGER'
             EXPORTING
                  activity = 'DISP'
             TABLES
                  objects  = objects.
        if device <> c_preview.
    * Hide Microsoft Application
          case sood-file_ext.
            when 'DOC'.
              call method of word 'APPHIDE'.
            when 'XLS'.
              set property of excel 'VISIBLE' = 0.
          endcase.
          wait up to 2 seconds.
    * Print the Document
          case sood-file_ext.
            when 'DOC'.
              call method of word 'FILEPRINT'.
            when 'XLS'.
              get property of excel 'ACTIVEWORKBOOK' = workbooks.
              call method of workbooks 'PRINTOUT'.
          endcase.
          wait up to 8 seconds.
    * Close Microsoft Application
          case sood-file_ext.
            when 'DOC'.
              call method of word 'APPCLOSE'.
            when 'XLS'.
              call method of excel 'QUIT'.
          endcase.
        else.
    * Minimize Microsoft Application
          case sood-file_ext.
            when 'DOC'.
              call method of word 'APPMINIMIZE'.
            when 'XLS'.
              get property of excel 'APPLICATION' = app.
              set property of app 'WINDOWSTATE' = 2.
          endcase.
        endif.
    * Free the Object
        case sood-file_ext.
          when 'DOC'.
            free object word.
          when 'XLS'.
            free object excel.
        endcase.
      endloop.
    endform.
    Regards,
    Rich Heilman

  • Adobe Pro - will not print word documents to pdf.. keeps crashing

    Hello,
    I have Acrobat Pro and when I try to print Word documents it says printing... and then crashes. The window to select the name of the pdf to print to never pops up. The Word program crashes and reopens. The print icon appears on the system tray and just says spooling.
    I am using Word 07.
    Acrobat Pro was working fine to print PDF's on this version of word for a few months then for some reason it just stopped.
    When I print PDF's from existing PDF's it works fine.
    I have tried to repair the program but it did not help.
    Any ideas?
    Thanks,
    Miguel

    If you are having problems creating a PDF, there are two steps you should do FIRST
    Go to the appropriate vendor web site and apply all updates to the program you are using (several recent messages have concerned problems with MS Office conversion, with the response that different versions of Office have different BUGS that must be fixed by a download from Microsoft - and MS Office products are not the only ones which may, from time to time, need to be updated to work properly)
    Apply all updates IN NUMBER ORDER
    Acrobat Update http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

  • Pages won't print Word documents

    All of a sudden I can't seem to get Pages to print Word documents. Pages documents print fine, but if I send a Word document to the printer, the printer seems to start, but then never prints. I have an Epson Stylus C86. This problem only happens in Pages and only with Word documents.
    Any ideas?

    Since it only happens with Word docs, I'm wondering if it's a font issue. For the sake experimentation, try highlighting the entire doc, and change fonts, then try printing again.
    -Dennis

  • When I open a word document attachment in mail for IOS 7.1.1 the previous jpeg is showing on the first page. When I open the attachment from mail in mac OS X the jpeg does not appear. Can anyone help?

    When I open a word document attachment in mail for IOS 7.1.1 the previous jpeg is showing on the first page. When I open the attachment from mail in mac OS X the jpeg does not appear. Can anyone help?

    gonsa47 wrote:
    When I open it in pages or word the correct company logo appears.
    Does the mail app display whatever is in the document without the ability to differentiate between hidden or non hidden images?
    The mail app will not display fillable form fields in PDF files that can be seen in real PDF apps. I say real PDF apps because the form fields in PDF apps will not appear in the iBooks app either. IMO, iBooks is not a real PDF app.
    So, I would say that the mail app cannot differentiate between hidden and non hidden items

  • Trying to print word document in postsript format it gives invalid flavor

    I want to print word document in PDF format or post script format.I have installed PDF writter .This gives exception -invalid Flavor
    Please help me how shall i correct this
    import java.io.*;
    import javax.print.*;
    import javax.print.attribute.*;
    import javax.print.attribute.standard.*;
    import javax.print.event.*;
    public class PrintPage {
    public PrintPage() {
    public static void main(String[] args) {
    try {
    // Open the image file
    InputStream is = new BufferedInputStream(new FileInputStream("E:/a.doc"));
    // Find the default service
    DocFlavor flavor = DocFlavor.INPUT_STREAM.POSTSCRIPT;
    PrintService service = PrintServiceLookup.lookupDefaultPrintService();
    // Create the print job
    DocPrintJob job = service.createPrintJob();
    Doc doc = new SimpleDoc(is, flavor, null);
    // Monitor print job events; for the implementation of PrintJobWatcher,
    // see e706 Determining When a Print Job Has Finished
    // PrintJobWatcher pjDone = new PrintJobWatcher(job);
    // Print it
    job.print(doc, null);
    // Wait for the print job to be done
    // pjDone.waitForDone();
    // It is now safe to close the input stream
    is.close();
    } catch (PrintException e) {
    e.printStackTrace();
    } catch (IOException e) {
    e.printStackTrace();
    }

    This mean your printer did not support this DocFlavor.
    Try to find what DocFlavor your printer support.
    // Just check the default one
    PrintService service = PrintServiceLookup.lookupDefaultPrintService();
    DocFlavor[] flavors = service.getSupportedDocFlavors();
    for (int i = 0; i < flavors.length; i++) {
    System.out.println(flavors.toString());

  • Acrobat Pro XI Will Not Print Word Document with a Rotated Table

    I have a MS Word document that is mostly text, but include a table that has been rotated in a text box to fit on the page.  When I try to print to PDF using Acrobat Pro XI, the document crashes at the page the table is on.
    I have tried several attempts to print using the Acrobat Printer, convert to PDF feature and trying to print just the page alone.  Acrobat will simply not print word document with a rotated table.
    Any idea how to fix this?
    Word 2013, Windows 7, Acrobat Pro XI 11.0.06

    In the full document, the print to PDF goes only as far as the table, then ends - not printing the table.  The remaining pages are not printed.
    For example, I have trimmed the file down to just the table page, and included links to it, and a copy of the PDF it generated.
    https://dl.dropboxusercontent.com/u/60543835/Forums/Table%20Sample_140903.docx
    https://dl.dropboxusercontent.com/u/60543835/Forums/Table%20Sample_140903.pdf
    The error message I now get when I try to print is: "There is not enough memory or disk space to repaginate or print this document."
    However, with the Task manager open, the memory never seems to get above half of the available (the graph bar fluctuates a little, but stays stable")
    The page prints to a regular HP or Xerox printer with no problems. 

  • Printer will not print word documents or documents from internet however does a test print

    My printer will not print word documents or documents from the internet.  However it does complete a test print.  I have uninstalled and reinstalled printer.  I have disabled and enbled the firewall and have run the test doctor programme, which has been unable to identify any problems.  I have a HP deskjet 3050A all in one J611 series printer.

    Sorry that you are having a problem with printing word documents and internet. 
    Are you connected USB or wireless?
    You can try to download an alternative driver and check to see if that works. (Shane_R) has a great post on how to do so. 
    The deskjet 990c is usually the better one. 
    http://h30434.www3.hp.com/t5/Printer-All-in-One-So​ftware-Drivers-e-g-Windows-8/How-to-Assign-Alterna​...
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • I can print word documents but can not print email messages

    i can print word documents but can not print email messages
    I am using an officejet 4500 wireless on  Windows 7

    I called HP and after being on the phone for 1 1/2 hrs  They reinstalled my printer and I printed an alignment page without then I tried to print arouble  I was also able to scan a page to HP.      When I tried to print something from my email  it barely printed 2 faded lines and that was it  I openrd my word documents and was able to print a clear copy.  HP told me my cartrige was empty so I changed my cartridge with no results it was the same.  I use refill  CATRIDGES AND NEVER HAD ANY PROBLEMS but they told me they can ruin a printer.  I told them I would purchease new HP cartridges and they we agreed they would call me back on Monday to determine if my problems were solved with the new cartridges.  What I don't understand is how I can print documents but not emails.   HELP

  • Word Documents attached to email

    I am running sun ONE messanger latest patches and my problem is as follows:
    I have an email with a Word document attached ... I get an error when I try to open the attachement if I view the message in IE6 ... this issue is reproduceable every time across multiple versions of the OS. I can open the attachment in mozilla, firebird, netscape and opera on the same machine. I can also open the attachment in Outlook ....
    Does any body know what microsoft has done that stops the attachment from opening ... other attachments ... visio, pdf, txt, xls all open
    I feel like the guy that goes to the doctor and says ....
    Doctor it hurts when I do this
    and the doctor replies
    Then don't do that.
    I would be happy if IE disappeared from the planet but my boss lives in the browser and wants his word attachemnts to open up

    Right you are and thats why I am here because I only see this behaviour in Sun ONE Message Server (iMS) ... To test this I have created a web page like this
    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    This is a test <BR>
    junk.doc
    </BODY>
    </HTML>
    I can in IE6 go to this page and click on the link which then opens word and loads the document junk.doc .... so this is an issue of something that the http server in iMS is doing. I was wondering if anyone else on this forum has encountered this problem. Is this an issue of the iMS server seting the Content Expiration in the HTTP headers? Does microsoft deliberatly sabotage the download because it is coming from iMS?
    This behaviour appears in all IE6 browsers on several versions of windows. Could somebody else in the Forum run a check against their iMS and see if this is an issue across the board?

  • Printing Word Documents on HP Deskjet 5150

    I have a G4 flat panel iMac connected to a HP deskjet 5150 printer. When I try to print Word documents, it will only print a single page of multipage documents. If I want multiple copies of a single page document, it will only print one copy. All other applications print without problem.
    I have reinstalled the drivers and that has not solved the problem.
    Any help would be appreciated.
    iMac G4   Mac OS X (10.3.9)  

    Hi Georgia and others,
    I have a similar problem - but printing from Word to a HP DeskJet 960 printer.
    It dones not seem to be a problem with all documents here, but since I yesterday used several hours trying to figure out what caused the problem I want to share my experiences with you. I had the same problem with another document on the same printer some moths ago (but not on our Laser printers at my company office).
    I installed the newest printer driver from HP (several times) with no effect. After opening the document and saving it to a ".txt" document - without any formatting - the whole document got printed! This is not a real solution in most cases, as one loses all the formatting etc. But it indicated to me that the printer worked and communicated with word. Also it was possbile to print (other) documents without any problems to the same printer, at the same time.
    So have you tested different documents on your printer?
    I'm wondering if this indicate that the problem is hidden somewhere in something inside Word/Office and it's communication to the printer - as I have seem someone reporting similar problems with printing from Excel? (something with some "codes" in specific documents?).
    Also, I have seen an update from Apple on some issues with printing from Preview - so I was also wondering if the use of "Show quick Preview" in Word/Office does has something to do with this problem? Has anyone tried to de-select this feature before trying to print? (I deleted the problematic document and can not re-create the problem currently).

  • Printing word document

    Hi
    Can any one help how to print multiple documents using java,
    can we print word document using java
    thanks in advance

    Hi there
    I have tried this code to print the word:But it display nothing.So i want to know that what's wrong with my code.Thanks for any suggestion.
    using RasterEdge.Imaging.Basic;
    using RasterEdge.Imaging.Basic.Core;
    using RasterEdge.Imaging.Basic.Codec;
    using RasterEdge.Imaging.MSWordDocx;
    namespace RE__Test
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    public static string FolderName = "c:/";
    private void button1_Click(object sender, EventArgs e)
    RasterEdgeImaging Word = new RasterEdgeImaging();
    public void WordProcessorPrint();
    WordInputFile = (@"C:/1.docx");
    WordPageNumberStart = "1";
    WordPageNumberStop = "4";
    Printer = (@"C:/ HP Color LaserJet Pro M1213nf");
    Word. Word Processor Print(@"C:/1.docx", "0","4", @"C:/ HP Color LaserJet Pro M1213nf");

  • Just installed 10.6. Unable to print word document with outline numbering

    Just installed 10.6.8. Can't print Word document with outline numbering.

    You mean USB HUBs, correct? Not routers.
    Yes remove the HUBs and try the drives connected directly to the computer.

  • Cannot open Word document attachment in mail before sending.

    Cannot open Word document attachment in mail before sending.
    In Snow Leopard Mail 4, (Version 4.0 (1075/1075.2)) if I attach a word document to a message and, BEFORE sending the message, I double click the attached document to open it, to make sure it is the right one, I get the error "Mail was unable to save the attachment “Test.doc” to disk. Verify that your downloads folder exists and is writable."
    The attachment is mailed correctly and arrives at the destination, but the ability to verify an attached document before sending it is essential. This has worked fine in all previous editions of OS X.
    Any ideas?
    Thanks - Lawrence

    I have same problem. I've done the following testing to pinpoint where the problem lies and there are clues (see below):
    1. My machine had SnowLeopard installed "fresh" (i.e. disk reformat and installed cleanly)
    2. I have a comparison machine running Leopard (10.5.6) - essentially a mirror but with different OS
    3. Problem is triggered when creating new email, with a MS Word .doc attachment added. If you attempt to open the attached file in the mail (not yet sent) it produces the error message "unable to save file XXX.doc to disk. Verify that your downloads folder exists and is writeable"
    4.However, once the mail is sent, the recipient can open the attachment without problems.
    5. I have run Disk Utility and all permissions are correct. My downloads folder exists.
    6. The problem is not present in Leopard (mirror machine other than OS)
    7. I have uninstalled and reinstalled MS Office. Problem still present
    8. I have deleted and recreated the preference files for both MS Office and for Mail. Problem still present.
    And finally...
    9.The problem is confined to .doc files.It works fine for .pdf, .ods AND even for Microsoft .xls files.
    So it may be a MS Word problem triggered by Snow Leopard?
    Apple: if you can confirm this is a Microsoft problem it may be able to be reported to them as a compatibility issue?
    Hope this helps.

Maybe you are looking for

  • Nothing Boots on my Mac Pro 1,1 - Boot Drive, Installation Disc, Recovery Partition, etc.

    I tested the boot drive on another Mac and boots just fine. Situation: On my Mac Pro, about 2 weeks ago I upgraded iTunes and everything worked just fine, used the computer on mulitiple occasions with no problems, power ups, etc.  The last time I pow

  • Mouse Buttons All Screwed up!

    Out of the blue, my mouse is acting funny. I have used 3 different mice, 2 bluetooth and 1 usb. When I click something it acts as if I pressed down (or right click), but the little menu dissapears quickly as if I double clicked. This is very annoying

  • Help on Configuring Log4j for Websphere

    Hi All, I want to disable logging for my application.its writing huge output. i changed log4j.properties file but no effect,even if i am completely removing this prop file ,its writing.wat could be the reason?.I think its taking from some other locat

  • Documention for creating portlets using pl/sql???

    Hi, can anyone help me get links for any kind of documentation about creating portlets using pl/sql for Oracle Application Server Portal 10g thanks M

  • Connection Timeout during Synchronous proxyc- 500 Connection timed out

    Hi , We are seeing the HTPP timeout issue in synchronous proxy. It says timeout aftr 250 secs Error: -5 Version: 7200 Component: ICM Date/Time: Thu Jul 28 15:38:10 2011  Module: icxxthr.c Line: 4295 Server:  Error Tag: {-} Detail: Connection to partn