User add attachment from notification

Hi
I am using EBS R12, i need to allow user to add attachment from notification.
This is the scenario:
HR will submit workflow to user, this user will open the notification and the user must add attachment and then return it to HR. So can we do that?
Thanks

please see
http://oracle-latest-technology.blogspot.com/2010/04/sending-attachment-using-oracle.html
ApPsMaStI
sharing is Caring

Similar Messages

  • Add Attachment from ABAP Mapping

    Hi Gurus,
    is it possible to add an attachment during a ABAP mapping? Like it is possible for proxy!
    I want to attach a jpg file during the mapping. I found also class interface CL_MAPPING_ATTACHMENTS with a
    few method e.g. SET_ATTACHMENT but it does not wotk.
    Anyone of you knows some solutions or hinds?
    Thanks in advance.

    HI,
    I found an other solution or lets say I found an error in my interface call. IF_MAPPING_ATTACHMENTS -> set_attachment is working, sorry!!!
      TRY.
          CALL METHOD attachments->set_attachment
            EXPORTING
              content_id   = '1.jpg'
              content_type = if_xms_resource=>mimetype_jpeg
              content      = l_data.
        CATCH cx_xms_system_error .
      ENDTRY.
    The Attachment is in the Payload, but now I get an error from the adapter, when I use file or mail receiver adapter! For a little test I used http receiver and there it is working!?
    "com.sap.engine.interfaces.messaging.api.exception.MessagingException: Could not queue receive for message df9cc710-62c9-85f1-b25f-005056c00008(INBOUND). Reason: java.lang.NullPointerException: while trying to invoke the method com.sap.aii.af.sdk.xi.lang.Binary.getBytes() of an object returned from com.sap.aii.af.sdk.xi.mo.xmb.XMBPayload.getContent() "
    I get it in FILE and EMAIL Adapter!? Do you know the reason? I'm still looking for it.
    Edited by: Michael Kulak on Jul 30, 2010 8:50 PM
    Edited by: Michael Kulak on Jul 30, 2010 9:04 PM

  • My Thuderbird has stopped allowing me to add attachements from my desktop.

    Today for some reason my Thunderbird will not allow me to attach documents from my desktop. I have been doing this for some time as I find it is the easiest way to attach a document to an email. When I have attached a document I move the file into it's required folder. I think the default setting is to open the most recently opened folder, but if this happens I have always been able to click on the 'back' button to go back to the desktop and find and attach the file I want. For some reason today Thunderbird has stopped listing the desktop as an option and doesn't show the desktop on the files or libraries list, and will only attach files from the most recent folder opened. There is no option to go back to the desktop. Why is this happening and how do I reset this so that Thunderbird gives me the option of attaching files from my desktop? Help !!

        @ednwnj,
    That's a great question. Let's get those tones back on. Here are the steps to turn on the dial tones when using the dial pad.
    1. Go to Settings.
    2. Select Sound Settings.
    3. Turn on Audible Touch Tones.
    Let us know if you need anything else.
    NidiaA_VZW
    Please follow us on Twitter @vzwsupport

  • Add attachment to WF steps

    Hi ,
    How can i add attachment(like word document)  to WF steps ?
    regards
    Michael

    You can add attachment from the workitem. There will be an icon to add attachment. In order to view this attachment in subsequent steps you should do a binding from ATTACH_OBJECT from Wflow to Task.
    Thanks
    Arghadip

  • FB50 - force user to add attachment

    Hi,
    Is there a way to force user to add attachment in FB50 before allow user to post the entry? In other words, the FB50 entry should not be post into SAP if user did not attach any document. Please advice. Thanks.

    Hi
    Please refer the below link
    Email Billing document as PDF Attachment while saving from VF01/02
    http://www.whypad.com/posts/sap-attach-documents-to-a-journal-entry/45/
    hope this will help you
    regards
    Praveen P C
    Edited by: Praveen Chirakkel on Apr 13, 2011 6:06 AM

  • User cannot send large attachment from one computer but can send it from OWA and other computers

    A user cannot send an email with a 22 mb attachment from a computer he uses occasionally, but he can send the same file from OWA at this desk and from outlook at his normal desk.
    We've recreated his outlook profile and we've tried re-installing office. We've also tried a new install of windows, but to no avail. We even tried a different network port, but it just seems to be this computer.
    Any help would be much appreciated. 
    Thanks
    Patrick

    Hi,
    Try compressing the file, will it be sent then?
    Please also start Outlook in Safe Mode to determine if it's 3rd-party add-ins related:
    Press Win + R and type “outlook.exe /safe” in the blank box, then press Enter.
    If there’s no problem in Safe Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    Regards,
    Melon Chen
    TechNet Community Support

  • How do a let users add a link in a submission, similar to attaching a file?

    how do a let users add a link in a submission, similar to attaching a file?
    I want teachers who want to list a link to a website, be able to insert a link. how?

    would it be a good idea to send a shortcut to desktop from explorer, and then upload that as a file attachment? will that work for most people?

  • I need to save an online file to my ipad and then email it as an attachment from my school email? It is my college gmail account and I can't add it to my mail app.

    I need to save an online file to my ipad and then email it as an attachment from my school email? It is my college gmail account and I can't add it to my mail app. This was an assignment for class to make sure we could use the BB email system.

    You can use your gmail account within the native Mail app using IMAP
    Make sure you've enabled IMAP in your main Gmail settings
    Open the Settings app on your device
    Tap Mail, Contacts, Calendars
    Tap Add Account...
    Tap Gmail
    Enter your account information, being sure to use your full Gmail address, including '@gmail.com'
    Tap Next
    Tap Save

  • I want to send notifications to outside(i,e mail box) from oracle, and users will approve the notification from email

    Hi
    I have a client required to send notifications to outside email box, and also user will approve this notification through email.(i,e not logged into oracle and approve it) in 11i instance.
    i need to send mail from po department to finance department
    once finance department approves , then mail back to po department that your notificaiton approved.
    from address:=[email protected]
    to address:=[email protected]
    as part of this we did IMAP set up
    and used the following code. and getting the notifications from Oracle to my mail box.
    my main issue is when user approves the wf notifications, it is not showing my specified email address in the attribute #WFM_REPLYTO, always it is showing the IMAP set up wfdev address
    what is the value i need to use for this #WFM_REPLYTO
    eventhough i am sending the to_address email id to the following attribute(wf_engine.setitemattrtext), the workflow approval not working for that email id.
    only if i am using the '[email protected]' in the imap set up, then only approval is working.
    how can i override this to_email address value([email protected]) to my desired email address?
    wf_engine.setitemattrtext (itemtype => l_item_type,
    itemkey => l_item_key,
    aname => '#WFM_REPLYTO', -- to_ address
    avalue => '[email protected]' -- [email protected]
    if any body having some sample code related to this please share on this.
    Thanks
    sam

    Sam,
    Can you find any errors in the Workflow log file?
    Please review the following docs.
    Setting Different Values For Attributes #WFM_FROM & #WFM_REPLYTO Does Not Happen Or Results In SAXParseException (Doc ID 1455191.1)
    How To Change The Default From and Reply To Email Address For Workflow Email Notifications (Doc ID 760477.1)
    Thanks,
    Hussein

  • Forcing a user to add attachement in wf ?

    hi,
    i have a workflow in which a user MUST attach a scanned document. well, how can i force a user to add this attachement. that means "no attachement = no continuing of workflow" !
    my workflow starts with a form where i can enter the form, but there it is not a "must".
    best reg, Martin

    hi martin,
    thank you as always ! you are doing great work in this forum !
    well, what i have thought of: an also 'clean' way is to force the user on the starting form ! the starting form generates a dynpro with the form-fields of the structure AND (on 3 further tabs) you can enter a note and attachements !
    isn't it possible to change that ? if there is NO attachement the workflow even can't start. i don't know where to do this ?
    b. reg, Martin

  • Add attachment button disapear from Customer screen ( framework )

    We did some personalizations in 12.1.2; for one reason ( we don't know why ) add attachment butotn disappear from attachment tab in client screen ( framework )
    any idea
    Thanks
    Marc

    Hi Marc,
    i am not clear with your question.
    through personalize page option, you can check the rendered property for the same.
    Regards,
    Naren.

  • How to add photo from Photos app as iCloud/user avatar?

    Hello,
    I would like to change my login and iCloud user avatar. I have photos in the new Photos app, but I can't import or drag&drop files on the settings screen from Photos.
    "Take a photo with your iOS device or manually add photos from the Photos app." - I would like to do that, but how?
    Thank you!

    Hello,
    I would like to change my login and iCloud user avatar. I have photos in the new Photos app, but I can't import or drag&drop files on the settings screen from Photos.
    "Take a photo with your iOS device or manually add photos from the Photos app." - I would like to do that, but how?
    Thank you!

  • Unable to Check ADD Attachment Check Box. Thereby getting only email and not the attachment (which will contain the output of BO report , in Excel Format)

    Post Author: hteoh
    CA Forum: Publishing
    I have an BO related issue. I tried to schedule a smtp event in BO to email the report output as Excel. Since this report will go to different users, I unchecked the Use the Job Server's defaults (CHECK BOX). For some reason, I can't check the Add Attachment(CHECK BOX). I received the email but without attachement. Do you know why I can't use attachment. The SMTP event works perfectly if I check Use the Job Server's defaults.

    Hi!
    Use the below code to populate the Sender and receiver mail ids:
    DATA GV_SENDER    TYPE SWC_OBJECT.    
    DATA GV_SENDER_ID LIKE SWOTOBJID.      
    SWC_CONTAINER LT_CONTAINER.
    reset data for CTCV
    CALL FUNCTION 'CTCV_INIT_USER_DATA'.
      Create sender using sender mail address from new table
        SWC_CLEAR_CONTAINER LT_CONTAINER.
        SWC_CREATE_OBJECT GV_SENDER    'RECIPIENT' SPACE.
        SWC_SET_ELEMENT LT_CONTAINER 'AddressString'
                                         ZMAIL-SENDER.
        SWC_SET_ELEMENT LT_CONTAINER 'TypeID' 'B'.
        SWC_CALL_METHOD GV_SENDER    'CreateAddress' LT_CONTAINER.
        IF SY-SUBRC NE 0.
             MESSAGE ID SY-MSGID TYPE 'E' NUMBER SY-MSGNO
                     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
                     RAISING SENDER_CREATION_FAILED.
        ENDIF.
        SWC_OBJECT_TO_PERSISTENT GV_SENDER GV_SENDER_ID.
    Similarly you can create the recipient mail id. Pass the GV_SENDER_ID to OPEN_FORM.
    Cheers!

  • How to add attachment and export data into MS Access

    Let's say that I use PDF file to capture data from users and import the data to MS Access database (via XML). I wonder if there is a way to let user add attachments in Acrobat Reader and when the data is exported, the attachments are kept separately in a new column in MS Access.

    If you are trying to do this with script from within the PDF ...I do not think so. You woudl not be able to get the stream of bits that make up the attachment to be able to write it to the DB.
    Paul

  • Add attachment to services for object

    Hi All,
    What is the meaning of Add Attachment to services for object, is it the only providing the services like
    Private note,
    send object with note,
    Display relation ship,
    work flow,
    My objects etc.
    can any one suggest me on this.
    Thanks&regds,
    Srinivas.

    Hi Srinivas,
    I have seen you asking a lot of questions all about the same scenario in my understanding. It seems you like to send a picture or an attachment from/to the mobile device, is this correct? I get this impression because your questions are mostly around the MAM30_080 syncbo.
    Could you specify the exact problem you have a little more in detail?
    Sending notes,..... either you enhance a SyncBO. This is not to difficult and you do not have to do the complete basic ABAP development for your own. You still have to do some coding on the R3 side, but the SBUILDER stuff in the middleware is not necessary.
    On the other hand, you can easily develop your own SyncBO. This is perhaps the best solution in your case.
    Relation ships in SyncBOs are done with the cascading. See in SBUILDER for MAM30_001 - it has a relationship to MAM30_010 fo example. This is a process you do at design time. Here the MDK helps with some instructions about it. If you have an oject with a short text, just fill in the short t.ext, the long text is a splittedt structure inside the BO. If you want to see that, it is really simple:
    Create a notification on the device. Enter a long text with more then 500chars. Then save.
    You need to check the data structure on the device then. When yu open MAM from the MI home screen, the URL usually ends with /start. Change this to /start,jsp - in MAM30 this name has changed to /start_.....jsp,have a look into the project, you will find it - and you select the syncBO MAM30_010 on thqt screen. Then you see the complete data structure on your device. Search for your new created entry. Then you see that the long text is saved as a child structure and it has an index so ther backend can put it back to one long text in the correct order.
    The same way you have to go if you want to send some data that is longer then 250 Byte.
    Hope this helps to switch on some lights.
    Regards,
    Oliver

Maybe you are looking for