Activate GOS toolbar in WAM04 transaction

Hi Experts,
Can you tell me how can we activate the Generic Object Services toolbar for transaction WAM04 (disposal documents) in EHS Waste Management?
Or write a functional specification for that?
Thanks

Dear Abbie
Go through the below documentation for GOS Tool Bar configuration
Activating Generic Object Services Toolbar in SAP Objects
Balajee

Similar Messages

  • How to Activate GOS button in HR transactions like po13,pp02,pp01 etc

    Hi guys,
    Can you please help, could you please give me so guyide lines on how to activate the GOS button in HR transactions like po13,pp01,pp02 etc. The GOS button is not visible at all in our system. I have rad various threads but they all assume that the button is visible. My requirement is activate it so that it becomes visble.
    We would like to attach .doc.xls.pdf documents against various OM objects hence the need to activate the GOS button.
    Thank you.
    Andy

    Hello Andy,
    I found your post in another thread and I replied there.  So I only add the link:
    Attach PDF to position
    Anyway I was wondering so far if you did selected any HR object in PO13 or PP01 to make sure taht GOS button doesn't appear?  GOS button is shown only if you select an HR objects in those tcode.  (cfr the link above for screenshot).
    regards
    Hadrien

  • How to activate GOS (Generic Object Services) in Transaction SU01?

    Dear All,
    We want (for documentation reason) activate GOS (Generic Object Services) within Transaction SU01 (User Maintenance).
    I looked already around for Setup Guidelines, but did not find anything.
    Has anybody already acitivated GOS within SU01 and would explain this?
    Regards,
    Markus

    Hi Vamshi,
    SD_SWU_ACTIVE is the parameter, but it is not for SU01, it is VA02 and VA03 only.
    Thanks,
    Naga

  • How to attach GOS in a standard transaction ?

    hi folks,
    could anyone tell me how to attach Generic Object Services (GOS) to a standard transaction eg me23n.
    this GOS toolbar is present in certain transactions like pb40 ..i want to implement the same in me23n ...how can i do that?

    welcome to SDN!!!
      cht this webblog
      /people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background
      reward points if helpful

  • How to download the attachments from GOS toolbar.

    Hi,
    I am facing a problem. I have to go to transaction ME33k and click the GOS toolbar. Then click on the attachment list. After the attachment list arrives, I need to transfer the files to the local system. The issue is that I need to do all this using a custom program. The custom program will transfer the files into the local system and then mail them to specified recipients.
    The custom program has been made but I am unable to download files from the SAP internal location to the local PC. Please advise.

    Please try the next abap code to download all applicant attachments. SAP system 6.40
    in this -  OBJECT_ID - applicant SAP number
    data: i_connections type BDN_CON occurs 0,
            i_connections_rec type BDN_CON .
    data fol_id        like soodk.
    data doc_id      like soodk.
    data: OBJCONT type SOLI occurs 0 .
    DATA: PATH TYPE CHAR255,
              COMP_ID TYPe CHAR255 .
    CALL FUNCTION 'BDS_GOS_CONNECTIONS_GET'
      EXPORTING
        CLASSNAME                = 'APPLICANT'
        OBJKEY                   = OBJECT_ID
      CLIENT                   = SY-MANDT
      TABLES
        GOS_CONNECTIONS          = i_connections
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT i_connections INTO i_connections_rec .
    move i_connections_rec-LOIO_ID to FOL_ID .
    move i_connections_rec-LOIO_ID+17(25) to doc_id .
    CALL FUNCTION 'SO_OBJECT_READ'
      EXPORTING
        FOLDER_ID                        = FOL_ID
        OBJECT_ID                        = doc_id
      TABLES
        OBJCONT                          = OBJCONT           .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT i_connections INTO i_connections_rec .
    move i_connections_rec-LOIO_ID to FOL_ID .
    move i_connections_rec-LOIO_ID+17(25) to doc_id .
    CALL FUNCTION 'SO_OBJECT_READ'
      EXPORTING
        FOLDER_ID                        = FOL_ID
        OBJECT_ID                        = doc_id
      TABLES
        OBJCONT                          = OBJCONT          .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CONCATENATE 'D:\GOS\' i_connections_rec-DESCRIPT '.' i_connections_rec-DOCUCLASS into PATH .
    CONCATENATE i_connections_rec-DESCRIPT '.' i_connections_rec-DOCUCLASS into COMP_ID .
    CALL FUNCTION 'SO_OBJECT_DOWNLOAD'
      EXPORTING
        DEFAULT_FILENAME       = COMP_ID
        FILETYPE               = 'BIN'
        PATH_AND_FILE          = PATH
        EXTCT                  = 'K'
        NO_DIALOG              = 'X'
      TABLES
        OBJCONT                = objcont          .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDLOOP .

  • How to activate GOS in ME22n

    Hello everyone,
    How to activate GOS in transaction me22n.?????

    Hi Jurgen,
    Thanks for the quick response .
    i applied the note 1020056 also. Still the icon is missing.
    The thing is we have this icon in our DEV system, but it is missing in QAS. We dont have any idea on how it is DEV.
    Do we have do any code changes??
    Waiting for your valuable sujjestion.
    Thanks,
    Dinesh

  • How to activate GOS in (e.g.) SU01?

    Hello,
    a number of SAP standard functions have no GOS button available. Especially for SU01 I have a request, because user administrators want to add offcie documents as attachments to the user master.
    Is there a possibility to activate GOS for SU01 (or other SAP standard transactions which don't provide GOS functionality)?
    Thank you for your help!
    Regards,
    Thomas

    Hi Thomas,
    i have the same problem. I am looking for a possibility to activate GOS for transaction FBV1. I'm not sure if it generally works because GOS refers to an object, or not? In transaction FBV1 yet exists no object.
    Have you already found a solution for the problem? Thanks.
    Regards,
    Bastian

  • Adding GOS toolbox to IM22 transaction

    Hi All.
    Transaction IMA11 has a GOS toolbox icon attached at the top left corner which is used to attached documents or set notes etc. Similarly I have a requirement to create the same GOS toolbox for IM22 transaction. Can anyone help me out in this ?
    Earlier to add this Icon for VA02/VA03 transaction , I had set the Parameter ID: SD_SWU_ACTIVE = X  Activate Workflow Box in VA02/VA03  to the user profile to get this icon in the screen. Is there any way we can do the same for IM22 transaction. Please help me out if anyone has done the same scenario.
    Points will be rewarded for useful answers.
    Regards.
    Akhil Rai.

    Hi Akhil,
    Did you has solved this issue??
    or Anyone has solution for this problem
    I have same case...
    Thanks,

  • Embed GOS toolbar on the application toolbar

    Hi Techies,
    Can we embed the GOS toolbar (not the icon which comes by default) on the application tool bar of a Z-Transaction?

    Google search
    http://www.google.co.uk/#hl=en&source=hp&q=sapgosincustomprogram&btnG=GoogleSearch&meta=&aq=f&oq=sapgosincustom+program&fp=2b5b11435ced62e0
    http://www.sdn.sap.com/irj/scn/index;jsessionid=(J2EE3414700)ID0044424050DB01771510453548909121End?rid=/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3&overridelayout=true
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0e6b0d95-0a01-0010-4696-ca0a48de5fb3;jsessionid=(J2EE3414700)ID0044424050DB01771510453548909121End

  • How to add a button to the toolbar of standard transaction

    hi friends
    currently i am working in IS-OIL(DS)-TSW module, in which we need to add a button to the toolbar of standard transaction(O4nm)
    can anybody help me how to proceed with this
    with regards
    s.janagar

    Hi,
    To be able to add a button to the toolbar of a standard transaction, you can use GuiXT which is a bundled solution within SAP R/3 or Netweaver.  With GuiXT, you can create your own pushbuttons within an R/3 screen or within the toolbar. You can make both the menu functions and the navigation to other transactions directly accessible with your own pushbuttons along with a new icon that you wanted to assign to the pushbuttons.
    Also, you can customize the pushbutton's size effortlessly.  And in your situation of adding it to the toolbar, GuiXT can help to set your pushbuttons automatically to fit onto the toolbar with its designer tool.
    For more information about front end changes, you can view more information about GuiXT at http://www.guixt.com/site/solutions.php
    Thank you and hope this helps!

  • How to add GOS toolbox to standard transaction

    Hello, Experts.
    I want to add GOS(Generic Object Service) toolbox to these transaction: VK12, KE42, KE52, etc.
    so that i can store business document directly from transaction.
    The question is, what should i do to add the GOS toolbox to these transactions?
    Thanks.

    Hi Jiujiang,
    You can do it yourself without basis help. Follow the following steps.
    From your transaction, go to System -> User Profile -> Own Data
    You will reach a new screen. Select the 3rd view "Parameters"
    Add one more line with Parameter ID as SD_SWU_ACTIVE and parameter value as "X". Save
    Now when you go to any document with your transaction. Services for Objects will appear to the left of "CHANGE Quotation xxxxx : OVERVIEW".
    Look also this thread:
    Hope this helps,
    Iván.

  • Activate GOS business application for object PREL

    Hi all!
    In the transaktion PA30 the functionality of the GOS is available. But the business application is standardly deactivated for the object "PREL". So the function "Store business document" (under menue point "Create...") is not active.
    Is there a possibility to activeate this function? And how?
    Thanks a lot in advance.
    Best Regards
    Stefan

    If you want to remove the Create Attachment option for all the GOS toolbar than you can go to table SGOSATTR and remove the entry with the name PCATTA_CREA. Caution: This will remove the option "Create Attachement" from all the GOS Toolbar i.e. Customer, Vendor, Sales order etc.
    If you want to do it for specific GOS toolbar, than you have to modify the CHECK_STATUS method of the CL_GOS_SRV_ATTACHMENT_CREATE.
    I would not suggest to change the standard SAP code for this.
    Alternativly, you can
    1. copy the class CL_GOS_SRV_ATTACHMENT_CREATE to Z class i.e. ZCL_GOS_SRV_CREATE
    2. Change the method CHECK_STATUS. Check if the Object 'BUS1065' than make it inactive.
    Refer to the post: [Generic Object Services (GOS) Toolbar Part 2 : Handle added Service in the Toolbar |http://help-abap.blogspot.com/2008/11/generic-object-services-gos-toolbar.html]. Look for the implemenation of the CHECK_STATUS towards the end.
    Regards,
    Naimesh Patel

  • How to redefine GOS toolbar function "SEND OBJECT WITH NOTE" for deliveries

    Hello Abapers,
    for inbound and outbound deliveries (tcodes VL01N, VL02N, VL03N, VL31N, VL32N, VL33N) I have to replace the GOS toolbar function SEND OBJECT WITH NOTE with a redefined function matching the following specifications:
    - Title field needs a different content
    - Text (note content) should be filled by default, maybe with standard text, but can be overwritten
    - All attachments in the attachment list of the object should be included by default or be selectable thru an additional button
    Also possible could be an addiitonal toolbar function SEND ATTACHMENTS WITH NOTE as a copy of SEND OBJECT WITH NOTE.
    Although I checked the SDN forums for a matching solution, I couldn't find one in tons of GOS threads.
    Perhaps someone had solved a similar problem to send obejct with notes from GOS toolbar with several of the object's attachments.
    Maybe some GOS classes have to be redefined for that, but this should only be available for deliveries, not for the other BOR types.
    I'm waiting for your ideas.
    Best regards,
    Klaus
    Edited by: Klaus Babl on Feb 16, 2012 10:13 AM

    No the list of steps done to solve the issue:
    1. Copy of class CL_GOS_SRV_SEND_OBJECT to new class /SIE/IS_BSD_GOS_SRV_SEND_ATT.
    2. SM30 for table SGOSATTR: New entry for new service ZSO_SENDATT for the new class.
    3. Copy of methods ON_SERVICE_SUCCEEDED, CHECK_STATUS, CREATE_ROOT_ITEM and ON_LINK_CREATED from class CL_GOS_SRV_ATTACHMENT_LIST to the new class.
    4. New code added to the top of method CHECK_STATUS to show the service for deliveries only:
    IF  is_lporb-typeid  NE  'BUS2015'
    AND is_lporb-typeid  NE  'LIKP'.  
        ep_status = mp_status_invisible.
        EXIT.
    ENDIF.
    5. Copy of function group SAPLSGOS_OUTBOX and function module SGOS_SEND_OBJECT_WITH_NOTE to own copies.
    6. Before calling cl_bcs=>short_message  there are several steps to do:
    - CALL METHOD cl_binary_relation=>read_links
    - CALL FUNCTION 'SO_DOCUMENT_READ_API1' for all links
    - cl_document_bcs=>create_document for all those documents (we are using types ATTA, NOTE and URL)
    - APPEND those created documents to the attachment table and pass it to i_attachments of cl_bcs=>short_message
    Solved issue!
    COMMENT: This SDN wiki document is outdated and doesn't work any more:
    http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-SendingGOSattachmentstoanemailaddress
    Best regards,
    Klaus

  • Open a file like Gos toolbar

    Hello,
    I need in a ALV list, view file that file corresponding in each line(with double click), i go to GOS toolbar and i can open or save the file that i want, but in my program i only can download the file with SO_OBJECT_DOWNLOAD function.
    Anyone can help me.
    Best Regards.
    Eduardo Paiva

    Hello,
    With the function SO_OBJECT_DOWNLOAD i do the download of documento to SAP WORKDIR (CALL METHOD cl_gui_frontend_services=>get_sapgui_workdir) and with method CALL METHOD cl_gui_frontend_services=>execute i open the document.
    Problem solved.
    Best Regards.
    Eduardo Paiva

  • GOS toolbar in SAP WDA component

    Hi ,
    I have a requirement to add GOS toolbar in a web dynpro ABAP component. I am able to display the toolbar in a report and also tried using the method 'DISPLAY_TOOLBOX' of the class 'CL_GOS_MANAGER'. But I am unable to use the same in WDA views.
    Could anyone please help me out with this requirement.
    Thanks,
    Divya Posanpally

    Hi Divya and Kenneth,
    I had similar requirements and in my case the following documents were very helpfully for me:
    Attach files to GOS with Save, Retrieve, Delete functionality in SAP Web Dynpro ABAP - Part 1
    Attach files to GOS with Save, Retrieve, Delete functionality in SAP Web Dynpro ABAP - Part 2
    I modified LOAD_ATTACHMENT_CONTENTS method to retrieve content from 'Store Business Document' created using function:  ARCHIVOBJECT_GET_TABLE:
    DATA: LENGTH TYPE SAPB-LENGTH,
             BINLENGTH TYPE SAPB-LENGTH,
             ARCHIVOBJECT TYPE TABLE OF DOCS,
             BINARCHIVOBJECT TYPE TABLE OF TBL1024.
         CALL FUNCTION 'ARCHIVOBJECT_GET_TABLE'
              EXPORTING
                   ARCHIV_ID                = 'ZT'
                   DOCUMENT_TYPE            = lv_doc_type
                   ARCHIV_DOC_ID            = is_atta-arc_doc_id
              IMPORTING
                   LENGTH                   = LENGTH
                   BINLENGTH                = BINLENGTH
              TABLES
                   ARCHIVOBJECT             = ARCHIVOBJECT
                   BINARCHIVOBJECT          = BINARCHIVOBJECT
              EXCEPTIONS
                   ERROR_ARCHIV             = 01
                   ERROR_COMMUNICATIONTABLE = 02
                   ERROR_KERNEL             = 03.
    ls_attacont-content_x = cl_bcs_convert=>xtab_to_xstring( BINARCHIVOBJECT ).
    I added attribute ARC_DOC_ID  to ATTACHMENTS node in Component Controller Context. This value is get from TOAAT in method LOAD_ATTACHMENT_LIST.
    Method DO_SAVE is modified too when a new Store Business Document is created, using functions ARCHIVOBJECT_CREATE_TABLE and ARCHIV_CONNECTION_INSERT:
    DATA: BINARY_TABLE TYPE TABLE OF  TBL1024,
                     SIZE         TYPE  SAPB-LENGTH,
                     DOC_TYPE     TYPE  TOADD-DOC_TYPE,
                     DOC_ID       TYPE  SAEARDOID,
                     lv_ar_object TYPE saeobjart.
                size = xstrlen( ls_attacont-content_x ).
                cl_bcs_convert=>XsTRING_to_XTAB( exporting IV_XSTRING = ls_attacont-content_x
                                                 importing ET_XTAB = binary_table  ).
                   IF sy-subrc = 0.
               CALL FUNCTION 'ARCHIVOBJECT_CREATE_TABLE'
               EXPORTING
                 archiv_id                      = 'ZT'
                 document_type                  = doc_type
                 length                         = size
               IMPORTING
                 archiv_doc_id                  = doc_id
               TABLES
                 binarchivobject                = binary_table
               EXCEPTIONS
                 error_archiv                   = 1
                 error_communicationtable       = 2
                 error_kernel                   = 3
                 OTHERS                         = 4
               IF sy-subrc <> 0.
               ELSE.
                SELECT SINGLE ar_object INTO lv_ar_object FROM toaom
                   WHERE sap_object =  WD_THIS->GS_GOS_OBJ-TYPEID AND
                    archiv_id  = 'ZT' AND
                    doc_type   = doc_type.
                 CALL FUNCTION 'ARCHIV_CONNECTION_INSERT'
                       EXPORTING
                          archiv_id             = 'ZT'
                          arc_doc_id            = LV_ARC_DOC_ID
                          ar_date               = sy-datum
                          ar_object             = lv_ar_object
                          mandant               = sy-mandt
                          object_id             = LV_OBJECT_ID
                          sap_object            = LV_SAP_OBJECT
                          doc_type              = LV_doc_type
                          filename              = LV_filename
                          descr                 = LV_descr
                          creator               = sy-uname
                        EXCEPTIONS
                          error_connectiontable = 1
                          OTHERS                = 2.
              ENDIF.
    Regards.

Maybe you are looking for

  • Imac mid-2007 installation disc

    Is it possible to get another installation disc for my intel imac ? I get one of the file is corrupted and i need to get it changed. Thank you .^^.

  • Server name changed

    Exchange 2013, Outlook 2013 we're now moving from 2010 to 2013 Exchange. first thing i noticed, in the server settings of Outlook, the server name changed to some hex [email protected] where before i used to have "mail.acme.com" there. is this normal

  • Enhancing standard BSP application by using WebDynpro components

    Hi all, We have standard BSP application delivered by SAP; we need to enhance the functionality and some new views to meet our requirement. We have planned to develop new things in WebDynpro ABAP and attach those to BSP. Is it good practice to use We

  • How to install older than 10_1r53_64 on win?

    hi, i'm trying to install older flash player. But on the install it thoughs me the message, that this is not the latest version so go to adobe.com and download the latest one... i know that it is not the latest one, that is why i'm trying to install

  • Playing live radio through iTunes

    I used to have a selection of radio stations to play live through itunes and it's gone on the new version. How can I listen live. I need to go through iTunes- not just the station stream, to use my speakers thanks