How to add attachments to seeded sshr workflow  process

Hi all,
i have a requirement to send an offer letter as  an attachment after the final approver
clicks on approve button  , ideally the requester is supposed to  receive  a notification of approval and
a pdf offer letter as an attachment.Currently am  not using a custom workflow but the seeded HRSSA workflow item type
and the process am using is HR_SIT_JSP_PRC this requirement is urgent any help will be appreciated .
thanks in advance.

Hello Ravi,
Please take a look at: Add attachments to the Interactive form of a Web dynpro application
Please take a look at my reply there on Mar. 29, 2007. I am not sure but i assume that you are using Web Dynpro for Java. Attachment capability is available with NW04s SP10 (both runtime and NWDS). Although, SP09 contains the required web dynpro runtime changes but the API has only been made part of SP10. Follow the note numbers provided therein.
Best Regards,
Krish

Similar Messages

  • How to add attachments in pdf -URGENT

    Hi All,
    I need information about how to add attachments to pdf in webdynPro. I am unable to find related topics in Forums. Sample code,examples,or suggestions would be helpful.
    Thank you
    Regards
    Ravi

    Hello Ravi,
    Please take a look at: Add attachments to the Interactive form of a Web dynpro application
    Please take a look at my reply there on Mar. 29, 2007. I am not sure but i assume that you are using Web Dynpro for Java. Attachment capability is available with NW04s SP10 (both runtime and NWDS). Although, SP09 contains the required web dynpro runtime changes but the API has only been made part of SP10. Follow the note numbers provided therein.
    Best Regards,
    Krish

  • How to add custom buttons in a workflow email?

    We want to add custom buttons in the workflow mail, and we have tried it successfully in workflow notification, but failed in mail,so is there anyone know how to add buttons in workflow mail if it is possible.

    The buttons available are all of the different values on the Lookup Type you assign as the Result for the Notificaiton.  Add values to this list, or create a new list and point to it.

  • How To Add Attachments

    Hi All. Well i want to attach a any pdf/pic etc while replying to any mail. But i could not find any option for the same. Moreover if i want to attach any pdf ( not via ibook or any paid app ) how can i attach ?

    Hi,
    As per the information which you mention above,
    You want to add attachments to appointment.
    Please follow these steps to set a attachments as an appointment: -
    Step 1: - In
    Outlook 2007, click File>New>Meeting Request (or Appointment).
        In
    Outlook 2010 and 2013, click the New Items>Meeting (or Appiontmet).
    Step 2: - In
    Insert tab three buttons are available to attach files.
    Note: - Insert individual files as attachments
    Step 1: - If you want to attach individual files or documents in your meeting invitation or appointment:
    Click on
    Insert>Attach File.
    Step 2: - In the next window, select the documents that you want to attach, and click
    Insert button.
    Step 3: - After that, you will see that the selected files are attached to the body of meeting invitation or appointment.
    Note: - Attach Outlook items in your meeting invitation or appointment
    Step 1: -  If you want to add Outlook items like: task, notes, email, and so on then
    Click
    Insert>Outlook Item.
    Click to open an Outlook folder in the
    Look in box.
    Select the item in the Items box that you will attach.
    Specify one of attaching patterns in the Insert as a section.
    Click Ok.
    I hope this information will be helpful for you. Correct me if the information that I am having is wrong.
    Thanks and regards
    Ashish@V

  • How to add attachments to a mail

    Hi experts!!
    I've been looking for a solution of the problem that I have through this forum but I haven't found anything that I can use in order to add attachments documents to the e.m.a.i.l.
    I'm trying to add a file using the followings FM, LIST FROM MEMORY, TABLE COMPRESS but when I go to SCOT transaction the file attached is empty... I don't really know how to use this FM, I think my problem is that I can't attached correctly the table in memory and when I call List_FROM_MEMORY FM, it doesn't receive anything... is there any place where I have to put the path where the file is?
    I'm using the FM SO_OBJECT_SEND in order to send the mail
    Thanks in advance,
    Best Regards,
    Rebeca

    Hello Rebecca,
    i would use the FM "SO_DOCUMENT_SEND_API1".  There are quite a lot of Explanations how to use this FMs in the Internet.  I would almost say this is the FM you got to use. =) Just google around and you'll find some good examples.
    Greetz Gollmer
    Update:
    Here is some Explanation where you can see how to extract binary data from a File:
    [http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3d42358411d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3d42358411d1829f0000e829fbfe/content.htm]
    Edited by: GollmerBZ on Mar 29, 2011 4:41 PM

  • How to add attachments in the workspace?

    I have designed a process in which user will will initiate a task from the workspace.He will attach a file widin the workspace and next level user will view.this is working fine as i have created one process variable to stor the task attachments.My problem is that the second level user ie the assign task user is unable to add the attachment when the form comes to c his to do list.He is able to view the attachments added by the initial user.when the assign task user tries to add attachments the attachemnt list count is getting added but the attachments r not added.Can anyone tell me the solution?

    Hi,
        You can add attachments to work item from workspace using  attachments.
         If attachments tab is not visible in workspace you can modify your workflow to show attachments tab.
         Follow these steps to enable attachments tab,
          1) Open your workflow definition and edit the properties for Assign Task step.
          2) Select Attachments and Notes section and check Show Attachment Window
          3) Map Output attachments field  to a  varible of type List ( sub type  documents ) to make added attachments from workspace available to workflow.
    Regards,
    Vik

  • How to add new attribute for triggering workflow?

    Dear Expert,
    I want to create condition for triggering workflow.
    I am working on travel request workflow, using BUS2089.
    my requirement is to differentiate or make condition of triggering workflow based on trip activity type,
    but I can't find any attribute about trip activity type.
    how to add activity type to be available for create condition?
    thanks

    Hi,
      If am not wrong you are trying to raise event when ever there is a new travel request raised, so the BOR would be availbel in the workflow container to be more preciese it would be available in the event container, so you need to find out the right attribute in the BOR where the trip type is assigned and validate this in the start conditions i mean in the basic data of the workflow where you activate the event linkage.
    Regards
    Pavan

  • How to add attachments to appointment?

    appointment.Attachments.AddFileAttachment(file.Name, stream);
    //appointment.Attachments[0].IsInline = true; disabled in Outlook 2007
    appointment.Save(WellKnownFolderName.Calendar, SendInvitationsMode.SendToAllAndSaveCopy);
    The recipient can't see the attachment
    The sender can see attachment from the calendar.
    In outbox, the mail hasn't attachment.
    What's wrong?

    Hi,
    As per the information which you mention above,
    You want to add attachments to appointment.
    Please follow these steps to set a attachments as an appointment: -
    Step 1: - In
    Outlook 2007, click File>New>Meeting Request (or Appointment).
        In
    Outlook 2010 and 2013, click the New Items>Meeting (or Appiontmet).
    Step 2: - In
    Insert tab three buttons are available to attach files.
    Note: - Insert individual files as attachments
    Step 1: - If you want to attach individual files or documents in your meeting invitation or appointment:
    Click on
    Insert>Attach File.
    Step 2: - In the next window, select the documents that you want to attach, and click
    Insert button.
    Step 3: - After that, you will see that the selected files are attached to the body of meeting invitation or appointment.
    Note: - Attach Outlook items in your meeting invitation or appointment
    Step 1: -  If you want to add Outlook items like: task, notes, email, and so on then
    Click
    Insert>Outlook Item.
    Click to open an Outlook folder in the
    Look in box.
    Select the item in the Items box that you will attach.
    Specify one of attaching patterns in the Insert as a section.
    Click Ok.
    I hope this information will be helpful for you. Correct me if the information that I am having is wrong.
    Thanks and regards
    Ashish@V

  • How to add attachments to Custom Stationary, having problems.

    I created some custom stationary by saving a page created in iWeb ,published, then choose the option -- save as stationary. All is well, I can select my custom staionary and enter text and send a message fine, but.... when I try to add an attachment none of my text stays and some of my stationary just disappears (images et al) my attachment is there and can be mailed ok.
    I just cut and paste html and don't really understand coding but i think it may be the way my page is saved. Or... can attachments not be sent in stationary without messing up the file?
    Pointers or help is appreciated.
    Thanks

    Hello Ravi,
    Please take a look at: Add attachments to the Interactive form of a Web dynpro application
    Please take a look at my reply there on Mar. 29, 2007. I am not sure but i assume that you are using Web Dynpro for Java. Attachment capability is available with NW04s SP10 (both runtime and NWDS). Although, SP09 contains the required web dynpro runtime changes but the API has only been made part of SP10. Follow the note numbers provided therein.
    Best Regards,
    Krish

  • How to add attachments for Activity Header and for partners?

    Hi Consultants,
    I am new to CRM, My requirement is I have to add attachments as URL and File in activity or lead in Salespro. I have observed from CRMD_ORDER_MAINTAIN but no break-point triggers for this. I searched and found that cl_crm_documents->create_url or some methods in that. But it does not works for me.
    Any sample code expecting to reach my object.
    Thanks & Regards
    Mithuunn,

    Add attachment to Opportunity using Enterprise Services

  • How to add attachments in PMS..??

    In the performance appraisal through NWBC..Is there any way we can add attachments..??
    We are using appcreate, phap_admin, to work with pms..??
    Regards,
    Namsheed.

    These are old transactions, you should use latest ie flexible based apprailsals or OSA. phap_prepare_pa Attachments in case of employees?

  • How to add a custom page in WF process?

    Hi,
    I have to add a custom page in a workflow process. The process is a copy of a seeded WF process.
    There are 3-4 seeded pages in the process. Now I want to insert my page in between them.
    Like you ppl know, this is how the seeded process works:
    A function node is present and we can see "HR Activity Type" value in Node Attributes tab. This value will be present in regionMap.xml in PER_TOP/mds. This is how the page's path and node is mapped.
    Similarly if I create a new node, how can I map my custom page. It wont be present in regionMap.xml
    Regards,
    Pradeep .

    Hi Pradeep,
    I know its been a while since you had posted this, but I have a few questions. I am working on something very similar. I have created a custom OAF page that I would like to launch from HR Line Manager Self Service. When I followed your suggestion of "HR Activity Type" = Page, and "HR Activity Type value" = name the AOL registered function, it brings up a blank page for me. Any idea why that might be?
    When the manager clicks the "Action" icon next to the selected employee, it starts the WF and my node is the first one in the WF process. But instead of showing my custom OAF page, it shows a blank page that reads "Create Process". Does it make any difference whether the node is inserted between existing nodes or if its the first one? Did you have to write anything in the processRequest of your CO ? I have not yet added the suggested wfaactivity call in my PFR, but since my page is not displaying in the first page, I figure the PFR logic doesn't matter at this point.
    Can you share the exact values for your node attributes if you don't mind, and if there's anything specific to WF you had added in your PR of the CO?
    Thanks in advance.
    Sameer

  • How can i approve or start a workflow process for a rejected vacany in irec

    The users have rejected some vacancies mistakenly so how can i approve that vacany .Do i have i to restart the workflow process if yes then how can i do that .
    Thanks

    Hi Ramesh
    Thanks for your reply but is it possible that i can go in as sysadmin user and update the notification .I tried looking into the sysadmin user and workflow admin but i couldnt find it .It says that i cant update the notification that has already been approved

  • DIM Workflow - How can I return task status for workflow process

    Hi all,
    I'd like to build a DIM workflow process to run a unix shell script. Under the workflow, I've created a task object and assign the unix shell script into it.
    Although the DIM workflow works fine to run the unix shell script in the normal case, however, it cannot return the error status in the task when my shell script is failed (such as exit 2 at the end of script).
    May I know if there any setting in the workflow/task, in order to change the status on DIM workflow.
    Many thanks,
    hw

    Hi Ramesh
    Thanks for your reply but is it possible that i can go in as sysadmin user and update the notification .I tried looking into the sysadmin user and workflow admin but i couldnt find it .It says that i cant update the notification that has already been approved

  • How to Add Attachments table

    Hi,
    We have a requirement to show the invoice attachment(s) (i.e. scanned image of invoice) in iProc requisition/PO details page.
    eg. I want to show all the invoice attachments in PO details page (i.e. attachments of all the invoices linked to the PO)
    If anybody worked on adding a new attachments region to OA page, please let me know details about how to do the same or any pointer would be really helpful.
    Rgds,
    -Kamal

    Kamal,
    I understand you want to add a attachments table to a Standard page where you can view the existing attachments,
    Check your page data is coming from an EO Based VO, then it is very easy to get the attachments.
    To check your VO is EO based, goto about this page, and check the VO details.
    You have to add an item of type attachments(there are 3 types table, links, region) with referencing to your EO and its primary key.
    There you can mention the attachments properties also, (read only, delete allowed..etc).
    Let me know if you are not able to achieve the same.
    More details,
    http://apps2fusion.com/apps-training/apps-functional-documents/75-ame-sshr/433-attachments-self-service-oracle-apps
    http://apps2fusion.com/apps-training/apps-functional-documents/75-ame-sshr/434-oa-framework-document-upload-attachments
    Thanks,
    With regards,
    Kali.
    OSSI.

Maybe you are looking for

  • Slideshow controls are shown as question marks

    I know since the end of MobileMe the pop up slideshow doesn't work properly.  I'm trying to fix the missing controls.  When you click play slideshow, the slideshow pops up, but at the bottom, the play/pause, etc. controls are question marks.  I've tr

  • Selecting missing date range with previous records value

    Hello, SQL> select * from v$version; BANNER Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production PL/SQL Release 11.2.0.1.0 - Production CORE    11.2.0.1.0      Production TNS for 32-bit Windows: Version 11.2.0.1.0 - Production NLSRT

  • Workflow issue on service receipting

    We currently have PO's on the system where the first line of the PO is matched to a cost centre, and line 2 to a project. Very occasionally when someone creates a service entry sheet on the 2nd line, if they do not do it correctly and it stays on the

  • Affter importing some pics to Trial, I am now running Full Aperture 2

    After installing Upgrade to Aperture 2, all my pics from Aperture 1 were converted and show up OK. How do I get the pics that I imported into the Trial Aperture 2? I can't specify (it is greyed) that library as default library under preferences for s

  • Table names for Proof of Delivery

    Hi all,    I want the table name for proof of delivery. And also send me the child tables related to that. Regards, Kiran.