How to deactivate a Object Service Toolbar ?

Hi Folks,
I have a standard transaction(FOV2, Program-SAPLFV7V, screen=150).
When this transaction is called, it shows a little icon for the Object Service Toolbar.
I need to take it off from my standard screen. Where can I do this ? Where is the link between the screen and "Object Service" ?
Thanks
Marcelo

Hello Marcelo,
There are a few leads that I can give you, which might help you solve your problem.
There are two BADIs GOS_SRV_REQUEST and GOS_SRV_SELECT which can be used to control the Generic Object Services. These are both well documented. You can see if you can accomplish your requirement by using these.
You might want to visit the development class SGOS for more technical information.
Lastly, the best option - If you have access to the SAP note system, refer to the SAP Note 491271.
Regards,
Anand Mandalika.
P.S. Please do reward points if this answer has been useful to you.

Similar Messages

  • How to use Generic Object Services(GOS) for each table control record.

    Dear Expert,
                       I am using generic object services for document attachment but i am facing a problem while attaching document to a table control row. my requirement is to attach separate document for each and every row of table control but  i am unable to attach document row wise of the table control.for each row GOS should display corresponding attached document not all the attached document.
    Thanks in Advanced
    Bhuwan Tiwari
    Edited by: BHUWAN TIWARI on Feb 8, 2011 4:16 PM
    Edited by: BHUWAN TIWARI on Feb 8, 2011 4:16 PM

    You haven't explained what object and object key you're using, nor have you provided any indication of how you implemented the GOS attachment functionality.  You need to provide more information to resolve an issue like this.

  • How to activate generic object services in VA03 (e.g.)

    Hello all
    In ECC 6.0 the generic group services can be found in several transactions. But in VA02, VA03 transaction e.g. it is missing. Does anybody know how we could activate it there?
    Thanks in advance to all
    Renaud

    Hello everybody
    Unfortunately I still couldn't find helpful answers. Isn't there a way to activate those generic object services in VA02, VA03 e.g. like it is available out of the box in MM02, MM03, FB02, FB03, etc.?
    We would like to link a sales order (business object type BUS2032) with an URL pointing to a PDF-Document.
    Thanks in advance for any help on this one.
    Renaud

  • How to Deactivate callable object/Action in GP

    Hi
    Friends
    I want to know that once we activate one particular action or callable object or process GP(Guided Procedure).How can i deactivate it?
    Regards
    Sunny Shah.

    I have tried this: http://help.sap.com/saphelp_nw70/helpdata/en/a7/435242e55cc553e10000000a1550b0/content.htm
    It cannot work.
    can help?
    thank you.

  • How to make Generic Object Services visible in screen

    with serviceorders and notifications we sometimes use GOS for attaching documents. only disadvantage is that it's not directly visible if attachments are present or not. you have to click on the gos button to check their presence .
    is there any method or solution to make it clear if an attachment is present in the record ?
    I already tried to create a user status for this only nasty side effect was that it took a while before the record was present in th efunction BDS_ALL_CONNECTIONS_GET
    kind regards
    arthur

    Hi,
    i had the same problem (but only for notifications). We included a customer subscreen (function group xqqm, customer project CMOD with enhancement QQMA0001). When you insert a gos attachment, an info-text will be displayed when you change or display the notification again.
    PAI in customer subscreen ist the following code, the customer subscreen has a simple read-only field in which the field g_txt70_gos  is displayed with text "Ther a are attachments".
    Prüfen, ob wir im Ändern/Anzeigen sind
      CHECK NOT viqmel-qmnum IS INITIAL.
    Wurde schon einmal erfolglos gelesen?
      CHECK g_flag_links_obtained  = c_false.
      g_flag_links_obtained = c_true.
    Wurde Vorgänger schon einmal erfolgreich gelesen?
      IF g_txt70_gos IS INITIAL.
        IF tq80 IS INITIAL.
          SELECT SINGLE * FROM tq80
                                 WHERE qmart = ls_viqmel-qmart.
        ENDIF.
        CASE tq80-qmtyp.
          WHEN ypm_01.
            g_object_gos-objtype = c_bus2038.
          WHEN yqm_02.
            g_object_gos-objtype = c_bus2078.
          WHEN ysm_03.
            g_object_gos-objtype = c_bus2080.
          WHEN ynm_05.
            g_object_gos-objtype = c_bus7051.
        ENDCASE.
        g_object_gos-objkey = viqmel-qmnum.
        SELECT * UP TO 1 ROWS
             FROM srgbtbrel
             WHERE
               instid_a = g_object_gos-objkey AND
               typeid_a = g_object_gos-objtype AND
               catid_a = 'BO' AND
               ( reltype = c_reltype_atta OR
               reltype = c_reltype_url ).
        ENDSELECT.
        IF sy-subrc = 0.
          g_txt70_gos = 'Es gibt Anlagen zu dieser Meldung'(z03).
        ENDIF.
      ENDIF.

  • How to create a Generic Object Services for a standard tcode.

    Hi,
    We have a requirement where we are depreciating the assets (standard transaction ABAA) using a custom BDC program. We need to maintain a history (called audit trail) for the particular asset that has been depreciated using this program. For this audit train we have been asked to use "Generic Object Services" in transaction code ABAA.
    Unfortunately, Generic object services are not available in this transaction code. Can you please suggest me how to create "Generic Object Services" for a particular standard transaction code. Also, we have show the details of custom workflow that follows the approval process in order to depreciate the asset. how to show this workflow details using Generic Services. This is a very critical issue, any help will be very help ful.
    Please let me know should you require more information on this topic.
    Thanks,
    Ashish

    Instead of copyg the std fm to z, do the following,
    1. Go to se37 open FM VIEW_KURGV in display mode.
    2. Click on the spiral icon on the top.
    3. Then in menu go edit->enhancment options -> show implicit enhancement
    4. """""""""""""""""""""" kind of lines will appear in the cde, just rt click on the line at the place u want to insert the code and select
         enhancement implementation create.
    5. Give apropriate name for thi , it will inset a n place to write your code.
    This is an std sap methodology and is supported in upgradde also.

  • Attachments Activating Generic Object Services (GOS) in VA41/VA42 at item level

    Hi to All,
    I'm trying to manage attachments for sales document at item level.
    I've already read this wonderfull post (Activating Generic Object Services Toolbar in SAP Objects) but I didn't understand how manage attachments at item level.
    Please, if anyone has ideas of how to achieve it please share solutions.
    Thanks & Best Regards,
    Umberto

    Hi again,
    Thanks for the answers, they were very helpful,
    but the customer isn't happy with the "Store business Documents" and it's Drag n' drop interface.
    I'm to develop a new GOS menu item, that will show
    a normal Open File dialog, and a following popup
    where the user can change the document title shown
    in the Attachment list.
    ARCHIVOBJECT_CREATE_FILE and ARCHIVOBJECT_GET_TABLE
    along with ARCHIV_CONNECTION_INSERT should probably
    cover the functionality I need.
    I know both the BOR type ID and the object ID is
    available to me in the Execute() method of the GOS menu handler I'm overriding, but for the ARCHIV_CONNECTION_INSERT, I'm supposed to supply an AR_OBJECT parameter (I know that this information is stored in the TOAOM table), but I have no clue where to get this information for the current object I'm trying to add an attachment for.
    Regards,
    Lars Wilhelmsen

  • Hide the services toolbar in transaction UDM_DISPUTE

    Hi,
    We are in ECC 6.0. I am trying to hide the tool bar 'Services for Object' from the transaction UDM_DISPUTE. I found that we can use the BADI's GOS_SRV_REQUEST and GOS_SRV_SELECT.
    I implemented both of them and copied the class behind them. Since that badi GOS_SRV_REQUEST is 'Filter dependent'(I am not able to change this setting in implementation),it is not letting me to activate the implementation.
    I was able to implement GOS_SRV_SELECT and the code behind the method SELECT_SERVICES says(got copied from the standard class)
      DATA:
        ls_option TYPE sgos_sels.
      ls_option-sign   = 'E'.
      ls_option-option = 'EQ'.
      ls_option-low    = 'PCATTA_CREA'.
      APPEND ls_option TO et_options.
    I assumed that i would be seeing only the option of 'Create attachment' in the toolbar/ But still i am seeing all the options in the toolbar.
    Could anybody please let me know how to hide the whole services toolbar for this particular transaction. Thanks in advance..
    Poornima

    Hi Abhi,
    The trns UDM_DISPUTE is report for 'UDM_DISPUTE' and internally it is calling other report 'SAPSRMSTART'
    Check the Include CI_UDMCASEATTR00 available in table 'UDMCASEATTR00' double click on the include and add the custom
    Folow the below steps
    For adding fields to UDM_DISPUTE, I have made changes in the Attribute Profile in SPRO and as I needed these fields as DropDown Lists I have selected DropDown from GUI control for these fields in Attribute Profile.
    In addition, to add values to these DropDown Lists I have created separate tables and a 'Z' Search Help for each field.
    Then these 'Z' search helps are attached to the resp. fields in structure CI_UDMCASEATTR00 of table UDMCASEATTR00.
    With this the values are visible in DropDown and user is able to select value from DropDown.
    use SCMG_VISUALIZATION_C or SCMG_INITIALIZE_C badis  for screen Modifcation or structure modifications
    fields
    prabhudas

  • Generic Object Services for a standard transaction code

    Hi,
    We have a requirement where we are depreciating the assets (standard transaction ABAA) using a custom BDC program. We need to maintain a history (called audit trail) for the particular asset that has been depreciated using this program. For this audit trail we have been asked to use "Generic Object Services" in transaction code ABAA.
    Unfortunately, Generic object services are not available in this transaction code. Can you please suggest me how to create "Generic Object Services" for a particular standard transaction code. Also, we have show the details of custom workflow that handles the approval process in order to depreciate the asset. How to show this workflow details using Generic Object Services. This is a very critical issue, any help will be very help ful.
    Please let me know should you require more information on this topic.
    Thanks,
    Ashish

    Hello Ashish,
    i dont think activating of GOS will solve ur probs..... GOS wont create a WF item ...... try to get some kind of GOS before u do anything in SAP systems.
    u can do like this ......
    1 create custom screen where u can enter asset details and store in custom tables....and generate one custom doc.number to track.
    2. trigger WF when user submits it for approvals.
    3.Upon final approvals.--->run BDC to do postings......
    4.Give a Option to attach documents to the parking documents. ( that GOS ).
    regards
    Prabhu

  • Regd Integrated ITS object services

    Hi all,
    I am using SAP Integrated ITS based on ECC 5.0 system. Everything is working fine except when i access object services in transaction me23n from portal.. In me23n transaction i have generic object service icon . If i click the object service icon in the portal, it is not displaying the object service toolbar and it is only refreshing the page . Could any one help me to resolve this issue.
    Regards
    Vasu

    Thanks Edgar i resolved the issue after applying the correction . Now i am facing another problem when i click on create attachment in menu..the page is hanging with the message "please wait...." but nothing is happening after that...

  • How to find attacments for service orders

    Hi Friends,
    This is regarding plant maintenance(PM).
    In IW32(change in service order). we can create attachments under service notification . for suppose there are some attacments to the service order.
    I want to know if there are any attacments to perticular service order.
    Because i want to display an icon in the script if there are any attacments to the service order.
    Are there any tables that are linked with service order and attachments?
    or is there any function module?
    Please help me friends.
    thanks in adavance.
    Regards,
    Saya

    Hi,
    you may look at thread "how to make Generic Object Services visible in screen", i think it is similar to your problem. In fact, you may look for attachments with
    SELECT * UP TO 1 ROWS
    FROM srgbtbrel
    WHERE
    instid_a = g_object_gos-objkey AND
    typeid_a = g_object_gos-objtype AND
    catid_a = 'BO' ,
    where objkey is order number an objtype is business object key of the order. To show all attachments in a list you can use methods of CL_GOS_MANAGER. It is described in sap help.
    Regards,
    Christian

  • Object Services - How to loop at a table ' osreftab ' ?

    Hi Object Services Gurus,
    I'm try to transform a table selected via object services (transaction service) to a table with type VRM_VALUES (the one necessary to fill selection screen listbox parameters).
    So, i have a table with type 'osreftab' and i need to loop it accessing the attributes of its lines (which i just know at runtime). How can i proceed with this? Below is what i'm trying..
    * (This is a method of a global class which pretends to transform a variable 'osreftab' into a variable 'vrm_values').
    DATA: l_wa_value TYPE VRM_VALUE,
               l_i_values TYPE VRM_VALUES.
    DATA: l_o_tax_code TYPE OSREF.
    * im_tax_codes type is osreftab
    LOOP AT im_tax_codes INTO l_o_tax_code.
    *l_wa_value-KEY = l_o_tax_code->?
    *l_wa_value-text = l_o_tax_code->?
      APPEND l_wa_value TO l_i_values.
    ENDLOOP.

    You can't cast b/w data reference which l_tax is and object reference which l_o_tax_code is.
    osref is a generic object type and you store a reference to some object in it, right? So the question is: what kind of object you store there? Please note - this must be an object reference , not data reference .
    i.e
    "here goes some class
    class zcl_spfli definition.
    endclass.
    class zcl_spfli implementation.
    endclass.
    "here is an OBJECT REFERENCE for it, (so I refer to a class) i.e persistent object to table SPFLI
    data oref_spfli type ref to zcl_spfli.
    "but here I have a DATA REFERENCE (so I refer to some data object) i.e DDIC structure SPFLI
    data dref_spfli type ref to spfli.
    So my OSREF can hold only oref_spfli but it not intended for dref_spfli . That's why you get this syntax error. Once you have stored reference to zcl_spfli in osref then you will be able to dereference it and access this object's attributes.
    data: osref type osref.
    create object osref_spfli.
    osref = osref_spfli.
    "now osref holds reference to object, you can deference it
    oref_spfli ?= osref.
    osref_spfli->some_attribute = ....
    OSREFTAB is just a table whose line is of type OSREF (so can hold multiple object references - one in each line).
    Regards
    Marcin

  • When i am on my home screen or locked screen, my battery usage and service toolbar has disappeared. How can you get it back?

    when i am on my home screen or locked screen, my battery usage and service toolbar has disappeared. How can i get it back?

    Yeah there's no setting for that. So either you don't have an iPhone, or your iPhone is jail broken. If it's jail broken, just restore to factory and all will be fixed :)

  • 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 call GOS(Generic Object service) attachment ( BMP file ) into SAP

    How to call GOS(Generic Object service) attachment ( BMP file ) into SAP script
    Example: MM02 Service object there attaching the bmp file the same file i need to call script based on the material number
    Please provide the procedure and  coding.
    Thanks in advance
    Raju

    Hi,
    The following link may be useful to u.
    help.sap.com/printdocu/.../BCSRVOBS.pdf

Maybe you are looking for

  • Need help deleting a program called KompoZer

    Hi guys, I downloaded a program for WYSIWYG editor, it is called KompoZer.  I dont need it but I cannot delete the dmg file from the desktop or remove the the icon from the task bar. When I try and drop the dmg file into the trash I get the following

  • What is the best solution to watch cable TV wirelessly on my MacBook Pro?

    Hi all. I know this isn't a direct AppleTV question but I thought I may find a solution in this forum. I just purchased a MacBook Pro and I want to watch cable TV wirelessly. I have an old Formac Studio TVR thats held up pretty well over the years wh

  • Playing purchased movies on my tv

    Hi Might seem a silly question but if I buy a movie on iTunes how can I watch it on a bigger screen I.e TV or projector? Thanks

  • Alv to spool to pdf to mail

    hi all,      I am having a single alv report  which should run in background & generate spool and after data convert the spool to pdf and send to mail. I want all these in a single alv report & it should be schedule in background. First I copied the

  • 2 gamecenter accounts on 1 Apple ID

    I currently use an iPad and an iPad mini. They both have gamecenter under the same Apple ID. I have recently deleted everything off of my iPad. When I try to log into gamecenter, it comes up with the iPad mini's gamecenter and I want to be able to us