Uploading Attachments in WORK ORDER

Hi  Experts,
I have an attachment that is send to SAP from SAP PI. I have to upload this attachment in to Work order.
How is this possible? I am using a custom build structure that is imported in SAP PI. Now how do i get an attchment additional to these fields ?
Thanks,
pradeep.

That would not be the reason.
You may want to look at the confirmation posted against the operation.That would probably give you this information. Select the operation and choose the "actual data" tab, and within this choose the "confirmation list" push button. This should give you the information.
Regards
Narasimhan

Similar Messages

  • Pass Work Order attachments to Workflow container

    Hi experts,
    I have a question concerning passing attachments from Work Order to Workflow(or Task) container.
    There are several files attached to Work Order in TCode IW32.
    The files are attached directly and are saved on SAP server. Not via URL.
    I have to send email in Workflow with these files attached to email, i.e. to pass them to workflow or task container.
    If I use BO SOFM I need to get the path where the files are saved on SAP server.
    How can I add these files as attachments to email?
    Thank you.
    Nina

    Hi,
    Add a step in the workflow to add the attachment befer sending mail step.
    Two thing you need to know.
    1. Workflow workitem id
    2. attachment name and location.
    Now first upload the attchment to workitem id through FM SAP_WAPI_ATTACHMENT_ADD.
    Then make the binding between the workflow container and mail step for &_ATTACH_OBJECTS&.
    after this attachment will be available in the mail.
    Thanks and regards,
    SNJY

  • How do I make an uploaded document like an order form work in pages and how do I save it to a bookmark

    How do I make an uploaded document like an order form work in  pages and how do i bookmark it for later use

    Pages can work with Word documents. It can save the results as either PFd or Word documents.
    Allan

  • Unable to upload PM Work Order Header Status

    Hi,
    I have made LSMW for tcode: IW31. I have a requirement to upload legacy data to SAP with their existing header status.
    For instance:
    I have a work order which got a header status complete and I want to upload this work order with its status. So, how can I upload different work orders with their different header status.
    Do let me know as soon as possible.
    Thanks for the contribution.
    Regards,
    Yahya

    Yes, you are right. Originally it should be the way you answered but requirement is to upload data with respect to their order status from legacy.
    In addition, is there any possiblity that I can create one complete LSMW for transaction IW31 OR IW32?
    This is asked because I am unable to upload data in Operatoins Tab
    Thanks.
    Regards,
    Yahya

  • FM for Uploading Delivery address for Components for PM Work Order (IW31)

    Can any one please help me out in finding any Function module or any other method for uploading the Delivery address for Components to SAP system in transaction IW31 for PM Work Order.

    Hi
    I am using text items (T Text item).Therefore, there will be no checking for those items form a MM prespective.
    There is no error appear. The only thing is that i have status MANC (Mat.availability not checked) on my WO
    I'm just trying to figure out if status should be removed some how, or if this is the normal behaviour.
    Many thanks
    Joana

  • Printing Attachments along with Work Order

    Hi Friends,
    My client has a requirement that the attach a external document (DOC, PDF, XLS) to a work order and wants this document to print automatically along with work order printing.
    How to set this in SAP?

    Nilesh,
    Can you please tell how this issue was resolved for the benefit of others as well. We currently have a requirements where we need to print attachments along with a WO.
    Thanks in advance.
    Mahesh.

  • How to upload work orders using IW31

    HI,
    I am trying to upload PM Work orders using tcode IW31 but unable to do so. I have tried LSMW and now I am trying for BDC but still can't upload. Can anyone let me know what procedure do I need to perform for uploading DATA through IW31.
    Its really very important.
    Thanks.
    Regards,
    Yahya

    Hey
    You can upload the data for creating a work orders through IW31/IW34.
    IW31 is for Work Orders with out a Notification(In general) and IW34 is for Orders with Notification(Must)
    So if you want to load Orders With Notification Then first we need to create a Notification in IW24 and then Order in IW34 with the Notification created at that point.
    If you want to create Order with out Notification then Goto IW31 and then create it through BDC method.
    There might be a scenario in which you can create a Order w/o Notification and with Notfication sometimes in IW31 Only.
    Then at that point you need to goto IW31 and create a Order First and then Display the Order in IW33 and Click on Change from the top of the menu. It wil allow you to create a Notification from there(IW31) beside the Euipment field I remember.
    You can try it with BDC. if you still have a problem in doing so. i will send the code.
    Regards,
    Bhargav.

  • How is Standard Operation attachments copied to Work Order (Jobs)?

    It seems the Job is linked to the Standard Op attachment, and as the Standard Op attachment is changed, it changes the attachement for previously Closed Jobs.
    Is there a way to copy the attachement at the time of Work Order creation?

    yes

  • Attachments in Work Manager 6.0

    Attachments in Work Manager 6.0 work out of the box as far as allowing a user to attach a document, upload and download the document. However, we're not seeing any connection between attachments in WM and the SAP GUI. Attachments added to a Work Order in the SAP GUI are not visible in Work Manager and attachments to the same Work Order in Work Manager are not visible in SAP GUI. How do you adjust the storage of attachments and their visibility?
    We're Services for Objects for attachments.
    Tags edited by: Michael Appleby

    Abhishek,
    This may be possible but will depend on the host OS for the mobile device (Windows can do it, iOS can't) as well as how you have your processes defined and if you have the necessary editing tools on the device.
    The process will be to download the document to the device.
    Launch the editing software passing the file downloaded to edit
    Save the file
    Attached the edited file to your Work Order
    Transmit to upload the edited document.
    The reason iOS can't do this is due to the nature of your applications being contained and not sharing data across applications.  There may be some iOS OS enhancements coming in 7.2 and beyond which may enable this data sharing but for now you can't do it on iOS without using custom code (OpenUI on SMP3.0)
    Android may work depending on where you store you downloaded documents.  If they are stored in a "public" area then it might be possible to also do this on Android.
    Good luck.
    --Bill

  • Question on the upload attachments process in a request form

    hi,
    I have a question on the upload attachments process in a request form. I have 2 pages, one is a request form and the other is an attahment page
    The request form let users fill the mandatory fields (e.g. name, email, address...) And in the form, there is a link (URL without submit) to the attachment page.
    In the attachment page, users can upload the supporting file for their rquest. The file will be uploaded to APEX_APPLICATION_FILES view and then it will be copied it to a customized table (table A) and remove from the view.
    When the users finish uploading files (i.e. the files are stored in table A), users need to press a "Done" button back to the request form to submit the form.
    My question is:
    As the request form is not yet submitted while the attached files are stored in table A, there is no request_id (request from table primary key generated in an Insert trigger after submission) is generated to tag with the files in table A. Is there any standard practice to do this?
    What I am doing now is to generate a hidden value in sequence when user goes to the attachment page. The hidden value is stored in table A togehter with the files when uploading. When user goes back to the request form, the hidden value is passed back as session cache. When the request form is submitted, I make an update statement by using the hidden vaule in the Insert trigger to tag the request_id to the attached files in table A.
    Is my way appropriate?
    Thanks for advice.
    cheers,
    Pong

    Pong,
    Yes, this would work just fine. You may want to consider enabling session state protection so that your process is not succeptable to URL tampering, which would cause a user to change the value of the REQUEST_ID in the URL and potentially associate other attahments with their request.
    Thanks,
    Scott

  • Attachment not shown in Work Order

    Hi, Using Oracle Document ID ID 882952.1, we have configured oracle Functionality to attach Manual / documents in EAM Work Order, but followed all steps as mentioned Oracle Document but attachments are not showing in Work Order when we try view that specific attachment from Maintenance Super User.
    Regards
    Umair

    Thanks for answering.
    Well, we have same archivelink customizing in another systemo for MIRO transaction and it works fine.
    There's a development, of course. There's a job that executes a program and attaches the pdf from a server, etc.
    So we can attach pdf files when entering an invoice. Guess there's a missing step, but don't know exactly which.
    Maybe basis people blocked something, but we don't have a clue.
    Regards,
    J

  • Using a hierarchy but also showing work orders that are not in hierarchy

    good morning bi people,
    i have a requirement to show data from a hierarchy which includes Operation and Maintenance information. for example it has an account broken into labour/material/trucking and below this is the pm acivity type and secondary cost element (concatenated). this hierarchy is a manually created hierarchy that is uploaded to BW and is not in ECC. The users do not want to see the concatenated field at the end of the hierarchy, but instead, want to see the Work Orders that have the PM activity types.
    At the present time, we have the report using the hierarchy but we need the work orders to replace the pm activity type/secondary cost element concatenated field. the work order field is a free characteristic and when we drag in the work order in analyzer, it works correctly.
    1) is this possible to use the hierarchy and somehow map the work order field to the end of the hierarchy within crystal?
    2) do you have a suggestion to change the hierarchy, without being a manual nightmare?
    all conversations are welcome.
    Erik

    Good Day Ingo,
    i have created a word document with screen shots of the hierarchy from BW, a screen shot of the BEx showing the free characteristic of Maintenance Order and a screen shot of the crystal report with the PM Activity type concatenated to the Cost Element. Once again, we do not wish to see the concatenated field, but rather see the Maintenance orders that have a PM Activity type the same as the concatenated field. 
    here is the link.
    https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B1j5hXTptfntYWI1MDUzNGEtY2MxNy00YmMzLWJjZjEtZDA4OGZiYmMyNzFh&hl=en&authkey=CKq4xcgJ
    thanks Ingo,
    Erik

  • I was recently able to attach files in gmail using Firefox, but now I get an unresponsive link, when I click "upload". It works fine on other browsers. I search the question database but perhaps I missed the fix. Any suggestions?

    I am using windows 7 Home Premium, on an HP. I use and enjoy the Firefox browser. The only major extension that could cause clicking issues is possibly NoScript. But until recently I have had no problems with uploading attachments in Gmail through Firefox.
    The issue:
    I start Gmail. Logging in is fine. When I compose a new message (still no problem) I can't upload any attachment via the attachment link. I click the attach link and it is unresponsive. I use internet explorer and I get no issues. I've noticed this issue only since yesterday. Please help.
    Thanks
    R/S Kenneth

    I also had this problem since yesterday (march, 13). I tried cleaning cache and cookies, restarting the browser and the pc, but nothing happened. With IE and Chrome the attachment worked fine.
    I hoped that with the yesterday's 3.6.28 updade it would be fixed, but it didn't.
    Then, I saw the reply to [http://support.mozilla.org/pt-BR/questions/922873 THIS SIMILAR PROBLEM] which was telling to use the refresh button on FIREFOX (not Gmail's refresh). I tried, and the problem was gone.
    So, if anybody has the same issue, try hitting the refresh button on firefox :)
    Thank you, junkcat!

  • HT1694 How do I upload attachments to email?

    I'm trying to attach a document from PDF lite to an email and can nontrivial work out to upload attachments on hotmail mobile or via mail. Help!

    If you are using PDF Reader Lite app then there are instructions here for how to select a PDF in it and email it via the Mail app : emailing PDFs.

  • New version of yahoo beta mail will not upload attachments with foxfire browser

    I have switched to yahoo email's new beta version. I can not upload attachments while using foxfire browser on my PC but can using windows on my laptop? Yahoo live help could not find solution and felt it was a problem with the browser- foxfire? I just need to find solution to problem. Have any suggestions?

    I misunderstood the "of 25MB" part of the image. Maybe that's Yahoo's maximum allowance.
    The typical next step is to try to rule out a conflicting add-on. A standard diagnostic to bypass interference by extensions (and some custom settings) is to try Firefox's Safe Mode. More info on Safe Mode: [[Troubleshoot Firefox issues using Safe Mode]].
    To start in Safe Mode you can use:
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode."
    If uploads works correctly, this points to one of your extensions or custom settings as the likely culprit.
    If there's no difference, you could also test for a plugin conflict by disabling those here:
    orange Firefox button (or Tools menu) > Add-ons > Plugins category
    You probably have to reload the page or start a new message to test that change.
    Any difference?

Maybe you are looking for