How to send attachments in workflow

hi friends,
        i want to create a workflow which sends the purchase order as email
to the vendor, i dont know how to attach the purchase order while making workflow, is there any way to import the purchase order into the workflow
and then attach it to the vendor mail, plz send me a solution.
thanks in advance,
plz help me.

Hello,
Why don't you use the standard processing for PO output, there is a standard way to send po by mail as attachment.
Anyway if you need to link it with a workflow, you cannot use the "send mail" task from workflow builder. This kind of operation just can send notification withount attachment.
To send the po as attachment, you need to create your own task and method in a BOR object. I suggest you to start from the standard prosessing (CL_PD_PO_PROCESSING_BBP, method PROCESS_BBP_PO_MAI).
rgds,
Pierre

Similar Messages

  • How to send attachments using HTTP Binding Adapter?

    How to send attachments using HTTP Binding Adapter in Jdeveloper?
    Requirement: I need to send attachments to a system which can communicate with the middleware using https only.
    Kindly suggest..
    Edited by: Richa Juneja on Jan 28, 2013 4:03 AM

    Hi,
    Following links may help U
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/b4a6490a08cd41a8c91759c3d2f401/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm
    to know the basics about soap adapter u cn check out this link
    /people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap
    to get in detail about the attachments chk out this link
    hi i am unable to attach an attachment in File to mail scenario
    Regards
    Pullarao

  • How to send  attachments as request/response in a webservice.

    Hi Team,
    I have created a webservice using pb.net.Now I want to pass attachments as input parameter to the webservice. And also i want to send attachments as response.So please anybody help me on this .
    Regards
    Subrat

    Hi Bruce,
    Thanks for the info.As i am new to the PB.net webservice, its very difficult for me how to add these things in the code.Can you have any sample application/programs where you have send the attachments as a request and response using pb.net webservice.
    Thanks a lot again,
    Regards
    Subrat

  • Support message - How to send attachments to SAP

    When I create a message and send it to SAP, how can I send the attachment to SAP as well.
    I upload a doc in the Document tab, but when i check the website, the document wasn't sent sucessfully.

    If you do not get any error message I would raise a call.
    According to [Note 569392 - SAP Support Desk: Sending attachments to SAP|https://service.sap.com/sap/support/notes/569392] files with .doc extension are permitted.
    Depending on your SP level you may implement [Note 1080131 - Check on attachments and file types|https://service.sap.com/sap/support/notes/1080131]. This way you can check if the files you attached are permitted by SAP.
    Regards

  • How to Send Attachments in Workitem?

    Hi all,
    How to send the attachmenst in Workitem from DMS?
    Scanerio is:
    User is creating different request documents and attaching the supporting docu in word ,pdf,img etc format and which are the saved in DMS server.
    I am triggering the WF on Submit for Approval button and WI goes to different approvers.
    Now Approvers want to view this attachments for approval process.
    Can anyone guide me on thi
    Thanks,
    Arpita

    Hello Arpita Churi  ,
                You have to call this function module in the method of your business object and it has to integrated with task.It will do any number of attachments of any Mircosoft office products.
    Regards,
    S.Suresh

  • How to send attachments using java application and outlook

    Hi ,
    I created an application in java which is as
    on the Conference Tab i can schedule a conference and with the send command on page it map all the scheduled data to outlook(with all conference details) and using outlook send option the mails are send to appropriate user.
    but now i want to modify this application such as when i use the send command from my jsp page it should attach the file that is in .vcs or .ics format for auto updation of user calender.
    can any one know how to send attachment using java application .

    Last time I checked, SMS was a service between carriers and doing SMS yourself was really tricky. Some services existed to let you do it but as I recall they wanted non-trivial money.
    However, most phone carriers provide an email-to-SMS bridge of some kind.
    So the easiest thing is just to send an email.
    That's sending from a non-phone to a phone. There's a J2ME library to send/receive SMS from/to a phone.
    However, this is from memory, and a little out of date, so I could be entirely wrong. Hope it helps anyway.

  • Cannot send attachments in yahoo. Only says "edit attachments" How to send attachments

    when I click "attachments" button in an email, it will not let me find one in documents. Just tells me that the button is to edit attachments. Also, attachments in received email will not forward to gmail.

    On Thu, 15 Jan 2009 17:06:02 +0000, TAYLORRD wrote:
    > Since upgrading from WebAccess 6.5.6 to 7.0.3 we are experiencing
    > problems sending attachments. Most small attachments (less than 100KB)
    > will send successfully, but larger attachments will not. The compose
    > Message screen never clears and the message is not sent. Clicking send
    > again repeats this process.
    >
    > The GW Web Application is running on IIS on Windows 2000 server within
    > our DMZ. The failed message attachments appear in the c:\novell\tmp
    > directory. We are not using SSL.
    >
    > The clients are using IE6 or IE7
    >
    > All other WebAccess functionality is working fine (albeit a little
    > slower than 6.5) and are able to open any attachments that are received.
    > It sort of seems like a timeout but cannot find any relevant settings.
    >
    > Has anyone experienced this problem or found a solution?
    If this was NetWare I would say that it sounds like a Winsock issue...
    There was something about this with the March 08 release of GW7.0.3 but
    it was fixed in the 7.0.3 HP1 - which of these two are you using?
    HTH

  • Can we send attachments in workflow email notifications ?

    Hi All,
    I have a requirement where attachment needs to be added in the workflow email notification. Can we do that in SAP ?
    If you know any pointers then please reply.
    Thanks & Regards.
    Raman Khurana.

    Hi raman,
      Please check
    Attachments in Workflow.
    Thanks,
    sahiba

  • How to send attachments in oracle workflow?

    i want to send the attachment in the notifiaction mail and i am using workflow 2.6.1.5.2 .kindly help asap.
    thanks.

    Hello,
    Why don't you use the standard processing for PO output, there is a standard way to send po by mail as attachment.
    Anyway if you need to link it with a workflow, you cannot use the "send mail" task from workflow builder. This kind of operation just can send notification withount attachment.
    To send the po as attachment, you need to create your own task and method in a BOR object. I suggest you to start from the standard prosessing (CL_PD_PO_PROCESSING_BBP, method PROCESS_BBP_PO_MAI).
    rgds,
    Pierre

  • How to send attachments to a laptop by bluetooth

    When I'm travelling and am away from the internet, I need to transfer email attachments onto my laptop to work on them.
    This seems straightforward with a jpeg, as you can save it to the media drive and then there is a 'send by bluetooth' option on the menu if you highlight it.
    But if it is another file there is no save to media option (with a pdf, there is only an option to save it a page at a time, which is no use for a big doc!).
    Any ideas on how to transfer any attachment to a laptop by bluetooth?

    Hi and welcome to the forums!
    Since the attachment is not being saved and is only attached to the email, I don't think you can transfer via Bluetooth.
    I believe the easiest is to email them to your laptop.
    Someone on the forum will have a better idea about this I'm sure!
    Thanks,
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • How to send Attachments to a pc!

    Here is my issue, and ive wasted a good 30 mins trying to research it enough to figure it out. Im a new macbook user and have been using my macbook for the majority of my work related duties. Today i input my info into my timecard doc (.pages) and went to sent it to my payroll guy and to myself to make sure it went through. when i recieved it the single file was sent as a zip, when you open the zip on the pc you cannot find the actual document anywhere. WTH?! haha please tell me how to make this work. i already have send windows friendly attachments selected, view as icon and all that. i also downloaded attachment tamer but im not sure that is my solution, or quite frankly how to use it.
    Thanks so much

    how do you save it as a word dock after editing it ect? and does doing this leave it as a stand alone file that windows users can click and open or still a zip folder containing three preview files and gibberish?

  • How to send attachments to a PO or RFQ to vendors as mail attachment

    Hello,
    I know that we can send POs to vendors per E-Mail. The PO int his case will be sent as a PDF document.
    How about attachments to this PO? Is it possible to have those sent via the same mail as well ?
    Any ideas.
    Thanks in advance for replies.

    first create a po thru thru me21n.
    then go to me22n and choose the same po.
    here just above document overview on u will find services for po.
    select the dropdown list u will find create.
    on selecting create u have to select create attachment.
    on selecting it u have now to select the document u want to attach from where u have save it.
    select the file/document and select open.
    then save.
    regards,
    indranil

  • How to send idocs from workflow ?

    Dear Alll,
    I need to send few idocs based on condition in my workflow .Can you please let me know how to go for it .Do we use business object for this ?If yes which business object.
    Kind Regards,
    Anshu Kumar

    Hi Anshu,
    I had the same scenario in my project where I had to send an IDOC to SAP MDM thorugh workflow.please follow the following steps:-
    1.After the configurations of IDOC are done Create a RFC or BAPI which contains the code for Populating the segments of the IDOC. After populating the IDOC you need use the function module MASTER_IDOC_DISTRIBUTE to send the IDOC to the destination.
    2.after creating the BAPI you need to create Z business object where you need to include the above BAPI for IDOC.
    3.After the Z business object is created then in your workflow create an activity, in the activity create task which will contain the method of z business object as was done in step 2.
    I followed these steps and was able to do it successfully. Let me know if you are unable to achieve it with the above mentioned steps or you have any doubts or need any clarification wrt to the steps above.

  • How to fetch attachments in workflows to Outlook

    Dear colleagues,
    We have purchase requisition (PR) workflow in use and integration between SAP and Outlook; workflows are approved via Outlook or Blackberry.
    Now there is such a requirement that when a document is linked to PR by using service object in PR I need to fetch this document as an attachment of Outlook mail. Before adding document(s) to PR(s), initially we create document info record (DIR) using SAP EDMS and link DIR with PR.
    I know that data about documents are stored in tables DR* and original path of a document is stored in table DRAW- FILEP.
    Any suggestion would be appreciated
    Kind regards
    Melih

    HI Melih,
    Check table DRAW-FILEP  is there any like between PR and attachement .
    if you get the link between PR and attachemt by using below function module you can  send the mail with PR detarls and as well attachement aslo .
    you have to  develop one custom function module in this function module you have  to write all this logic
    step-1
    create one custom function module input paremeteri is PR
    step-2
    create a custom method then  call this  custom Function module in that method
    step-3
    create one back ground activiy task with this  method .
    here is the sample code for custom fm
    FUNCTION ZSEND_MAIL.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(SUBJECT) TYPE  CHAR50
    *"  TABLES
    *"      TO_LIST STRUCTURE  ZMAIL_ADDRESS
    *"      CC_LIST STRUCTURE  ZMAIL_ADDRESS OPTIONAL
    *"      BODY STRUCTURE  SOLI
    *"  EXCEPTIONS
    *"      NO_DATA
      DATA: wa_docdata TYPE sodocchgi1.   " Document data
      DATA: t_objpack  TYPE STANDARD TABLE OF sopcklsti1. " Packing list
      DATA: wa_objpack TYPE sopcklsti1.   " Packing list
      DATA: w_tab_lines TYPE i.
      DATA: t_objtxt     TYPE STANDARD TABLE OF solisti1.   " Message body
      DATA: t_objhead    TYPE STANDARD TABLE OF solisti1.   " Header
      DATA: i_receivers  TYPE TABLE OF somlreci1 WITH HEADER LINE.  " Receipient list
      DATA : it_mailtext         LIKE soli  OCCURS 0 WITH HEADER LINE.
      CLEAR wa_docdata.
      wa_docdata-obj_name = 'MAIL'.
      wa_docdata-obj_descr = subject.
      wa_docdata-obj_langu = sy-langu.
    MOVE sy-datum  TO i_receivers-rcdat .
    MOVE sy-uzeit  TO i_receivers-rctim.
    MOVE '1'       TO i_receivers-sndpri.
    MOVE 'X'       TO i_receivers-sndex.
    MOVE 'U-'      TO i_receivers-recnam.
    MOVE 'U'       TO i_receivers-recesc.
    MOVE 'INT'     TO i_receivers-sndart.
    *Build Receivers list
      CLEAR i_receivers.
      i_receivers-rec_type  = 'U'.
    Send Mail To
      LOOP AT to_list.
        CLEAR i_receivers-receiver.
        i_receivers-receiver = to_list-mail_id.
        APPEND i_receivers.
      ENDLOOP.
    Build CC List
      LOOP AT cc_list.
        i_receivers-receiver = cc_list-mail_id.
        i_receivers-copy = 'X'.
        APPEND i_receivers.
      ENDLOOP.
      LOOP AT body.
        IF body-line IS INITIAL.
          CONTINUE.
        ENDIF.
        it_mailtext-line = body-line.
        APPEND it_mailtext.
        CLEAR body.
      ENDLOOP.
      t_objtxt[] = it_mailtext[].
      t_objhead[] = it_mailtext[].
    Document data
      DESCRIBE TABLE t_objtxt      LINES w_tab_lines.
    Packing data
      CLEAR wa_objpack-transf_bin.
      wa_objpack-head_start = 1.
      wa_objpack-head_num   = 0.
      wa_objpack-body_start = 1.
      wa_objpack-body_num   = w_tab_lines.
      wa_objpack-doc_type   = 'HTML' . "'RAW'.    " .
      APPEND wa_objpack TO t_objpack.
      CLEAR wa_objpack.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = wa_docdata
          commit_work                = 'X'
        TABLES
          packing_list               = t_objpack
          object_header              = t_objhead
          contents_txt               = t_objtxt
          receivers                  = i_receivers
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
    ENDFUNCTION.
    Regards
    RameshG
    Edited by: RameshG on Nov 5, 2010 1:18 AM

  • How to Send Attachments as Separate Files?

    How do I send an attachment as a separate file using Mail 2.1.1 so that it is not embedded in the message?
    Thanks
    iBook G4   Mac OS X (10.4.5)  

    Not sure I understand your question, do you mean like how images and PDFs display in the message window? Well, you could right click on the file in the Finder and Create Archive, that will create a .zip file, which is also smaller for e-mailing, then attach the .zip file. You can combine a few files together into a folder first and archive that also.

Maybe you are looking for

  • How can I play my songs from my iPod that are no longer in my computer

    When I go to my iPod under devices and click "Music" it shows all the songs I have on my iPod but it's all grayed out and I can not play them from here. Now at first I thought you just couldn't do it but my brother for some reason can... None of his

  • Upgrading to Maverick causing problems

    I recently upgraded my operating system to Maverick. Since then my time machine back up disk won't back up due to lack of space, which wasn't previously an issue and my Mac won't shut down properly just goes to blank white screen and freezes. Not sur

  • Ramp-Up Projects

    Hi I think it will be good with a list of the Ramp-Up projects with a little information about the project. Here at VELUX A/S, Denmark, we are today running a 3.5 BW on HP hardware, HP-UX OS and Oracle DB and we are in The Ramp-Up for Netweaver 2004s

  • I have bought a Sandisk 8gb memory stick but can't import from iphoto onto it...help???

    I have bought a Sandisk 8gb memory stick but can't import from iphoto onto it...help???

  • Please help to set the time zone in a porper way

    Dear Folks please help to set the time zone in a porper way select sessiontimezone from dual; Database: Oracle 11.2.0.2 Operating system: AIX 5.3 SESSIONTIMEZONE +00:00 SQL> select systimestamp from dual; SYSTIMESTAMP 06-NOV-12 04.21.07.438426 AM +00