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

Similar Messages

  • 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 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 document using Generic Object Service

    Hi all,
    How can i create attachment to the parked invoice using Generic Object services? i want function modules which are used to do it.
    Actually I want to do this from the business object method. I am having word document as one of the workitem step. once i get this document I need to attach this document to the parked invoice so that users can see that document by view object list.
    Its urgent.
    thanks.

    Hello,
    Check your configuration of document type assignement to required business document - object type, Archivelink table, content repository in OAC3 transaction.
    Goto respective business document > Click on GOS > Create > Store business document - Here you can see defined document type with desctiption. Double click on this the assign your document to this business document. Save it.
    This will help in attaching the document to your required business document.
    To verify you can check the archivelink table or by transaction OAAD.
    Hope this will help you.
    -Thanks,
    Ajay

  • How to attach documents to service order item

    Hello all,
    can anybody of you tell me how I can configure my system in such a way that I can attach a document in transaction IW32/IW31 to an operation of the order?
    Currently I can attach a document to the service order sm01 with
    System>Services for object>Create Attachement.
    But then the document is not related to any operation of the order.
    Thanks in advance for your help and regards,
    Rolf

    >
    Rolf Kasel wrote:
    > Hello Meylene,
    >
    > thanks for your hint. I think this is a good Idea. But if I have a ressource - where can I assign it to my operation?
    > And can I add the ressource in a maintenance plan also to the planned operations?
    >
    > Thanks in advance,
    > Rolf
    assigning it is easy -once you went through the setup process- there's a little icon in your service order (tabstrip 'operations') with a hammer and another tool in it - bottom right corner.
    i'm sorry i know next to nothing about maintenance plans but are they not created using general task lists?. then we would be back to my suggestion from earlier to attach them there. but i'm pretty sure you will find all the documentation on help.sap.com. it'll be worth your time, just you try it.
    i forgot a little piece of information in my last post: GOS is a tool that connects your backend (R/3 or whatever) to your frontend in some ways ... that's why you don't get it on item-level. if you are using production ressources it's a 'backend-only' feature. you see, you can use GOS to display the IDOC that created your service order but since an IDOC creates the complete order ... you have another viewpoint of hierachy with GOS ... and while we're at it: GOS is not available for users of type 'service'. check in SU01 for that setting. browse the SDN security forum - we discussed GOS more often lately.

  • 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

  • Attach document from application server using BAPI

    Hi,
    I am trying to attach files to Document Info Record using BAPI
    BAPI_DOCUMENT_CHECKIN_REPLACE2. When i execute the z program that calls this BAPI on
    presentation server in foreground by giving path of documents which are locating on local pc it works
    fine and check in the file in document infor record
    But when i run program in background and file path is of application server.It gives error that
    Program no longer started via RFC. No return possible.
    I want to know the cause of this error.
    Please help.

    i think u need to pass Storage category  = FILESYSTEM.
    check the documentation of data element -
    DE CV_STORAGE_CAT
    but i'm not 100% sure abt it.
    regards
    Prabhu

  • 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 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 performing calculations at workbook level using using VB / macros et

    HI All,
    I want to know about how to perform calculations at the work book level using VB/Macros..
    Request provide me links related to this .
    Manyt hanks in advance.

    Hi,
    Open the Excel workbook and press ALT + F11. VB editor opens and you can write your piece of code and name it as Auto_open if you need that macro to automatically run when you open excel.
    Second option is record macro, which will record the calculation and then call this macro everytime you need.
    Thanks,
    Tintu

  • Attach Documents to Custom Program Using Generic Object Services

    Hi There,
             I created Object type ZGOS and used in the custom program, when i try to attach documents it allows and then shows in attachment list.
            But When I use that program next time that document attached is not available.
    Is there any separate save Class or FM available for saving the document to the specified custom program.
    I am using following code in the program,
      CLEAR obj.
    SET OBJECT TYPE TO 'ZGOS'
      obj-objtype = objtype.
    SET OBJECT KEY = REPORT NAME
      SELECT SINGLE name
      FROM trdir
      INTO obj-objkey
      WHERE name = sy-repid.
    CALL GOS MANAGER WITHOUT CONTAINER (WILL BE DISPLAYED IN THE TOOLBAR)
      CREATE OBJECT manager
        EXPORTING
          is_object = obj
        EXCEPTIONS
          OTHERS    = 1.
    Thanks in advance.

    Check the Naimesh Patel Blog he explain very well
    http://help-abap.blogspot.com/2009/02/generic-object-services-gos-toolbar.html

  • 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

Maybe you are looking for

  • Error while exporting data from ABAP to Excel

    Hello All, iam trying to download data from ABAP scrn to Excel using I_OI_SPREADSHEET METHODS. I get an error in method 'SET_RANGES_DATA' - 'Memory protection fault occurred in document interface'. I have pasted my code below. Kindly help me to solve

  • Apple tv as wireless screen

    Hi! I have tried to find information on the Internet wether it's possible to use the Apple tv as a receiver between my MacBook Pro and the TV, so that I can use the TV as a wireless display for the MacBook. But all I can find is about steaming and if

  • Problem with rendering GeoRaster in MapViewer...

    Hi, I am using the MapBuilder (10.1.3.1), and I import a georaster for an Oracle Spatial 10g Database. I created a GeoRaster Theme and a Base Map including GeoRaster Theme created. In preview mode of Map Builder, the GeoRaster is displayed correctly.

  • Contact's photos won't display on iPod?

    I've got an 80GB video iPod running with the latest version of iTunes. I'm sure photos from my address book used to display...now they've gone...any ideas anyone?

  • Can not login groupspace when admin server is not running

    hi Experts, I am using wc11.1.1.5, I found an issue like this: 1. startup admin server 2. startup WC_Spaces 3. stop admin server 4. login WC_Spaces At this time, I got the following issue: ============================= Caused By: oracle.security.jps.