Attachment support in ebXML

Hi,
Is it possible to support attachments in ebxml protocol in Oracle B2B? If so, can you please give me the details or point me to the URL where I could get this. Is there a way to strip the attachment coming in the ebxml message and place it on some directory(which is configurable).
Thanks...
kavitha

Are you using 10g or 11g ?
For 10g ,Refer to below link:
http://www.b2bgurus.com/2008/11/attachment-feature-in-ebms-using-oracle.html
Rgds,
Nitesh

Similar Messages

  • Attachment support in SOAP in OC4J

    I have a question on OC4J 9.0.3 about handling attachments along with a SOAP request or response message. I am evaluting the use of Microsoft SOAP Toolkit 3.0 in building a C++ SOAP client. In the SOAP Toolkit 3.0 Microsoft claims that it supports sending attachments along with SOAP request or response message to enhance preformance by reducing the overhead of data encoding. For example, sending a file as an attachment rather than as the body of a SOAP message.
    Does OC4J has the ability to such handle attachments?
    Thanks,
    Edmond

    Oracle SOAP is based on Apache SOAP and does support attachments through MIME. Oracle9iAS J2EE Web services build on top of that, does not have support for attachments. To get Oracle SOAP you just deploy the soap.ear that comes with OC4J (<OC4J_Home>\soap\webapps\soap.ear) you should be able to run the standard Apache SOAP 2.3.1 attachment sample - if you are using JDeveloper, the stand-alone OC4J comes pre-configured with Oracle SOAP.
    The attachment sample is only included in a full install of Oracle9iAS, not with the stand alone OC4J. So, if you don't have a full Oracle9iAS install, the best way to get the attachment samples is to take the samples that you can download with Apache SOAP 2.3.1 on xml.apache.org/soap - see http://xml.apache.org/soap/docs/guide/attachments.html for doc. Bear in mind the long term support for Oracle SOAP is being deprecated in favour of JAX-RPC and the goal will be to use that standard's attachment support.
    Mike.

  • Support for ebxml in BizTalk

    Hi,
    I read a couple of threads about ebxml and BizTalk. It seems that BizTalk does not have support for ebxml outofthebox.
    I noticed that there are a couple of 3:rd-party solutions (Covast for example), but my question is if Microsoft will have this kind of ebxml support outofthebox in coming versions ocf BizTalk.
    Regards,
    Daniel
    DW

    Hi Daniel,
    I think Covast solution is best bet for now and coming years. They have team supporting this solution. If you view last part of this
    presentation
    given during last TechEd 2010 (November Berlin) you will see what will be coming in next couple of years. Depending on demand by customers it could turn up as feature in next version. I wouldn't wait for that if I had a requirement for this from a
    customer.
    HTH
    Regards,
    Steef-Jan Wiggers
    MVP & MCTS BizTalk Server
    http://soa-thoughts.blogspot.com/
    If this answers your question please mark it accordingly
    BizTalk

  • Recurring Journal Entry Attaching Supporting Documentation

    Can someone tell me how to attach supporting documentation to a recurring journal so that it will show on each of the monthly entries. Similiar to what can be done on a manual journal.

    Hello,
    Supporting documentation means you mean to have long notes for a entry or any word document  ??
    For long notes you can use Long text field.
    Later case Standard sap dont give any option unless you go for any Z Program wherein
    you can have this kind of functionality. 
    Below is a link which talks about linking Document in Sales order.
    How to Attach Document in Z Transaction
    Hope this helps

  • Dynamic Disk Attachment Support

    Is dynamic disk supported to be attached as data disk? in Windows Azure Pack

    I am getting following error even after correct Hashtag
    Azure Error:
    The operation on virtual machine, template or hardware configuration with id [*] results in use of one or more dynamic hard disks not supported by the specified cloud and fabric capability. Ensure that no dynamic hard disks are required by this operation
    and try the operation again. Please contact your system administrator with this error ID.
    VMM Error:
    Error (23447)
    The operation on virtual machine, template or hardware configuration with id [TESTVM] results in use of one or more dynamic hard disks not supported by the specified cloud and fabric capability.
    Recommended Action
    Ensure that no dynamic hard disks are required by this operation and try the operation again.

  • SOAP with Attachment Support in Web AS Java

    Hello,
    I want to write an extension to an existing Java application running on Web AS to take a PDF (which is a binary object in the context) and submit it using a Web Service call to a  Web Service running on a WebSphere App Server. My idea is to use SOAP with attachments to do this. I know how to create a simple Web Service call with the NWDS, but I am not so sure about a Web Service call with an attachment.
    1) Is SOAP with attachments supported in Web Java/NWDS?
    2) Does it require a specific Web AS 6.40 SP Stack?
    3) Has anyone used this before? Is there anything I need to consider (e.g. encoding of the attachment)?
    4) Is there a maximum file size for the attachment?
    You help is appreciated. And if I get it running I can show it at TechEd
    Cheers!
    Matthias

    I found what causes the problem.
    I use resource bundle to handle i18n and one of bundle is myapp_zh.properties for Chinese locale. In browser I add  Chinese [zh] in Language Preference then the web page should display Chinese character.
    What puzzles me is that encoding of the page with Chinese characters is Chinese Simplified (GB2312) rather than UTF-8. Tomcat correctly sets page Encoding to UTF-8 since I specify <%@ page language="java" contentType="text/html;charset=UTF-8" %> in each JSP file. Why Web AS ignores this and returns Chinese character in GB2312?
    Thanks a lot
    John

  • Attachment support thru Payables Open Interface(POI)-urgent pls..

    All,
    Version: 11.5.10.2
    We have a requirement that we need to integrate a 3rd party application to push invoices to Oracle payables thru POI. From 3rd party appln there are chances that it may send a attachment (ex: supplier catalogue in pdf/file format along with invoice). When I gone thru the POI interface tables, I couldn't see any relavant attributes field to push an attachment. May I know if anyone come across this, if so kindly share your views/suggestion on this.
    thanks
    sen

    All,
    I tested the attachment using the fnd_webattch.add_attachment API. I can successfully loaded the attachment to AP Payables using the invoice id as primary key. But when I try to open the attachment from UI, it opens a blank page!!
    What i did was i kept a file in one of the location of my oracle apps server, then i gave the file location in the API as /home2/system1/orafin11i_H.txt. .
    my api is like this
    fnd_webattch.add_attachment(seq_num => v_seq_num,
    category_id => v_category_id,
    document_description => p_document_desc,
    datatype_id => v_datatype_id,
    text => NULL,
    file_name =>'/home2/system1/orafin11i_H.txt',
    url => NULL,
    function_name => 'APXINWKB',
    entity_name => v_entity_name,
    pk1_value => to_char(p_entity_id),
    pk2_value => NULL,
    pk3_value => NULL,
    pk4_value => NULL,
    pk5_value => NULL,
    media_id => v_media_id,
    user_id => fnd_global.user_id);
    anything i did wrong? pls let me know
    thanks
    sen
    Edited by: Sen2008 on Feb 29, 2012 11:11 PM

  • Attachment support in B2B

    Hi All,
    I know that in the IP_MESSAGE type there is provision to give the attachment has BLOB... If I have multiple attachment, how do I handle this case?
    Regards,
    Praveen

    Hi Praveen,
    Please see the below sample for multiple attachment,
    >
    <?xml version="1.0" encoding="UTF-8"?>
    <Attachments xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Documents and Settings\hari\Desktop\AttachmentsDescriptor.xsd" boundary="Text">
    <AttachmentPart>
    <Attachment>BLOB1</Attachment>
    <Content-Type>
    <Top-Level-Type>image</Top-Level-Type>
    <Sub-Type>jpeg</Sub-Type>
    </Content-Type>
    <Content-Transfer-Encoding>BASE64</Content-Transfer-Encoding>
    <Content-ID/>
    <Content-Description/>
    </AttachmentPart>
    <AttachmentPart>
    <Attachment>BLOB2</Attachment>
    <Content-Type>
    <Top-Level-Type>image</Top-Level-Type>
    <Sub-Type>jpeg</Sub-Type>
    </Content-Type>
    <Content-Transfer-Encoding>BASE64</Content-Transfer-Encoding>
    <Content-ID/>
    <Content-Description/>
    </AttachmentPart>
    </Attachments>
    >
    Regards
    Nandagopal

  • Excel Attachment Support?

    I am only getting some of the Excel attachments that come through my corp account. The larger ones are not displaying at all. I am not sure why, as attachments themselves have not posed an issue at all up until this point. Can someone help?

    Welcome to Apple Discussions.
    Can you determine which ones are not being received?
    Can you verify they are actually sent and not being displayed?
    Does the iPhone indicate an attachment that does not display?
    If you forward the email (sans the spreadsheet display) BACK to another machine's account,
    does it then display?
    Please check and let me know. I'd like to follow through and see if we can find a resolution for you.
    Regards, Michael

  • JMS headers for supporting ebxml attachments

    Hi,
    We have just tried out the attachment support in ebxml. it seems to be working fine with using AQ headers but it is failing for JMS headers. Can you please give us the exact headers for JMS for attachment? Waiting for an early reply.
    Thanks
    Kavitha

    Thanks all for the prompt replies.
    It works fine with the JMS header ATTACHMENT. The error we got was something unrelated to this and we solved that issue. We are using Oracle 10g.
    As of now, we are using standalone jms stub to post the message. We will try to integrate this with WLI(JMS) and let you know if we face any issues.
    Regards
    Kavitha

  • Is there ever to be .vcs/.ics support?

    I get many appointment notifications via email, my business relies on it. With the email is a .vcs (vCal) attachment containing all the relevant information. Also attached is a .vcf (vCard) file with customer contact info.
    iPhone Mail app opens imports the .vcF information flawlessly into Contacts with a mere touch of my finger. It has no idea what to do with the .vcS file; all it shows is a question mark. This limitation has been present since the first gen iPhone, and has survived OS upgrades 2, 3, and 4, despite "targeting business users" since OS2, and expanding attachment support in OS4.
    Currently I have to go to my desktop, open Outlook (which understands the formats just fine, thank-you-very-much) to import said attachments into the calendar there, then have GoogleSync relay the additions to a Gmail calendar that updates the iPhone.
    Changing the .vcs extension to .ics at least gives me an attachment that OS4 will allow me to view, but only as a text file; no option to import the event into Calendar exists. I did stumble across an iPhone app (Calendar Happy) that will convert the .ics to something usable for Calendar (via their servers), but it still requires me to download the .vcs file to my desktop computer, change the extension to .ics, then email it to the iPhone for processing by Happy Calendar; a "workaround" that is much more consuming than using Outlook.
    My questions are these:
    -Is there anyone out there with another workaround that eliminates the need for using my desktop computer?
    -Is there anyone out there with knowledge that Apple is working on this? Similar threads abound on the Web (google "open .vcs with iPhone" or similar and grasp the enormity of the need)
    -Is this a power play/struggle between Apple and Microsoft, similar to the Adobe/Flash broo-ha-ha (which was finally satisfactorily addressed by Jobs himself)?
    The iPhone has radically changed the way I do business for the better, and I've long been a user, but this limitation is frustrating beyond words.
    Any help/advice would be welcome.

    I'm marking this as answered due to the fact that I've found an acceptable work-around until Apple gets with the program. 
    In my initial post I mentioned that an app (Calendar Happy) would convert .ics to a usable iPhone-friendly format, but not .vcs. Well, I emailed them and asked that they look at supporting .vcs in addition, since the two files are so similar and widespread. They asked me to forward a sample to work with, and while I was generating one, I got another email from them saying that their service had been updated to accept .vcs, and that an update to the app had been submitted to Apple for approval. Not even 24 hours!!
    Now THAT'S customer service!  
    Apple, please take notice. 
    While this workaround involves forwarding my email to them, then opening the reply attachment with their app, I commend them for devising a thoroughly workable solution to iphone's deficiency. Their reply email takes every bit of 5-10 seconds to come back, making it a virtually immediate event. 
    Obviously, Apple is not ignoring the .ics/.vcs omission due to hardware/OS limitations, as Calendar Happy proves that the solution is easily attainable. Maybe iOS5 will fix it on the native level. But I don't have to hold my breath anymore. 
    Thanks to all of you who tried to help. 

  • Attachment link is not visible- external content server

    Hi All,
    I have integrated an external content server to SAP
    i have done following activities:
    1) I have maintained content repository using Tcode OAC0
    2) I have Maintained Global Doc Type (ZFININV  Finance Invoice scan doc document class: TIF) using Tcode OAC2
    3) i have maintained Link for Doc type ZFININV and assigned Object type: BKPF    using tcode OAC3
    4) I have  all My documents  scaned and residing there on my content server . So i have manually created entry for these documents in Table TOA01 .
    5) I have maintained protocol using tcode OAA3
          Function : Display Stored Document
         Doc Class: FAX
          communication type : HTTP
    In application Maintenance i have used internet explorer as an application.
    7) In tcode OAG4 : i have maintained settings for storage and display.
    8) Now i can search document using Tcode OAAD. i can display document in my content server viewer
    Now my customer wants that while doing business transaction , customer should be able to attach link of supporting document   which is already residing there on my content server.
    Say for example: I display a Finance document using tcode FB03. While doing maintenance of this document ,from the same screen , i want to attach supporting document (or link of the document) which is already archived there in my content server
    but when i click on attachment list (using  GOS) , i can not see any link which i can attach to this transaction
    please suggest me .. whether i forgot any step Or is there any other way to do this requirement?
    thanks
    sandeep sharma

    Dear all,
    as naveen replied in this thread:
    Alteratively, in FB03, try using Environment -> Additional Assignments to see if it meets your requirements. You will have to explore a bit and do some trial and error tests for the solution as this is a particular requirement which you have got.
    This is standard functionality provided by sap
    Storing Incoming Document->Manual storing-> Assigning a Document that is Already Stored:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/4f/99386b446d11d189700000e8322d00/frameset.htm
    For this additional assignment, the time at which the business object was created does not matter. It is also possible to assign other archived documents to existing business objects. An archived document is assigned using the function module ARCHIV_APPEND_DIALOG_META.
    This additional assignment fulfils my requirement . but i cant see this option for other transaction (say for example ME51n or MM01 ) for which  i can do this additional object assignment.
    Is it possible to add this additional assignment  option in another business transactions context menu? or anyother work around to fulfill this requirement...
    thanks
    sandeep
    Edited by: sandeep sharma on Dec 8, 2010 6:28 AM

  • Send SOAP DIME Attachment (please comment on my sample code)

    Hi All,
    I had hard time trying to find a send SOAP DIME attachment
    code for the web service. And here it is, I wrote one,
    but I use to easy way to deploy the service.
    I just simply change the extension .java to .jws,
    so, can you all tell me whether it will be a problem or not ?
    And please review my code below, I debugged and no error,
    but I am not sure if it is working right.
    Basiclly 2 operations:
    public String generateID(int artID)
    public File detachFile(String filename)
    Please comment on this code, I am trying to make it
    more robust, so, that I can redo it and post it to share with
    everybody.
    thanks,
    Derek
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Iterator;
    import java.io.*;
    import java.security.*;
    import java.security.NoSuchAlgorithmException;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import javax.xml.soap.AttachmentPart;
    import org.apache.axis.AxisFault;
    import org.apache.axis.Message;
    import org.apache.axis.MessageContext;
    import org.apache.axis.attachments.Attachments;
    import org.apache.axis.attachments.AttachmentsImpl;
    import org.apache.log4j.Logger;
    public class AttachmentYPMG
         private static final Logger _logger = Logger.getLogger(AttachmentYPMG.class);
         public AttachmentYPMG()
         public String generateID(int artID)
              String artid = Integer.toString(artID);
              String md5_hash_string = plainStringToMD5(artid);
              return md5_hash_string;
         private String plainStringToMD5(String input) {
                // Some stuff we will use later
                MessageDigest md = null;
                byte[] byteHash = null;
                StringBuffer resultString = new StringBuffer();
                // Bad things can happen here
                try {
                  // Choose between MD5 and SHA1
                       md = MessageDigest.getInstance("MD5");
                } catch(NoSuchAlgorithmException e) {
                    System.out.println("NoSuchAlgorithmException caught!");
                    System.exit( -1);
                // Reset is always good
                md.reset();
                // We really need some conversion here
               md.update(input.getBytes());
                // There goes the hash
                byteHash = md.digest();
               //  Now here comes the best part
                for(int i = 0; i < byteHash.length; i++) {
                  resultString.append(Integer.toHexString(0xFF & byteHash));
              // That's it!
              return(resultString.toString());
         public File detachFile(String filename)
              InputStream is = null;
              FileOutputStream os = null;
              File file = null;
              int totalAttachments ;
              try
                   //Get all the attachments
                   AttachmentPart[] attachments = getMessageAttachments();
                   * getMessageAttachments() as provided by Steve Loughran in his mail
                   * to axis-user group
                   * http://www.mail-archive.com/[email protected]/msg08732.html
                   //Put the logic in a loop for totalAttachments for multiple
                   // attachments.
                   totalAttachments = attachments.length;
                   _logger.debug("saveFile(String filename = " + filename + ") - " +
                                  "Total Attachments Received Are: "+ totalAttachments);
                   //Extract the first attachment. (Since in this case we have only one attachment sent)
                   DataHandler dh = attachments[0].getDataHandler();
                   //Extract the file name of the first attachment.
                   String name = filename;
                   _logger.debug("saveFile(String filename = " + filename + ") - File received on server is: " + name);
                   //Get the streams to file and from attachment, then stream to disk
                   is = dh.getInputStream();
                   file = new File(name);
                   os = new FileOutputStream(file);
                   this.writeBuffersAndClose(is, os);
              } catch (Exception e)
                   _logger.error("detachFile(String filename = " + filename + ")", e);
                   //throw new AttachmentException(e);
              //if(file!= null)
                        return file;
              //else
                   //throw new AttachmentException("The attachment was not saved");
         * extract attachments from the current request
         * @return a list of attachmentparts or an empty array for no attachments
         * support in this axis buid/runtime
         private AttachmentPart[] getMessageAttachments() throws AxisFault
              * Reusing the method implementation for AttachmentPart[]
              * getMessageAttachments() as provided by Steve Loughran in his mail to
              * axis-user group
              * http://www.mail-archive.com/[email protected]/msg08732.html
              MessageContext msgContext = MessageContext.getCurrentContext();
              Message reqMsg = msgContext.getRequestMessage();
              Attachments messageAttachments = reqMsg.getAttachmentsImpl();
              if (null == messageAttachments)
                   System.out.println("no attachment support");
                   return new AttachmentPart[0];
              int attachmentCount = messageAttachments.getAttachmentCount();
              AttachmentPart attachments[] = new AttachmentPart[attachmentCount];
              Iterator it = messageAttachments.getAttachments().iterator();
              int count = 0;
              while (it.hasNext())
                   AttachmentPart part = (AttachmentPart) it.next();
                   attachments[count++] = part;
              return attachments;
         * Simple method for writing one stream from another.
         * @param is
         * @param os
         * @throws IOException
         private void writeBuffersAndClose(InputStream is, OutputStream os)
              throws IOException
              int i = 0;
              byte [] buffer = new byte[1024];
              while (i != -1)
                   i = is.read(buffer, 0, buffer.length);
                   if(i > 0)
                        os.write(buffer, 0, buffer.length);
              is.close();
              os.close();

    Hi All,
    I had hard time trying to find a send SOAP DIME attachment
    code for the web service. And here it is, I wrote one,
    but I use to easy way to deploy the service.
    I just simply change the extension .java to .jws,
    so, can you all tell me whether it will be a problem or not ?
    And please review my code below, I debugged and no error,
    but I am not sure if it is working right.
    Basiclly 2 operations:
    public String generateID(int artID)
    public File detachFile(String filename)
    Please comment on this code, I am trying to make it
    more robust, so, that I can redo it and post it to share with
    everybody.
    thanks,
    Derek
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Iterator;
    import java.io.*;
    import java.security.*;
    import java.security.NoSuchAlgorithmException;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import javax.xml.soap.AttachmentPart;
    import org.apache.axis.AxisFault;
    import org.apache.axis.Message;
    import org.apache.axis.MessageContext;
    import org.apache.axis.attachments.Attachments;
    import org.apache.axis.attachments.AttachmentsImpl;
    import org.apache.log4j.Logger;
    public class AttachmentYPMG
         private static final Logger _logger = Logger.getLogger(AttachmentYPMG.class);
         public AttachmentYPMG()
         public String generateID(int artID)
              String artid = Integer.toString(artID);
              String md5_hash_string = plainStringToMD5(artid);
              return md5_hash_string;
         private String plainStringToMD5(String input) {
                // Some stuff we will use later
                MessageDigest md = null;
                byte[] byteHash = null;
                StringBuffer resultString = new StringBuffer();
                // Bad things can happen here
                try {
                  // Choose between MD5 and SHA1
                       md = MessageDigest.getInstance("MD5");
                } catch(NoSuchAlgorithmException e) {
                    System.out.println("NoSuchAlgorithmException caught!");
                    System.exit( -1);
                // Reset is always good
                md.reset();
                // We really need some conversion here
               md.update(input.getBytes());
                // There goes the hash
                byteHash = md.digest();
               //  Now here comes the best part
                for(int i = 0; i < byteHash.length; i++) {
                  resultString.append(Integer.toHexString(0xFF & byteHash));
              // That's it!
              return(resultString.toString());
         public File detachFile(String filename)
              InputStream is = null;
              FileOutputStream os = null;
              File file = null;
              int totalAttachments ;
              try
                   //Get all the attachments
                   AttachmentPart[] attachments = getMessageAttachments();
                   * getMessageAttachments() as provided by Steve Loughran in his mail
                   * to axis-user group
                   * http://www.mail-archive.com/[email protected]/msg08732.html
                   //Put the logic in a loop for totalAttachments for multiple
                   // attachments.
                   totalAttachments = attachments.length;
                   _logger.debug("saveFile(String filename = " + filename + ") - " +
                                  "Total Attachments Received Are: "+ totalAttachments);
                   //Extract the first attachment. (Since in this case we have only one attachment sent)
                   DataHandler dh = attachments[0].getDataHandler();
                   //Extract the file name of the first attachment.
                   String name = filename;
                   _logger.debug("saveFile(String filename = " + filename + ") - File received on server is: " + name);
                   //Get the streams to file and from attachment, then stream to disk
                   is = dh.getInputStream();
                   file = new File(name);
                   os = new FileOutputStream(file);
                   this.writeBuffersAndClose(is, os);
              } catch (Exception e)
                   _logger.error("detachFile(String filename = " + filename + ")", e);
                   //throw new AttachmentException(e);
              //if(file!= null)
                        return file;
              //else
                   //throw new AttachmentException("The attachment was not saved");
         * extract attachments from the current request
         * @return a list of attachmentparts or an empty array for no attachments
         * support in this axis buid/runtime
         private AttachmentPart[] getMessageAttachments() throws AxisFault
              * Reusing the method implementation for AttachmentPart[]
              * getMessageAttachments() as provided by Steve Loughran in his mail to
              * axis-user group
              * http://www.mail-archive.com/[email protected]/msg08732.html
              MessageContext msgContext = MessageContext.getCurrentContext();
              Message reqMsg = msgContext.getRequestMessage();
              Attachments messageAttachments = reqMsg.getAttachmentsImpl();
              if (null == messageAttachments)
                   System.out.println("no attachment support");
                   return new AttachmentPart[0];
              int attachmentCount = messageAttachments.getAttachmentCount();
              AttachmentPart attachments[] = new AttachmentPart[attachmentCount];
              Iterator it = messageAttachments.getAttachments().iterator();
              int count = 0;
              while (it.hasNext())
                   AttachmentPart part = (AttachmentPart) it.next();
                   attachments[count++] = part;
              return attachments;
         * Simple method for writing one stream from another.
         * @param is
         * @param os
         * @throws IOException
         private void writeBuffersAndClose(InputStream is, OutputStream os)
              throws IOException
              int i = 0;
              byte [] buffer = new byte[1024];
              while (i != -1)
                   i = is.read(buffer, 0, buffer.length);
                   if(i > 0)
                        os.write(buffer, 0, buffer.length);
              is.close();
              os.close();

  • 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

  • Film clip as email attachment

    Once in a while I get a film clip attachment that has a .wmv extension with what looks like a Quicktime logo. These will not play for me. How do I play these film clips?
    JC

    .wmv is not supported.
    Mail attachment support
    Viewable document types: .jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)

Maybe you are looking for