Attaching a word document to the work item

Hello Everyone,
                          I want to send an attachment with the work item. My requirement is as follows.
Iam working on CRM.  The Business Object which Iam using is BUS2000116. In this Activity, there is an attacment tab. Here the user will generate a word document which is populated with the values from the Activity.
I need to send this word document as an attacment through a work item when status gets changed.
I can send the work item. But in my BO BUS2000116, the attachment is not being shown. So I can't do any binding to the Container element Attach_objects.
Please let me know how to achieve this.
Regards
Hari

Use SAP_WAPI_ATTACHMENT_ADD function module.
or  There is also a step type in 4.6 you can use in the workflow -Generate
Document from a template. You can create doc template (e.g. using
MS Word) and insert a placeholders in the text which would at
generation time be substituted with values from corresponding container
elements.
<inappropriate content removed by moderator>
Thanks
Yogesh Sharma
Edited by: Mike Pokraka on Jul 1, 2008 1:34 PM

Similar Messages

  • OTM can not open attachment with Word Document(*.docx)

    With more and more use of Word Document(*.docx) (version 2007). OTM (Oracle Test Manager) can create an attachment with it, but can not open attachment with Word Document(*.docx). Is this a problem for anyone else? Any wok around?
    Thanks
    Katherine

    I am using OTM version 9.2 and the Word document (*.docx) attachment can be opened in this.
    For being able to open a docx file, try to attach an word document from the file option in the Requirements, Test or Issue tabs in OTM , once you upload the file, please check if location is " in Database" Else click update DB and upload the document.
    Once the attachment is attached to the Attachment section in the right pane, clicking on the attachment will open the *.docx document.
    This has worked for me.
    Hope this helps.

  • What is the best way to work with Word documents in The InDesign CS4???

    I work in Microsoft Word 2007 and all my documents have *.doc format.
    What is the best way to work with Word documents in InDesign CS4???
    David Blatner says to avoid copying and pasting text from Word instead of placing it (Ctrl+D).
    How about pasting RTF or Text Document???
    I want to make book's layout in ID CS4 and its main feature is that there is the left page with text and the right - with graphics.
    So, as I understand to place the text on each page I must create for example 70 Word documents and place each item on 70 left pages???
    It loks like wasting time. I sthere another way of making such layout???  What kind????

    It's best to place any text.
    You can have all of your text in one file and use auto-flow to add threaded text frames and pages as required (Hold down the Shift key when you click the loaded text cursor), but it's a little non-standard to have the thread only on one side of the spread from the auto-flow perspective, so you'll have to set up properly.
    This is one case where a master text frame will work to your advantage. On your master page spread, add a text frame to the left page, but not to the right (or at least not threaded to one on the right -- for some other project you might actually want two independent text threads). Hold the loaded cursor over a frame on the left side of a document page and auto-flow. ID will add new spreads as necessary, but only put the text on the left side.
    Peter

  • My Mac got hacked. I was working on a word document when the computer suddenly started typing meaningful sentences on its own that describes how the hacker is skillful. At the that time I was on a password protected wifi and file sharing was off.

    This is the first time I get hacked this bad. I was working on a microsoft word document when the computer suddenly started typing meaningful sentences on its own that describes how skillfull the hacker is. At the that time I was on a friends wifi network that is password protected (not sure about the encyrption), the Os X Firewall was on. I was using the admin profile, however, file sharing was off. I'm very careful not to install any suspecious 3rd party software.
    So far I have verified permissions and fixed some errors there, and changed passwords.
    Do I have to erase/format my computer and reinstall the Os? If so is it adequte to use the internet recovery tool or will it use old and possibly infected EFI/Root files?
    Would appreciate the advice of all the Mac experts out there. Thanks

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo launchctl getenv DYLD_INSERT_LIBRARIES; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; launchctl getenv DYLD_INSERT_LIBRARIES; echo; crontab -l 2> /dev/null; } | open -ef
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Attaching  a MS-word document in the selection screen

    Hi,
    I need to attach an MS word document in the selection screen, if a user clicks on a button the MS word document need to get opened.
    Please let me know how to do it.
    regards,
    Prabhu

    Hi friend,
    Try this simple program...
    REPORT zawi_try.
    TABLES: sscrfields.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN PUSHBUTTON 10(10) word  USER-COMMAND as.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
      MOVE 'WORD' TO word.
    AT SELECTION-SCREEN.
      CASE sscrfields-ucomm.
        WHEN 'AS'.
          CALL FUNCTION 'GUI_RUN'
            EXPORTING
              command   = 'winword'
              parameter = 'C:\a.doc'.
      ENDCASE.
    This might be helpful....
    Thanks..

  • I was working on a word document  and the computer shut down suddenly.

    I was working on a word document  and the computer shut down suddenly. I got a grey screen with a message that your computer shut down because of a proble. It was written in various languages. It asked me to press any key to restart. I tried to restart it but the wheel just kept going on and on. So I shut it down and I tried to restart it. But I still keepgetting the wheel under the apple symbol and nothing else.

    See
    About kernel panics,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics,
    How to troubleshoot a kernel panic, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • Hi is it possible to attach PDF as a attachment to the work item

    hi is it possible to attach PDF as a attachment to the work item

    Hi!
    Maybe it help's u:
    <a href="http://searchsap.techtarget.com/loginMembersOnly/1,289498,sid21_gci1076071,00.html?NextURL=http%3A//searchsap.techtarget.com/expert/KnowledgebaseAnswer/0%2C289625%2Csid21_gci1076071_tax299365%2C00.html%3Fbucket%3DETA">Attaching a .pdf file to a work item</a>

  • Pages will not open any of my word documents.  The I works documentation states that it will open them.  What don't I know

    Pages will not open any of my word documents.  The I works documentation states that it will open them.  I have tries using the open under the file menu and I have tried dragginh the file to the pages 09 icon.  Either way I get the following Message "The document “*****.docx” couldn’t be opened.What do I need to do to open them?

    hello, the most likely cause is a firewall/security program preventing firefox from accessing the internet. see [[Firewalls]] for information on how to configure them correctly.
    also make sure that firefox is set to directly connect to the internet in firefox > options > advanced > network > connection - settings... in there "no proxy" should be selected for normal use cases.
    [[Firefox cannot load websites but other programs can]]

  • Workflow loop, return the work item to the inbox, instead of automatically executing the work item

    Hello all,
    Within a workflow I have a loop. Inside that a foreground step is executed. Then a condition step is executed to decide if the workflow should continue, stop, or return the work item to the inbox.
    This new workflow was modeled after an existing workflow that is doing just that. Unfortunately, this new workflow is not returning the work item to the inbox. Instead, it just keeps displaying the screen that is called by the function module that is called by the business object method that is executed when the foreground task runs.
    I've included a Word document with further detail in a number of screen prints. Hopefully this is something that will experience workflow developer may have seen before and know how to correct.
    Unfortunately I have done very little workflow development and don't have a clue what might be causing this problem.
    Any help would be greatly appreciated.
    Bruce
    I could not attach a Word file, so I added 3 jpg files.  I would have added another 3, but it seems that posts are limited to 3 files.

    Hi Bruce,
    As per your design, If you are approving or returning, the workflow loops back to the step "Approver - stat key approve".
    Suppose you are one of the approver for this step ""Approver - stat key approve" and if you click on approve or return, then it will try to create a new workitem for "Approver - stat key approve" step.
    As you are one of the approver again, the window opens immediately instead of reaching the inbox of all other approvers.
    Include a dummy activity step in the "approve & return" condition outcome.
    Active the workflow & refresh the buffer SWU_OBUF.
    After this, when you click on return it will not open the same screen again. Instead it will be reaching all the approvers' SAP inbox.
    Thanks,
    Karthikeyan

  • Ole, attaching a word document in forms6i

    Hi everyone,
    I am planning to attach a word document using an ole container in a blob database item in oracle 6i forms environment.
    I was able to do it but when a word document is opened i was not able to restrict few users from editing the word.(Allow all user to add notes(insert) via word document, allow all users to double click and read the notes but restrict few users from updating the notes in the word document)
    I can control on preupdate of the block but I not able to do any validation when the word document is opened.
    I wanted to check if anyone has done this before.Are there any tips, suggestion, pros and cons on using ole.
    Thanks in Advance.
    Vin.

    Hi everyone,
    I am planning to attach a word document using an ole container in a blob database item in oracle 6i forms environment.
    I was able to do it but when a word document is opened i was not able to restrict few users from editing the word.(Allow all user to add notes(insert) via word document, allow all users to double click and read the notes but restrict few users from updating the notes in the word document)
    I can control on preupdate of the block but I not able to do any validation when the word document is opened.
    I wanted to check if anyone has done this before.Are there any tips, suggestion, pros and cons on using ole.
    Thanks in Advance.
    Vin.

  • How can 2 user edit 1 word document at the same time

    hi,
    in office 2013 professional plus, can 2 user edit 1 word document at the same time?

    Hi,
    As far as I know, multiple users can not edit Word file in the same time directly. Could you give me your demand?
    Please check the two follows workarounds if they are helpful:
    http://blogs.msdn.com/b/johnmullinax/archive/2010/04/19/co-authoring-how-two-people-can-edit-one-word-2010-doc-at-the-same-time.aspx?Redirected=true
    http://www.ehow.com/how_7229904_allow-word-document-same-time.html
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support
    Hi
    thank you; its worked.
    I'm so excited about this; thank you again.

  • Hyperlinks in linked Word documents don't work

    Hello All,
    I'm having a problem with hyperlinks and I'm hoping you can help me. I have a RoboHelp HTML 8 project built out of Word 2007 linked files. There's a dozen Word files right now, but I'm hoping to scale up the project eventually. Each file is a topic in the CHM.
    I have two problems when I generate the CHM:
    1. Links to anchors within the same Word document generate extra subtopic files. Each extra topic begins at the anchor point. The links work, but I'd like to avoid having extra topics cluttering the TOC.
    2. Links to anchors in other Word documents don't work at all. When I examine the HTML in Robohelp, I can see that RoboHelp has generated an empty link. When I link to a Word document without specifying an anchor point, the link in the CHM is to the document itself and not the topic, which is useless for my purposes.
    For example, the generated HTML for each of these types of links looks like this:
    <p>Link test: <a href="#_Using_Styles">Later in the same topic.</a></p> <== This one works, but generates an extra subtopic
    <p>Link test: <a href="" target="_self">To another topic.</a></p> <== This one doesn't work at all.
    Before you ask, yes, I have checked the "Convert References to Hyperlinks" box in the RoboHelp Word conversion settings. According to Adobe documentation, that's all I need to do... So what am I doing wrong?
    Thank you in advance for any suggestions,
    Susie

    I have an update: Adobe got back to me and confirmed that the  inter-document/inter-topic link issue is an actual RH
    bug. I'll check back in here when I have more news.

  • SRM Notification sent but user has not received the work item

    The notification is received by the user but the work item is not actually visible in the user's inbox.
    Please suggets what to do?

    Hi
    The user will receive the work-item in few cases only.
    1) Incase the manager has partially rejected the Document.
    2) Incase Buyer has made some changes to the Document.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • 500 internal server erro while opening the work item

    Hi
    In my report manager 's UWL to approve the expense of his employee while clicking on the workitem he is facing the error
    5oo internal server error .Failed to process request .Please contact your system administrator.
    Root cause :
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: pdfSource of InteractiveForm UI element should be populated with pdf binary content in USE_PDF mode
    Could any one help me out to solve this issue.
    Note: This is not the first time the report manager approving earlier whenever he clicked on  the work item he is able to find the dispaly of the form .But for the last two days this is not displaying any form instead it is showing the error. This is happening to every user.
    When i tested in development server it is working fine now.
    When i asked the basis gusy if they made any modifications according to them they have not done nay modificaions.
    Thanks in advance.

    Hi
    where do we chek whether ADS is configured proeprly or not .If it is visual admin can u please let us know what to check because when i asked our basis team they said it is working fine .
    I woul like to cross verify it . Can u please let me know the path .
    Thank you very  much

  • "Workflow Template Create" screen  appears while executing the work item.

    Hi,
       I am learning the workflow. I have created a test workflow in which there is a user decision step and 2 mail sending steps for the outcomes of the user decision.The workflow is activated properly . When I excute the workflow the screen for "Workflow Template Create" opens everytime. When I go to the Business workpkace a mail is there in my inbox with the title as given in the user decision step. Again when i am trying to execute the work item in the inbox again the same screen for "Workflow Template create " is opening. I am totaly confused with this problem . Pls suggest what might be the reason..?

    I think the Wflow Template Creation screen is not opening but your current session is getting closed so the previous session which is Wflow Create one which you have already opened is appearing. Please check your template design and act accordingly.
    Thanks
    Arghadip

Maybe you are looking for

  • Gostaria de alterar a fonte padrão para tamanho maior.

    Conforme o site, pode ficar difícil a leitura muitas pessoas.

  • Movie in Keynote doesn't export properly for QuickTime

    Hello all. I really hope someone can help with this. I've used the discussions before with great success so THANK YOU all for sharing your expertise. I've got a keynote presentation that for the most part exports perfectly on QuickTime. The only part

  • Unable to update my iTunes to 10.6.3.

    When I check for updates I get a message that a new version (10.6.3) is available for update and I'm asked if I want to download it.  When I click "download update", my computer searches for new software and then I get a message saying "Software Upda

  • Computer useless now after trying to install tiger

    I purchased an 02 powerbook g4 550mhz 512 ram 30gb hdd back when it was new anyways i had installed version 10.3.2 on it when that came out and now i have tiger version 10.4.2 and somehow my harddrive is completly erased and i get the message that sa

  • Extended VO blank

    Hi, I'm on R12. I'm having problems extending a VO. The extended VO shows me several lines, which correctly match the number of lines on the table, but the fields are blank. Any idea as to what may be causing this?