How to print documents that attached to SAP FI document?

Hi,
Is there a program or function module to print documents that have been attached to SAP FI documents?
I have requirements to develop functionality to print attached documents.
Thanks in adavance,
Mike

You can do an advanced find on 'Notes' where 'Is Document' is Yes. You won't be able to see the actual attachment in the results obviously, but you can add information like file name etc and then open them up to see the actual document.
Hope that helps
Paul
If my response helped you find your answer please show your thanks by taking the time to "Mark As Answer" and "Vote As Helpful".

Similar Messages

  • How to print " Duplicate " in FORM ( either Sap Script or Smart Forms )

    hi,
       How to print  " Duplicate " in FORM ( either Sap Script or Smart Forms ) if trying to take second Print Out and the FORM is already Printed.
    Please let me know the condition that we should go for.If possible let me know the SAMPLE code since this will be used in most of the FORMS.
    Regards
    Avi

    Hi
    It depends on which print you're working.
    If it's a print of standard document you can check the NAST (VSTAT field) table in order to know if the document was printed.
    If a message is created you can find the hit in NAST table:
    VSTAT = 0, document not printed;
    VSTAT = 1, documment printed
    VSTAT = 2, print is failed
    If you mean a custom print I believe you need to create a log like NAST table.
    Max

  • How to print documents using correspondence types?

    Sir/Madam,
    I am in the process of preparing the End User document for "How to print documents using correspondence types?  on client request.Plz give me the required stuff to prepare that.This is an urgent requirement.help me ASAP.
    Thanks in advance
    Regards
    Sap Guru
    [email protected]

    Hi
    use t.codes, FB12 & F.64
    Award points if it is useful
    Regards,
    A.Anandarajan

  • How to print documents from an iPad?

    I have an IPad 2 and a Canon Pixma 8120 printer. The printer is wireless, but it does not support air print (or whatever it is called).  Is there a way to print documents that I have on Pages, etc.  Canon offers something for printing pictures, but I can't figure out how to print documents.

    Check the App Store for such an app that can print.

  • How can i autoforward that mail from SAP INBOX to the outlook

    Hi ,
    My Requirement is that,
    I have to send an email to outlook, whenever PO Created in SRM System
    I have created  custom workflow, i have added a sendmailtask step, i given the SAP userid to send SAP Mail to the user.
    It is sending SAP Mail to the User to his inbox perfectly.
    Now, how can i autoforward that mail from SAP INBOX to the outlook. This is has to work for all users.
    Please give some suggestions. ot it can be achived any other way.
    Note: This is Email Message not a workitem.
    I have doubt that RSWW program will work only for workitems.*
    Thanks & Regards,
    Suresh.

    Hi ST,
    what I understand from your requirement is that you are able to send messages using SendMail Step to SAP Inbox and now you want it to be sent to users Outlook.
    Here you need to create a container which would store users email address of Outlook (which would be stored in SU01 or in a ztable), use this container in your Send Mail step and in the Recepient Type as email.
    Hope it helps.
    Aditya

  • How to print the file name in sap

    Hi All,
    I have requirment like,
    there is a folder in my local system, inside that folder there are 10 Excel file like file1.xls,file2.xls..............file10.xls
    how to print the file name of all these file in SAp like
    file1.xls
    file2.xls
    file3.xls
    file4.xls
    file10.xls
    Appropriate points will be rewarded.
    Thanks in Advance
    Arun kumar

    Hi,
    Still you are facing any problem with this code expalin the problem with details , otherwise close this thread.
    Use Method <b>cl_gui_frontend_services=>directory_list_files</b> to read file names for a given directory
    after reading the files then Use FM : <b>RSPO_SX_OUTPUT_TEXTDATA</b> to create spool from internal table data and print the data.
    <b>sample code :</b>
    data: desktop_dir type string.
    data: ifiles type table of string.
    data: xfiles type string.
    data: count type i.
    data: filepath type string.
    call method cl_gui_frontend_services=>get_desktop_directory
      changing
        desktop_directory    = desktop_dir .
    call method cl_gui_cfw=>flush.
    call method cl_gui_frontend_services=>directory_list_files
      exporting
        directory                   = desktop_dir
    *    filter                      = '*.xls'
         files_only                  = 'X'
    *        DIRECTORIES_ONLY            =
      changing
        file_table                  = ifiles
        count                       = count.
      DATA : x_name       LIKE tsp03d-name,
             x_dest       LIKE tsp03d-padest VALUE 'LOCL',
             x_rows       LIKE sxpcklsti1-body_num VALUE 0,
             x_startrow   LIKE sxpcklsti1-body_start VALUE 1,
             x_pages      LIKE rspotype-pages VALUE 1,
             x_pages_1    TYPE p DECIMALS 2,
             x_rqtitle    LIKE sxpcklsti1-obj_descr,
             x_rqcopies   TYPE i VALUE 1,
             x_rqowner    LIKE trdyse01cm-username,
             x_immediate  LIKE pri_params-primm VALUE ' ',
             x_rqid       LIKE tsp01-rqident,
             i_contents    LIKE  solisti1 OCCURS 0 WITH HEADER LINE,
          x_pages   = 1.
          x_rqowner = sy-uname.
          x_dest     = 'LOCL'.
          x_startrow = 1.
          x_rqcopies = 1.
          x_immediate = 'X' .
          CALL FUNCTION 'RSPO_SX_OUTPUT_TEXTDATA'
           EXPORTING
    *       name                 =   x_name
             dest                 =  x_dest
             rows                 =  x_rows
             startrow             =  x_startrow
             pages                =  x_pages
             rqtitle              =  x_rqtitle
             rqcopies             =  x_rqcopies
             rqowner              =  x_rqowner
             immediately          =  x_immediate
           IMPORTING
             rqid                 =  x_rqid
           TABLES
             text_data            = i_contents
           EXCEPTIONS
             name_missing         = 1
             name_twice           = 2
             not_found            = 3
             illegal_layout       = 4
             internal_error       = 5
             size_mismatch        = 6
             OTHERS               = 7.
          IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
    Regards
    Appana
    *Reward Points for helpful answers
    Message was edited by: L Appana

  • How to Print Fields that are Centered on the Label

    Labview 6.1 - Which VI do I call or Attribute do I set to make a String Field "Centered" on its Row on a Zebra Label? I need to specify the String Data, the Font Size and Centered about Position. One Centered field per Row (3 Rows). I am using the NewReport.vi, SetReportOrientation.vi, SetReportFont.vi AppendReportText,vi, PrintReport.vi and DisposeReport.vi

    LabVIEW does support the windows printer driver, I was thrown off by the fact that you said "zebra label." We have a report generation toolkit that will allow you to create more advanced reports and can programatically control microsoft word and excel to create as complex of a document as you desire.
    Our basic report generation toolkit that ships with LabVIEW supports simple reports and layouts. It also allows for HTML reports. You can then append any HTML formatting to the report that you desire (such as the center tag).
    You could also continue to use the standard report by appending spaces to the string you are printing. For example, if you know that your printer is 80 characters wide (using a fixed width font), you can take the size of the string "len" and append (80-len)/2 number of spaces to the string. If you need help doing this, let me know.
    We actually implimented a barcode label printing VI that printed an entire front panel. We created a VI that had an array of controls and we formatted the controls to our desire (one was a centered string). We then used the "print panel vi" in the block diagram. That we we simply wired the inputs to the VI and it printed the front panel to the printer onto the labels (we use this on our large shipments that have more than one item).
    The ActiveX examples that ship with LabVIEW and on our website are very good starting points for creating word reports, but if you are going to use LabVIEW to manipulate Microsoft Word and Excel, I really suggest getting our Report Generation Toolkit for Microsoft Office. The RGT (Report Generation Toolkit) contains a complete set of easy to use VIs to programmatically create and edit Word and Excel documents. The Microsoft Office ActiveX interface is huge, and it is often times hard to find good complete documentation on how to perform certain tasks. The RGT VIs hide all of the ActiveX complexity and really simplify the tasks, but as a developer I really appreciate the fact that the VIs contain all of the ActiveX code on the block diagram so that I can look at them as examples and modify them to my desire. You can find out more about the RGT from ni.com, click on Products, LabVIEW, LabVIEW Addons, LabVIEW Toolsets, LabVIEW Report Generation Toolkit.
    I hope some this gives you an idea you can run with.

  • How to handle data that got from SAP by Webservice?

    Hi, Gurus.
    I am working on IFbA with ABAP and Adobe LiveCycle Designer.
    I've developed a function module in R/3 system and created webservice, connected the WSDL address to the form. The problem is how can i handle data that got from SAP by Webservice?
    It's Ok if i bind the dataconnection node to the form element, but how can i handle data without binding to the form element? I mean that how can i use the data retrieved from Webserivce in the Javascript, please give me some sample code or script method.
    Thanks.

    Hi Yang,
    If you are using Web Service, then the binding will be done automatically.
    It can't grow automatically, what else should i do to achieve this?
    1.Select the table(make sure you are not selecting subform) in Hierarchy view
    2. Under table select the Row which is having the required fileds for data
    3. In the Binding of that row, check the checkbox "Repeat Row for each item data" and under that check the Min Count which will set the default row **** to 1
    Regards,
    Sachin

  • How to print documents

    How to print documents

    The Print button (described in the Help file that Bernd refers to) prints to AirPrint printers. Here's a list:
    A List of Printers with AirPrint (updated Nov. 2013)
    Otherwise, you can pay for an app like PrinterPro from Readdle if your printer is not AirPrint-enabled.

  • How to Print a Mail attachment that is a Word document?

    I'm working on a community project and other members of the group are sending their work which they have printed on Word on their PC as attachments to an email. I can open and read the documents, but am not able to print them.
    I get a popup from Microsoft telling me I have to purchase Office 2004 if I want to print these out. With Text Edit, AppleWorks, iWork already installed, why should I have to purchase another product?
    Is there any alternative?
    iMac G5   Mac OS X (10.4.2)  

    Hello and welcome to the Discussions.
    While in the message with attached xxxxx.doc file, control-click over it, and choose Open With, and then choose Pages. While you may get an occasional font substitution, you will be able to print. Same, but choose TextEdit.
    Apparently you have allowed OSX to choose the demo version of Office that came on your (new) Mac to open these documents. This will only last for 30 days, I think, and you should probably remove it, to avoid confusion.
    However, did you buy iWorks, or is the version installed more than a demo of it?
    Ernie

  • How to Print Document Numering In PLD

    Hi,
    I am creating a report for Goods Receipt PO . I need the PO no ( base doc no) along with its Document Numbering ie; the prefix and suffix that we define for the purchase order using Numbering type in Administration.  I am getting the PO no in the PLD of the goods receipt but not the prefix and suffix.
    Even if I am selecting the Document Numering series table and prefix string/suffix string in the PLD ,  its not printing anything...
    Any idea how to get it done?..
    Regards,
    Priya

    hi,
        To get document no for GRN Select GOODS Receipt Note Table and select the field Document No. To add Prefix and suffix you create two text fiedls. In that type whatever u want. Then you keep this fields separtely and using concat function you can link the fields. For ex You need no SIP0107 like this means use the concat function like this Concat(Field_123,Field_124,Field_125) . you make all the fields invisible and make visible the concat field only.
    Thanks..
    siva,bangalore

  • How to print "Document & Markups"

    When using EPrint, I would like to be able to print the document and markups.  For example:
    We do inspections at our stores, and have the managers sign the form on our tablets.  We then send the form to the Eprint printers.  However, when we send the form to the printer, it prints the form, but not the signatures.  When printing to a "normal" printer, you can change the setting from "Document" to "Document and Markups."  Document and Markups printes the signatures.  How can I get an Eprint printer to print the signature?
    Thanks!

    Hi @MikeSkog,
    Welcome to the HP Support Forums.  I gather that you would like to learn if you can print the digital signatures on a form using ePrint. 
    I have included the Getting Started with ePrint document.  One of the FAQs at the bottom of the document is titled “Are there any limitations when using ePrint?”.  It indicates that currently ePrint does not support digitally signed documents.  
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How to print document in Photoshop CS4?

    Is there a way in scripting (prefer vbscript) to print the active document?
    I have a document that I opened in Photoshop and modified it with the clients spec's.  Now I have to print this modified document.  I saw the printout() method/function, but it displays the print dialog box.  This has to be automated.  So I want to just print to the printer.
    Also how to you select the printer if it is not the default printer?  What about printer settings, how do you change those?
    Any help you be beneficial?
    Thanks.

    Sorry can't help with VB, but here are some of the settings in JavaScript.
    var doc = app.activeDocument;
    doc.printSettings.flip = false;
    doc.printSettings.setPagePosition(DocPositionStyle.SIZETOFIT);
    doc.printSettings.negative = false;
    doc.printOneCopy(); //Print One Copy
    doc.printSettings.caption = true/false;
    doc.printSettings.labels = true/false;
    doc.printSettings.cornerCropMarks = true/false;
    doc.printSettings.centerCropMarks = true/false;
    doc.printSettings.colorBars = true/false;
    doc.printSettings.regMarks = true/false;
    doc.printSettings.negative = true/false;
    doc.printSettings.flip = true/false;
    doc.printSettings.interpolate = true/false;
    doc.printSettings.vectorData = true/false;
    doc.printSettings.hardProof = true/false;
    doc.printSettings.mapBlack = true/false;
    doc.printSettings.printSelected = true/false;
    var bgColor = new SolidColor;
    bgColor .rgb.red = xxx;
    bgColor .rgb.green = xxx;
    bgColor .rgb.blue = xxx;
    doc.printSettings.backgroundColor = bgColor;
    doc.printSettings.renderIntent = Intent.PERCEPTUAL/intent.SATURATION/
    intent.RelativeColorimetric/intent.intent.AbsoluteColorimetric;
    doc.printSettings.printBorder = xx;
    doc.printSettings.bleedWidth = xx;
    // Format for setPagePosition(DocPositionStyle, X (optional), Y
    (optional), scale (optional))
    // DocPositionStyle.USERDEFINED
    // DocPositionStyle.PRINTCENTERED
    // DocPositionStyle.SIZETOFIT
    doc.printSettings.setPagePosition(DocPositionStyle.USERDEFINED, 1.5, 2.0);
    //If necessary, you can also get the list of printers and the current
    //printer using code similar to the following:
    var currPrinter = doc.printSettings.currentPrinter;
    var message = "Printer is: " + currPrinter;
    alert(message);
    printers = doc.printSettings.printers;
    message = "Printers are: " + printers;
    alert(message);

  • How to read Business partner attachment in SAP-CRM

    Hi Experts,
         I am working in SAP CRM, i am uploading attachments for Business partner through T-code : BP.  My requirement is to read the attachment of the particular business partner in the form binary or XML. Please suggest some BAPI for class to read the attachment of business partner.
    Thanks and Regards,
    Peter Dinesh.

    Class CL_CRM_DOCUMENTS is the one that manages everything with attachments in BP transaction

  • How to Print PDF in background from SAP directory

    Hi,
    My PDF file is there in SAP directory, I want to Print the PDF file without opening it . how can i Print in background mode.
    Please help me ASAP.
    thanks in advance

    Hey,
    i'm having a similar problem here: I want to print a PDF from KW_Storage in background. Any ideas?
    Jens

Maybe you are looking for

  • Messaging server with openldap

    Hi all, Is anybody here has an experience in handling sun java messaging server 7u2 with open ldap? I tried to connect the messaging server with open ldap but still got error "Could not connect to LDAP server". Isn't possible for them to communicate?

  • How to login with different User in Portal

    Hi Experts, My requirment is quite different here, I want to login with different user in single login. My senario is like this for your understading... First I have loged in with one user and go to the one customized screens where I have list of all

  • OIM 9101 with Weblogic 10.3.0 - basic query

    Hi All I am trying to install OIM 9101 with Weblogic 10.3.0 and Oracle DB 11.1.0.6 on Windows 2003 (64-bit) and Sun JDK 1.6.0_10 (Oracle certified configuration). The problem is that my weblogic fails to start-up as soon as I enter the weblogic user-

  • Adding text to Final cut ?!

    Being new to Final cut im finding it hard to add text. In final cut I make the desired text i want. I then get rid of the wireframe and change it to image. I then click and drag the image across into the superimpose box. When i do this it puts the te

  • Not able to find help.sap link for SAP CRM

    Hi, I am not able to find the appropiate link for CRM w.r.t. BW where I could find datasources, cubes and queries. Can anybody please show me the path? Thanks, Akshara