Unhide "Services for object" tab (MM02, MIRO, ...)

Hi, everybody!
I'm in trouble with "Services for object" tab. I need it in transactions: MM02 and MIRO, but it is hidden.
I'm not sure about it, but I guess this could be solved with the right authorization. Just don't know which one.
Could anyone help me?
Thanks in advance.

Hi,
I guess BADI GOS_SRV_SELECT could solve the problem. You may disable the change button and other functions (perhaps using authorizations as a trigger).
*Structure IS_LPOR contains
*INSTID * Obkey := keyfields of Business Object
*TYPEID * i.e. BOR TYPE 'ZDGF_DG'
*CATID * i.e. 'BO' for BOR
Be carefull - It is used for all kind of objects - so add CASES for combinatons of CATID/TYPID and call an own function/method for each.
Kind regards,
Holger

Similar Messages

  • View workflow logs in services for object tab in transaction

    HI All ,
    Is there any settings that need to be done to see the workflow associated witha particular Tcode in Services for Objects  tab.
    Actually i  want to see the custom workflow logs other than using tcode swi1  .
    Regards ,
    Sijin K P
    Moderator message: not directly related to ABAP development, please see the Workflow forum.
    Edited by: Thomas Zloch on Jan 17, 2012

    Hi,
    You have to implement GOS (Generic Object service).
    Plenty of material available for it, you can reffer to meet your requirment.
    Regards,
    Manish

  • Service for Object - MM01/MM02/MM03

    We have activated u201Carchive linku201D to ECM (IBM FileNet Application Connector for SAP® R/3® (ACSAP R/3) for business object for material master transactions (MM01/MM02/MM03), so the images associated with material master can be stored in FileNet repository.
    We will be using the SAP standard u201CService for Objectu201D functionality to store the image via create -> store business document.  We want to disable the u201CCreate -> Create Attachmentu201D because we donu2019t want the documents stored on the SAP content repository.   This is possible to do with either through configuration, security or user exit?  If yes, please specify how. 
    Additionally, please provide any security objects which we could utilize to control user from creating/changing /deleting the attached document.  Basically, we want some users to display the document but not alter them in any way.
    Thanks.

    Hi
    The authorization objects for attachment to material are as following:
    Object Class BC_Z Basis - Central Functions
    Authorization Object: S_BDS_DS  
    Authorizations for Document Set
    Authorization Field ACTVT :  30
    Authorization Field CLASSNAME:BUS1001
    Authorization Field CLASSTYPE:BO
    other ACTVT
    01     Create or generate
    02     Change
    03     Display
    04     Print, edit messages
    05     Lock
    06     Delete
    24     Archive
    25     Reload
    30     Determine
    70     Administer
    78     Assign
    82     Supplement
    Note: That to be able to attach user should have MM02 authorization..
    Best Regards
    Hope it helps

  • Attachment not shown in MIRO (service for objects)

    We have a problem with services for object in MIRO transaction.
    There's no "service for objects" icon in MIRO transaction, and through menu ("System=>Services for objets") we get this message:
    "No service available".
    But there's an entry with that object ID (invoice number) in table TOA01 with object type BUS2081 (Incoming invoice), which means there's A link for that object ID.
    We checked customizing and compared it to other systems where it's fine and seems ok.
    Can't understand why it doesn't work. Something missing in MM?
    I'd really appreciate any clue.
    Thanks in advance.
    Regards,
    J

    Thanks for answering.
    Well, we have same archivelink customizing in another systemo for MIRO transaction and it works fine.
    There's a development, of course. There's a job that executes a program and attaches the pdf from a server, etc.
    So we can attach pdf files when entering an invoice. Guess there's a missing step, but don't know exactly which.
    Maybe basis people blocked something, but we don't have a clue.
    Regards,
    J

  • To hide Services for Object in Purchase Order screen

    Dear Experts,
    Is it possible for me to control Services for object to a group of user only in ECC 6.0 ? or How to hide the icon for unauthorized users ?
    Thanks in advance.
    Moktar

    Hi,
    Did you resolve this issue.
    If so can you please let me kow how to Hide/Unhide services for objects ?
    Thanks.

  • Return Order doesn't show Relationship tab in service for Object in ECC 6.0

    Hi,
    When a Return Order is made from an Idoc, unable to see the relationship tab to be active in Service for Object. When tried the same in the old systm 4.6C it works fine.

    Hi,
    Search with that term in notes i.e. service.sap.com/notes or ask the functional consultant to take the help of abap and solve the issue.
    Regards,
    iqbal

  • My workflow is not listed in the GOS (Services for object)

    Hello Experts,
    I developed a workflow and linked the BO ZBUS2081. This is sub type of standard BO BUS2081. I am using the custom event INVOICEBLOCKED to trigger the workflow. The workflow is triggered propely when the invoce is created (with block) thru MIRO and I can see the workflow in SWEL or SWI6 or SWI14.
    But, the workflow is not listed in the services for objects button of the invoice display using MIR4.
    If I use the standard event 'BLOCKEDQUANT' as starting event, the workflow is triggered and I can view it in services for object.
    In the table SWW_WI2OBJ has all entries about the workflow triggered using standard event or custom event.
    How can I make the services for object in invoice list my workflow that was triggered using custom evet?
    Appreciate your help.
    Regards
    Siva S

    Hi Siva
    Thanks for marking this thread answered.....We are glad that your issue was solved :-) ....... But I do agree with Rick Bakker, the first correct answer was by Paul Bakker and I had just elaborated on that.
    Please mark the first correct answer as the "green" one.
    Regards,
    Modak

  • "Services for Object" in my own transaction

    Hi everybody,
    In MM02 you see the button for the toolbar "Services for Object" in the titlebar.
    I want to add that same functionality in my own transaction. Does anybody know how to do this?
    Thanks,
    Tim van Steenbergen.

    Sure,  you can do that.  Something like this.  You will have to use a valid object and key.  The example uses a maintenance notification.
    report zrich_0001 .
    parameters: p_check type c.
    at selection-screen output.
      call function 'SWU_OBJECT_PUBLISH'
        exporting
          objtype                 = 'BUS2038'
          objkey                  = '000010004288'
    *     CREATOR                 = ' '
    *     METHOD                  = ' '
    *   TABLES
    *     CONTAINER               =
       exceptions
         objtype_not_found       = 1
         others                  = 2.
    start-of-selection.
    Regards,
    Rich Heilman

  • Services for Object activation required for VA02 in SAP 4.0B version

    Hello,
    This is regarding Sales Order Change (VA02) and If I select the  MENU navigation :  SYSTEM -> Services for Object in ECC 6.0 then it is populating one Pop-up stating that "Sales Order XXXXXXX" Here we have the option for "Create Attachment".
    For this we need to do one prerequist in SAP ECC 6.0 Goto Tcode SU01 under the "Parameter" Tab we need to provide the following Parameter ID i.e
    SD_SWU_ACTIVE and Parameter value is : "X".
    The Same scenario I need in SAP 4.0b version.
    It would be grateful if you can helpout in this issue.
    Than you very much in Advance ...

    Hi,
    Absolutely it is not possible.
    The services for object is only visible, once the original object is created.
    Even if you check for normal F-02 entry also, it wont be visible during entry, but will be visible after posting if we go thru FB02 or FB03.
    Any attachment can be assigned through the services for object, is possible only after creation of the dependent / original data.
    So for AS02 and AS03, the dependent data has to be there in the DB, which has been created with AS01.
    Thanks,
    Srinu

  • Services for Object button in Sales Order

    Hello Experts,
    We are not getting Services for Object Button in Sales Orders. Actually we need to attach some documents to Sales Orders.
    Thanks in advance.
    Mamta.

    Dear Friend,
    If you are not getting Services for Object Icon in Sales Document, then follow this:
    T-code - SU01 u2013 Here Enter User ID & click in change icon.
    Then click on Parameters Tab & Add Parameter u2013 SD_SWU_ACTIVE. .
    This will definitely solve your problem...
    Thanks,
    Jignesh mehta

  • Services for object in VA01 and VA41

    Hello Seniors,
    I want to use the "services for object" ( icon that comes on the top left corner ) for transactions VA01 and VA41. I have enabled it for VA02, VA03, VA42 and VA43 by going to the path system-> User profile -> Own data-> parameters tab by passing 'X'  for the parameter ID "SD_SWU_ACTIVE" . What do I do to get it enabled for the transactions VA01(Create Sales Order) and VA41(create contract) also.
    Thanks in advance,
    Chaitanya.C.N

    Done by enabling user-parameter SD_SWU_ACTIVE.

  • Query with links to 'services for object'

    Hi everybody
    I need your help
    We have pictures (jpg, pdf, tif) linked to materials in material master (in transaction mm02 – services for object). Sometthing like this - but form materials:
    http://www.le.ac.uk/mis/docs/sapdocs/ug/UG5-1%20Services.doc
    We would like to create the "stock report" with links to these attachments. Can anyone tell me if it is possible to create these links in the report?
    I would like the report to look something like this:
    material_number1; stock1; link_to_picture_on_material_number1
    material_number2; stock2; link_to_picture_on_material_number2
    the user should be able to open the attached picture (if it exists) by clicking the link at each material number (even better if the pictures were already displayed in the report)
    Thank you very much in advance
    BR,
    Jana

    There are a number of classes with methods for accessing objects saved using services for object - look for classes starting CL_GOS*
    Help for GOS is available at
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f5/e16f3a53dee246e10000000a11402f/frameset.htm">Generic Object Services (BC-SRV-GBT)</a>
    In your report you could link to the relevant code to display the image based on an event like at line selection / at user command or using hotspots or similar in an ALV based report
    Andrew

  • Cannot view workflow log via Services for Object Workflow Overview

    We recently had an upgrade of R3/ECC and discovered a new issue.  For some reason we can no longer view workflow log via Services for Object > Workflow Overview for Material Master (transaction MM03).  We get the message "There are no workflows that have already worked with this object".  However, we have confirmed via SWEL and other t-codes that the workflow and log do exist.  This seems to be the only object we have this issue for after the upgrade.
    Anyone know what issue is and how to fix?   Or at least path to config in SPRO for "generic object services" where we can see if anything changed via upgrade for this object?
    Thanks,
    Matt
    Edited by: Matthew Huth on Apr 22, 2008 9:23 PM

    Found the solution.  See OSS note 553246.  This has been tested and works for us.   -Matt
    Note 553246
    Summary
    Symptom
    In the material master, the system no longer displays the attachments for the material or workflow items in the Generic Object Services.
    Other terms
    MM01, MM02, MM03
    Reason and Prerequisites
    As of Release 4.6B, business object BUS1001006 is valid for the material master. Until you have implemented Note 452424, the Generic Object Services is still published for the old BUS1001 business object. After implementing the note, all attachments, relationships, notes and workflow items that are assigned to business object BUS1001 are no longer displayed.
    Instead, all new attachments are assigned to business object BUS1001006. As a result, attachments cannot exist for both systems.
    For workflow items, the assignment to the business object occurs in the respective tasks. It may be very time consuming to convert the business object, depending on whether an individual subtype (assigned to BUS1001) is created.
    In other words, after you implement the note, the workflow items for business object BUS1001 can no longer be displayed in the material master.
    Solution
    With the following correction you can call the Generic Object Services for both business objects. When it is called, the system displays a dialog box in which you can choose the required business object, that is, BUS1001 ('Material') or BUS1001006 ('Standard material').
    This correction is delivered as a modification supported by SAP only. This is because the additional option means that attachments can be maintained as required in either of the business objects and users may therefore require extra training.
    However, the corrections enable you to display attachments and workflow items for both business objects without the need for a major conversion; this means that you do not get the impression that these have been lost.
    Alternatively, as of Release 4.70 (or Basis 6.20) you can, without making a modification, implement method ADD_OBJECTS of BAdI GOS_MULT_PUBLISH for filter attribute WF_OVERVIEW ('Workflow overview'), SRELATIONS ('Relationships') and VIEW_ATTA ('Attachment list'). The implementation should be similar to the following:
    METHOD if_ex_gos_mult_publish~add_objects .
      DATA:
        ls_lporb TYPE sibflporb.
      READ TABLE ct_lporb INTO ls_lporb INDEX 1.
      if ls_lporb-typeid = 'BUS1001006'.
        ls_lporb-typeid = 'BUS1001'.
        append ls_lporb to ct_lporb.
      endif.
    endmethod.

  • Service for Object

    Hi all,
    Does anyone know where SAP stores attacchements by "Service for Object " ?
    Example: files attached through MM02, VA02, MK02...
    thanks a lot.

    Not exactly but I suspect it is direct on a file at Unix/Server level.  I suspect you need help of an ABAPer and Basis consultant to answer that.

  • Services for object icon missing from APPCHANGE

    Hello,
    Our services for object icon is missing from the screen of some appraisers.  Any thoughts on what could be going on here?  We are in 4.7.
    Thanks!
    Mary

    Hi Mary,
    Go into the transaction phap_catalog_pa. Select the template you want to change. Then it is the 5th tab-writer.
    But as it is most likely released you will need to unrelease it. When documents are created already based on this template you will need to delete them first.
    Regards and Groetjes,
    Maurice

Maybe you are looking for

  • Page positioning different in different browsers

    I am creating a site based on the standard Dreamweaver twoColFixLtHdr.css file which contains as the first line in the body definition margin 0 auto; to allow the page to be centered in the browser window. This what I want, and works great in IE !!!;

  • Access & Integration of SAP R/3 PS to EP

    Hi Friends We are planning to use Single Sign on and planning to access SAP R/3 Project system module through EP pages. In this regard would like to know is there any standard business packages available? documentation related to configuration and im

  • Need help with Video Categories Movies, Music Videos, ETC.

    Is there anyway to put ripped videos into other categories besides just Movies? I would like to put some of them under Music Videos, is that possible?

  • Trouble downloading CS5.5 Master collection Trial

    I've tried to download CS5.5 Master collection trial 3 times without success.  The entire download appears to finish (blue bar goes all the way across), however it gets stuck there and the time remains at "less than 1 minute."  Also, strangely...If y

  • Delete equipment from stock

    Hi All,           How can we delete an equipment from the stock? I have a requirement where in ,if the equipment is tested to be faulty, it has to be scrapped and deleted from the stock. How can I delete the equipment frm the stock..? Is MIGO T code