How to attach documents to BPM workspace from IPM ?

Hi All,
I want to attach a document to BPM workspace, which is uploaded from Oracle IPM.
I can create the BPM instance and pass the metadata form IPM to BPM workspace.
Passing image URL to one of the field, also possible but i want to attach the document to *'Attachment'* area of the workspace.
Is this a possible scenario?
Thank you
E

Hi Nir
Yes, you can add attachments to Attachments section of Task under Comments and Attachments area. BUT you need to write some Java Code for this to use Task APIs to programmatically add attachments to the Task by reading the payload to get attachment details. You can write the java code in different places like when a Task is Assigned using TaskAssignment Callback handler. Or when Task is submitted using ITaskValidationCallback handler etc.
http://docs.oracle.com/cd/E14571_01/apirefs.1111/e10660/oracle/bpel/services/workflow/task/ITaskService.html (See methods like addAttachment(..))
You can find lots of samples online on how to use above APIs.
Thanks
Ravi Jegga

Similar Messages

  • How to attach document from webdynpro TO workflow

    Dear friend,
    For one requirement i want to attach documents(.doc or .pdf)
    from webdynpro form.
    I want to display it with user decision step along with description.
    I am confused that which container element would contain it?
    and how can i display it along with description?
    How can i attach document to the workflow?
    Please guide me stepwise.
    Thanx in advance!
    Regards,
    Purvesh.

    hi,
    Please Refer to the thread.
    How to Attach a pdf file which is created in EP while sending the mail
    Regards
    Sumit Agarwal

  • How to attach image in BPM CustomJSP and view it

    Hello everyone im new here ,
    Is there any tutorial how to attach file into BPM Object ?
    Im using Oracle BPM Studio 10.3.1
    I have seen many tutorial how to attach file into BPM using fileChooser
    ( https://community.oracle.com/thread/880712  )
    and succeed but my next problem is how to show image that i have been uploaded before
    Thaaanks
    Regards
    Shiddiq

    Hi Shiddiq,
    You can get access to an uploaded file using the execData object.
    For example, you can use execData.attachment[1].name to retrieve the file name of your first attachment.
    Similartly use execData.attachment[1].contents to retrieve you first file contents in a base64 format.
    Antonis

  • How to attach documents in Delivery & in Invoice document of SD processing?

    Dear Sirs,
    Hi,
    Can you please suggest me how to attach documents in Delivery & in Invoice document of SD processing?
    I could do so in inquiry, quotation, sales order but not able to locate the path in Delivery and in Invoice.
    Pl suggest.
    regards,
    rajni,

    hi ,
    GO to SU3 own parameters then add SD_SWU_ACTIVE and X.
    Then in VA02,VL02 (edit mode) You can attach the document to respective orders.
    If the intermediate Coupling required then 2nd method for this is
    CV01N Create the document and attach document to Document no and line NO.
    Regards,
    Sam

  • How to attach documents to crmd_order

    can any one tell me how to attach document in crmd_order through fm

    Use cl_crm_documents=>create_with_file method.
    Regards.

  • How to Attach Documents to QM02 Transaction

    Hi,
    We have a requirement to implement a RFC(Portal to R/3) which is used to attach the documents at the Header level of the Quality Notification(QM02). The input paremeters are the file content and file format. File content will be in the form of Byte Array which is coming from the portal and file format can be Word, Excel or PDF.
    Please help me on this regard.
    Thanks,
    Sathi

    Hi Raja,
    Thanks for your reply, I excecuted this RFC by providing the input values as
    CLASSNAME 'BUS2078'
    CLASSTYPE 'BO'
    OBJECT_KEY '0000000306' ( Quality Notification Number )
    SIGNATURE:
      DOC_COUNT 00000001
      DOC_VER_NO 00000001
      COMP_COUNT 00000001
    COMPONENTS:
      DOC_COUNT 00000001
      COMP_COUNT 00000001 
    CONTENT:
      LINE 10101010111010111010101010111101011110011010101011100101110101011101011010101
    But there was no attachment added to that particular Notification.
    If this process is not correct. Please let me know how i should use this RFC to attach documents.
    Thanks in advance,
    Sathi

  • How to attach documents for Webhelp

    Hello All,
    I am currently using Robohelp 7 and I am facing a problem how
    to attach a word document as an object in Webhelp?
    I am inserting an object of type Microsoft office Word
    Document, when I compile and view output help, I cannot download
    the attached document.
    What i need exaxctly:
    Link to download a file from the generated output help, i
    don't need this document to be processed by Robohelp and converted
    to topics, just a word document to download from the generated
    help.

    Hi Sherif Esmat and welcome to our community
    See if the links below help in any way. They aren't for
    RoboHelp 7 specifically, but the general ideas should be the same.
    Link
    One
    Link
    Two
    Cheers... Rick

  • How to attach document to invoice and archive

    From trans VF03 I can manually attach document via
    System -> Service Object -> Create attachment.
    Does anyone know how can I attach the real invoice image (PDF file) to the invoice in back ground mode because I want to attach document to every single invoice.
    My final goal is to attach the document to billing document and archive them to an external storage system.  Can some one point me to the right direction.   Thanks.

    Hi
    That tools create only an hit in some tables where the path of attach document is stored (not file).
    So you should check which are those tables.
    Try to see <a href="http://172.24.40.56/saphelp/helpdata/EN/c8/96c998142f11d389940000e8216438/frameset.htm">here</a>
    Max

  • How to attach Documents in a Reply E-mail?

    As everyone know that We can upload or attach everything in the camera roll, We can attach other documents like .pdf , .doc etc.. with the help of some external application, but it support only attachment in the form of a new E-mail,
    But i want to attach documents for reply mail,, is there any way for it ?
    also how to attach multiple documents for a reply mail?

    After running the query, right click -> GoTo -> Documents for Navigation Status.  There you can create, edit and view documents.
    Regards,
    Kerry

  • How to attach documents in Iphone mail services

    Hi,
    Is there anyway to attach documents(even multiple docs at once) and send them from my iphone mail??

    hi ,
    GO to SU3 own parameters then add SD_SWU_ACTIVE and X.
    Then in VA02,VL02 (edit mode) You can attach the document to respective orders.
    If the intermediate Coupling required then 2nd method for this is
    CV01N Create the document and attach document to Document no and line NO.
    Regards,
    Sam

  • How to force refresh of BPM Workspace programatically?

    Hi All,
    As part of our project, we have developed a BPM Workflow with ADF forms based on Human Tasks. Once the form has been processed, the window closes.
    There are 2 issues thatI am hoping for help with.
    1. The worklist is updated only after an explicit refresh is carried out.
    2. I notice that the preview pane in the BPM Workspace still has an active version of the form. The form within this pane is modifiable which poses a business risk in our case.
    My questions are
    1. How do we programmatically force a refresh on the workspace? I'll include this in just after I close the form.
    2. Hide the preview pane?
    Alternately, can all this be achieved by configurations to the Workspace?
    Any suggestions are much appreciated.
    Version : JDeveloper : 11.1.1.4, SOA suite 11g.
    Thanks,
    Preethi

    Hi  Preethi,
              Did u find any solution for this ? We have similar requirement ... Thanks
    Slkait

  • How to attach documents in Forms 6i

    Dear All,
    Could you please help me in how to attach the documents to forms 6i.
    Documents like .. pdf,excel,word, etc..
    Thanks,
    Ahmed

    <p>Here is part of the answer.</p>
    It is about sound but it would not be difficult to attach other types of documents.
    Francois

  • How to attach documents in PR/PO, is there any standard settings

    Hi Experts,
    How do we attach a document into a PR/PO. The requirement is to attach supporting documents into a PR/PO, so that when it goes for approval, the release approver can view the supporting document in the PO/PR.
    We have a Attach Icon in the PO but i am unable to attach any document by clicking it, is there any settings to be maintained to attach documents in PO/PR or do we need to implement any new submodules like DMS
    Kindly let me know at the earliest.
    Regards,
    Hemant

    Hi,
    Thanks for your suggestion..
    I tried using the "Services for Object"  option and i was able to upload a document. But when i try to view the document in PO display ME23N, by clicking the Icon as you mentioned the attached document is not displayed.
    Only when i go in Change mode ME22N and select "Service for Object" i get the documents displayed. What is the way to get the document displayed ?
    Regards,
    Hemant

  • How to attach documents at record level using GOS?

    Hi Guys,
    I have been using GOS for some time now and i am using GOS to attach documents at transaction level.
    Now i need to design a utility where the user would first run a report and this report will bring a few records and the output should have an option to attach some PDF files for each record. Is this possible using GOS? Is there any other simple way to attach documents @ record level and not at transaction level? Any pointers??
    Cheers
    VJ

    two options:
    1. you want to upload document/view document from your report only.
    In this case
    a. go to transaction SBDSV1
    c. class name = "any name you desire without spaces"
       class type = "other objects"
       all other parameters copy from any other objects.
    once this is done, in your program call fm
    call function 'SWU_OBJECT_PUBLISH'
        exporting
          objtype           = 'class name created in stepc'
          objkey            = 'concatenated devlierynumber item number variable'
        exceptions
          objtype_not_found = 1
          others            = 2.
    this will bring up the icon for uploading document in the top left corner of your report. (call it after start of selection)
    to manually test this process , go to transaction OAOR and use class name, type =OT and the key to view or upload the file.
    2. you want to upload/view document from shipment document transaction.
    in this case, you need to find the appropriate BO from SWo1 transaction  which has go delivery number /item number as the key (for example look at BO LIPS from SWO1)
    once this is done you can call the FM mentioned in the previous option by passing the classname and the delivery doc key. the upload/view can alos be done from the standard transaction for that document.
    Hope this is clear.
    Regards
    Raja

  • How to attach documents on the Shipment?

    Can some one help me in understanding on how to attach a document on the shipment VT02N & also please tell me if there is anything that we have to do on the Customizing or development side ..................
    Your help will be greatly appreciated.
    Thanks

    Hello,
    You can attach PDF format document to Shipment using GOS.
    Normally if the SAP system is not connected to Archive Server this attachment is stored in table SOFFCONT1.
    Storing attachments in SOFFCONT1 table will not require further configuration as SAP has already provided functionality to store attachments in this table.
    If Archive infrastructure is in place connected to your SAP system then you can use Document Archiving concept for storing your PDF docks to your shipment. This will help you to better managment of documents.
    Document Archiving implementation require complete configuration of ArchiveLink.
    I would suggest you to go through very useful link that is provided by Suji Thampi in trail massage.
    Hope this message will help.
    Thanks,
    Ajay

Maybe you are looking for

  • How to get changed value in oo alv

    hi experts, i insert a check box in alv,i wanna transfer the choosed  rows to my transparent table,but i find that the check box  won't  changed to 'X' in itab but i double click the row,could i get the alv rows into my itab reversed best regards zlf

  • MSN Messenger stops Creative Mediasource Pla

    My 24 Li've External card works perfectly well with Media source player - until - I log on to MSN Messenger v.7. Then my PC tells me there is no sound device installed. Device manager tells me the device is working probably. I am fed up using System

  • Query related to time in mail sending..

    Hi all, When I am sending the mail using my ABAP code where used FM is SO_DOCUMENT_SEND_API1...its not reflecting the correct time into the outlook mail..please help how could I make it correct.. Thanks Rajeev Edited by: Rajeev Shrivastava on Sep 15,

  • Calibration quality

    hi, I am doing a calibration process for that i maintain 1) Equipment . 2) Maintaina a inspection plan and put the task type group . 3) shedule the maintenance plan. then i create a maintenance order (IW31) to that equipment and maintain the settelme

  • Variable to store a result of a complex calculation in bex query

    Hello all, I've got a query in BEX with some key fields to display and also need to perform some calculations not supported in bex formulas. I think this could be made in a BEX user exit and I'm trying this by creating a project in CMOD assigning EXI