How to Attach Documents to QM02 Transaction

Hi,
We have a requirement to implement a RFC(Portal to R/3) which is used to attach the documents at the Header level of the Quality Notification(QM02). The input paremeters are the file content and file format. File content will be in the form of Byte Array which is coming from the portal and file format can be Word, Excel or PDF.
Please help me on this regard.
Thanks,
Sathi

Hi Raja,
Thanks for your reply, I excecuted this RFC by providing the input values as
CLASSNAME 'BUS2078'
CLASSTYPE 'BO'
OBJECT_KEY '0000000306' ( Quality Notification Number )
SIGNATURE:
  DOC_COUNT 00000001
  DOC_VER_NO 00000001
  COMP_COUNT 00000001
COMPONENTS:
  DOC_COUNT 00000001
  COMP_COUNT 00000001 
CONTENT:
  LINE 10101010111010111010101010111101011110011010101011100101110101011101011010101
But there was no attachment added to that particular Notification.
If this process is not correct. Please let me know how i should use this RFC to attach documents.
Thanks in advance,
Sathi

Similar Messages

  • How to attach documents to QM02 Header level

    Hi,
    I have the requirement to implement a BAPI to attach the documents which has been submitted on the portal to be created in the Header level of the Quality Notification(QM02).
    I have gone through few forums which are related to GOS attachments. But i colud not able to understand.
    Please help me on this regard,
    Thanks in advance,
    Sathi

    Friends,
    This is very urgent, please give me your valuable suggesions.
    Thanks,
    Sathi

  • How to Attach Document in Z Transaction

    Hi Everyone,
    I want to add the supporting document(like NOC ,Excel sheet,scan copy of document, Auto Cad Drawing ) to my transaction. Just like we do in Sales Order Transaction. Same thing i want to incorporate in my Z Transaction.
    In Case of Sales Order we have document in Extras >> Documents.
    I checked all the related  forum but didn't got the clue.
    Warm Regards,
    Sandeep Patel

    Hi,
    Sorry if I'm reading your question wrong, but if you want a user to be able to store documents as a feature of your program, you may want to use Generic Object Serivces (GOS). 
    Here's a nice article on it:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3
    Cheers
    Alex

  • How to attach documents in Delivery & in Invoice document of SD processing?

    Dear Sirs,
    Hi,
    Can you please suggest me how to attach documents in Delivery & in Invoice document of SD processing?
    I could do so in inquiry, quotation, sales order but not able to locate the path in Delivery and in Invoice.
    Pl suggest.
    regards,
    rajni,

    hi ,
    GO to SU3 own parameters then add SD_SWU_ACTIVE and X.
    Then in VA02,VL02 (edit mode) You can attach the document to respective orders.
    If the intermediate Coupling required then 2nd method for this is
    CV01N Create the document and attach document to Document no and line NO.
    Regards,
    Sam

  • How to attach documents to crmd_order

    can any one tell me how to attach document in crmd_order through fm

    Use cl_crm_documents=>create_with_file method.
    Regards.

  • How to attach Documents in a Reply E-mail?

    As everyone know that We can upload or attach everything in the camera roll, We can attach other documents like .pdf , .doc etc.. with the help of some external application, but it support only attachment in the form of a new E-mail,
    But i want to attach documents for reply mail,, is there any way for it ?
    also how to attach multiple documents for a reply mail?

    After running the query, right click -> GoTo -> Documents for Navigation Status.  There you can create, edit and view documents.
    Regards,
    Kerry

  • How to attach document from webdynpro TO workflow

    Dear friend,
    For one requirement i want to attach documents(.doc or .pdf)
    from webdynpro form.
    I want to display it with user decision step along with description.
    I am confused that which container element would contain it?
    and how can i display it along with description?
    How can i attach document to the workflow?
    Please guide me stepwise.
    Thanx in advance!
    Regards,
    Purvesh.

    hi,
    Please Refer to the thread.
    How to Attach a pdf file which is created in EP while sending the mail
    Regards
    Sumit Agarwal

  • How to attach documents in Forms 6i

    Dear All,
    Could you please help me in how to attach the documents to forms 6i.
    Documents like .. pdf,excel,word, etc..
    Thanks,
    Ahmed

    <p>Here is part of the answer.</p>
    It is about sound but it would not be difficult to attach other types of documents.
    Francois

  • 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

  • How to attach documents at record level using GOS?

    Hi Guys,
    I have been using GOS for some time now and i am using GOS to attach documents at transaction level.
    Now i need to design a utility where the user would first run a report and this report will bring a few records and the output should have an option to attach some PDF files for each record. Is this possible using GOS? Is there any other simple way to attach documents @ record level and not at transaction level? Any pointers??
    Cheers
    VJ

    two options:
    1. you want to upload document/view document from your report only.
    In this case
    a. go to transaction SBDSV1
    c. class name = "any name you desire without spaces"
       class type = "other objects"
       all other parameters copy from any other objects.
    once this is done, in your program call fm
    call function 'SWU_OBJECT_PUBLISH'
        exporting
          objtype           = 'class name created in stepc'
          objkey            = 'concatenated devlierynumber item number variable'
        exceptions
          objtype_not_found = 1
          others            = 2.
    this will bring up the icon for uploading document in the top left corner of your report. (call it after start of selection)
    to manually test this process , go to transaction OAOR and use class name, type =OT and the key to view or upload the file.
    2. you want to upload/view document from shipment document transaction.
    in this case, you need to find the appropriate BO from SWo1 transaction  which has go delivery number /item number as the key (for example look at BO LIPS from SWO1)
    once this is done you can call the FM mentioned in the previous option by passing the classname and the delivery doc key. the upload/view can alos be done from the standard transaction for that document.
    Hope this is clear.
    Regards
    Raja

  • How to attach documents for Webhelp

    Hello All,
    I am currently using Robohelp 7 and I am facing a problem how
    to attach a word document as an object in Webhelp?
    I am inserting an object of type Microsoft office Word
    Document, when I compile and view output help, I cannot download
    the attached document.
    What i need exaxctly:
    Link to download a file from the generated output help, i
    don't need this document to be processed by Robohelp and converted
    to topics, just a word document to download from the generated
    help.

    Hi Sherif Esmat and welcome to our community
    See if the links below help in any way. They aren't for
    RoboHelp 7 specifically, but the general ideas should be the same.
    Link
    One
    Link
    Two
    Cheers... Rick

  • How to attach documents on the Shipment?

    Can some one help me in understanding on how to attach a document on the shipment VT02N & also please tell me if there is anything that we have to do on the Customizing or development side ..................
    Your help will be greatly appreciated.
    Thanks

    Hello,
    You can attach PDF format document to Shipment using GOS.
    Normally if the SAP system is not connected to Archive Server this attachment is stored in table SOFFCONT1.
    Storing attachments in SOFFCONT1 table will not require further configuration as SAP has already provided functionality to store attachments in this table.
    If Archive infrastructure is in place connected to your SAP system then you can use Document Archiving concept for storing your PDF docks to your shipment. This will help you to better managment of documents.
    Document Archiving implementation require complete configuration of ArchiveLink.
    I would suggest you to go through very useful link that is provided by Suji Thampi in trail massage.
    Hope this message will help.
    Thanks,
    Ajay

  • How to attach document to invoice and archive

    From trans VF03 I can manually attach document via
    System -> Service Object -> Create attachment.
    Does anyone know how can I attach the real invoice image (PDF file) to the invoice in back ground mode because I want to attach document to every single invoice.
    My final goal is to attach the document to billing document and archive them to an external storage system.  Can some one point me to the right direction.   Thanks.

    Hi
    That tools create only an hit in some tables where the path of attach document is stored (not file).
    So you should check which are those tables.
    Try to see <a href="http://172.24.40.56/saphelp/helpdata/EN/c8/96c998142f11d389940000e8216438/frameset.htm">here</a>
    Max

  • How to attach document in email by using ipad 2?

    I would like to attach document in my email. How to do it? Do I need any app to support it?
    Thank you.

    Select the document that you want to attach, photo, note or other and tap on the arrow icon.
    You can add to your message once the attachment is sent to "Mail".

  • How to attach documents in Iphone mail services

    Hi,
    Is there anyway to attach documents(even multiple docs at once) and send them from my iphone mail??

    hi ,
    GO to SU3 own parameters then add SD_SWU_ACTIVE and X.
    Then in VA02,VL02 (edit mode) You can attach the document to respective orders.
    If the intermediate Coupling required then 2nd method for this is
    CV01N Create the document and attach document to Document no and line NO.
    Regards,
    Sam

Maybe you are looking for

  • Adobe muse - how to upload images in photo gallery in the admin console?

    Question from Adobe Muse beginner - I can't figure out how images can be uploaded in a slideshow/photo gallery in the admin console? I can edit or delete images but not upload additional images?

  • Suggestion for a Good Book

    Hi, Could someone suggest me a good book covering core java security (not J2EE)?. I'm looking for a book that covers all security related APIs that are part of Java 2 SDK 1.3.x + JSSE + JCE + JAAS or Java 2 SDK 1.4.x. Any help would be highly appreci

  • Error in Premiere Element 10

    I used the Premiere Element 10 to edit some videos and lately encountered the following error repeatedly when I tried to render the project. I tried reinstalling the video clips and also uninstalled the program (Element 10) 3 times and re-installed i

  • Program Variant in Process Chain

    Hi All, I have to execute a program in a Process Chain. I have included a process variant to execute the program. Now, this program bring us to a screen, where we need to click on the execute button to run that program. I need to add a program varian

  • Abend POALogging Process

    Hi all, Running GW8.0.2 on NW6.5.8. Have turned off logging in the .poa file (/logdiskoff option uncommented), as well as setting the logging level of the POA object to "Off". And yet we had a rash of abend GWPOA-Logging Process abends last night whe