Authobject for SAP collaboration assignment block in Solman 7.1

Hi Guru,
I am trying to find the authorisation object for edit option in SAP collaboration assignment block in Solman 7.1.
The edit button is disabled.
I could not find it through trace as it was greyed out.
Could you please suggest which authorisation object is used for this.
Regards,
Pooja

Hi,
Please see if this can help you ...
The Request for Change in Solution Manager 7.1 has a new screen area to define the scope. This new area is the scope assignment block.
The Request for Change in Solution Manager 7.1 offers inside the Scope assignment block the possibility for several follow up documents also of different types. The field subject is obsolete in Solman 7.1 it was replaced by the change category of the scope assignment block.
To define which change categories are valid you can perform the following customizing.
SAP Solution Manager Implementation Guide - SAP Solution Manager - Capabilities (Optional) - Change Management - Standard Configuration - Change Request Management Framework - Make Settings for Change Transaction Types
Choose SMCR Request for Change or your corresponding customer specific request for change and then double click on u201CCopy Control Rulesu201D in the left navigation area.
Here you can define which follow up documents (also your own Z & Y Types) you want to allow in the scope as change category as well as define which information of the request for change shall be automatically copied. e.g. priority, text, date, attachments, context.
Let me know if you need any further clarifications...
Thanks,
Ravi

Similar Messages

  • Saving data for a custom assignment block

    Hi All,
    I have created a custom assignment block where data is coming from custom table successfully. Now when I am modifying data from that block, MODIFY method of my custom implementation class is getting triggered. Till that point, I can get the modified entries. But how can I save those modified data?
    I have inherited my implementation class from CL_BUIL_ABSTR. But EXECUTE_WITH_SAVE method is not getting triggered when I am testing my object from GENIL_BOL_BROWSER.
    I am not sure whether I have to update API tables in MODIFY only. Please advise.
    Thanks,
    Suchandra

    Hi,
    Please run a ST01 trace and verify if the custom report has authority check for P_ORGIN and even if it does, verify if check for 'DUMMY' has been specified for the object field PERSA. In both cases, the restrictiona entered in user's role wouldn't work as expected.
    You can alternately also use reports RSABAPSC or RPR_ABAP_SOURCE_SCAN for verifying the above mentioned points.
    Please revert what you find.
    Thanks
    Sandipan

  • ARIS - SAP Integration - Assigning Tcodes in SOLMAN FROM ARIS

    Hi.
    As highlighted in subject of this query, I am facing this issue while integrating ARIS with SOLMAN. I have assigned the tcodes to the process steps in ARIS. When I synchronize ARIS with SOLMAN, Level 1, Level 2 & Level 3 nodes are created in SOLMAN. Ideally Level 3 node should have tcodes assigned with them under Transactions tab, but these are not picking up as per assigned in ARIS.
    Any guidance shall be highly appreciated

    Hi, I am still looking for a solution for this issue. any guidance?

  • How to view specific assignment block information for opportunity

    Hi everyone,
    We have the following requirement from our users:
    1) Users will specify a selection criteria to view only specific opportunities on the opportunity search screen
    2) Users will then select multiple opportunities from the result list
    3) Users want the ability to choose the specific assignment block information they want to view(opportunity header, sales team, partners etc)
    4) We should then display this in some form so that only specific AB information is available to the users
    As I am compartively new to the SAP world, I would really appreciate if some one could guide me here. Currently a solution is in place where users can launch a report which opens a new excel sheet which has information for about 7 assignment blocks(this is static and users cannot choose which ones they want). We essentially need a solution which can interact with our CRM system and give the users the ability to choose which AB information they want to view and then output this information in a printable format.
    I have been told that we can use Crystal reports to accomplish this but I am not very sure as these are primarily analytics tools? It would be great if anyone can provide some pointers.
    Regards,
    Abhinav

    Hello Madhusudan,
    In your overview page controller you have to overwrite methods: DETACH_STATIC_OVW_VIEWS (this is where you remove your assignment block from the page dynamically), REATTACH_STATIC_OVW_VIEWS (this is where you can put your assignment block back on the page). Both methods have a returning parameter where you can specify which assignment block you want to detach/reattach.
    Hope this helps.
    Best Regards,
    Yevgen

  • Which are the standard assignment blocks that should appear in SAP Product?

    Hello Guru's
    Currently I am creating some new products to check the fields available in every assingment block within the product, when I create my new transaction and add a new position (product) I went in the link to see the product information which are the following 4 standard assignment:
    - AB Product Details
    - AB Categories
    - AB Notes
    - AB Attachments
    I unmarked the pricing on the item category, because this is only a test and we don't have any pricing definition yet. So I was wondering if this is all the assignment blocks that I should be expecting inside the position or if I'm missing any step on the road.
    Also we just use the standard SET TYPES for the base hierarchy so I thougt that maybe all the assignment blocks that I shoud create them through COMM_ATTRSET route.
    Can anyone help me out confirming me if these are the only assignment blocks that SAP CRM Products contain or which else I should be expecting?
    Thanks in advance
    Sue M

    Hello Sue,
    First you should know which are the settypes and Reltypes that you want to add to your product category.
    Example for settypes would be COMM_PR_UNIT and COMM_PR_MAT in order to get Unit Of Measure related fields in UI.
    CRMM_PR_TAX for maintaining to product tax details.
    You can refer table COMC_SETTYPE to get a list of all available settypes.
    Example for Reltype is PRDBP, if you want to maintain BPs associated with products or ACCESS if you want to maintain
    accessories for product etc.
    You can maintain the settypes and Reltypes to product cateogry using txn:COMM_HIERARCHY under the tab
    'Set Types' and 'RelnTypes'.
    Once you maintain this, corresponding views you need to be added to product/service OVP like PRD01OV,PRD02OV etc.
    (PRD01OV/MaterialOV) in the configuation. If you open the configuration for view PRD01OV/MaterialOV,
    you can see the corresponding view in 'Available AB'. This you need to move it to ' Displayed AB', in order for this to available in
    CRM UI. (Eg: PRDIL/Accessories)
    Hope this helps!
    Best Regards,
    Shanthala Kudva.

  • How to increse max limit 100 for an assignment block

    Hi,
    In the accounts overview, we have an assignment block for service contracts. A particular BP has more than 100 contracts. but this assignment block displays only 100 contracts. Need to increase this limit.
    Kindly suggest a solution. Let me know if you need more details.
    System is CRM 5.2
    Regards,
    Vinay Sah

    Hi,
    @Gangadhar - Great coincidence. i just did what you told and was about to share the result with you guys when i saw your post. Actually the method which you have mentioned is called when you search for a contract from the search screen. anyways i appreciate your efforts for me. thanks a lot.
    @Carl - Thanks for the hint you gave me which helped to find the root cause.
    Problem lies in class CL_BUPA_IL_ONE_ORDER_COMP, method Read. At line number 52, a call is made to method get_result_ of class CL_CRM_Q1O_SEARCH. In this call, 100 has been harcoded for importing parameter iv_max_hits. Since this is a generic method for all BT, can't change this.
    I guess SAP could have thought of some better solution than limiting this to 100, like asking the user via a popup or informing the user via a msg that more than 100 docs exist and you can see them by expanding the assignment block. I know this can be complex but after all they are SAP guys, who have built this such a complex system, nothing is impossible for them.
    I don't know how to resolve this. Maybe i'll open an OSS message to SAP and ask them.
    Thank you guys for all your help.
    Regards,
    Vinay Sah

  • How to Default what fields and assignment blocks appear for every user?

    Is there a standard way to default what users see in the webui? We'd like to display certain assignment blocks, fields, etc without having the user go thru the personalization process. There are certain pieces we need to display across the board for every user and would like to set this up in advance of them logging into the WebUI.
    Thanks in advance

    Hi James,
    With the business roles you can define what the user is allowed to see or do and not.
    So you create your special user business role e.g. Z_USER_SALESPRO and then you can create a business role specific configuration of the views (add/ remove fields) or overview pages (add/remove assignment blocks).
    If you want to you can also deny user with this business role the possibility to personalize their pages at all.
    If you want to show information to all user in the same way then just maintain the default configuration in the enhanced component. As the WebUI always looks for the most specific key found within the configurations available.
    Please make sure you work in default configuration of the enhanced component, else you change SAP standard cheat sheet.
    Hope this helps.
    Best regards,
    Thea

  • SAP Address Type on the SAP Web Gui - Assignment Blocks

    Hello SAP Gurus
    I am trying to configure system so that different Business Roles can only see different Address Type on the SAP Web Gui - is this possible ? 
    For instance Business Role  - "X" can only see the Standard Address Type and Business Role "Y" can not see the Standard Address but see other ones on the assignment blocks
    Thank you

    Hi Raj,
    You can achieve this by enhancing the Addresses and Address Types assignment block.
    Based on the Address Type 'Standard Address' entry, filter out the corresponding address
    in the Addresses AB. This determination can be performed in the enhancement views.
    Once the view are created, create a new configuration with Role config key 'Y''.
    Add the enhancement views to the Displayed Assignment block section. And remove
    the standard assignment blocks from this section so that they will not be available in
    the personalization so that this user cannot view the standard address.
    Regards,
    Leon

  • Supressing Drag&Drop for Assignment Blocks in Overview Page

    Hi Experts,
    in the standard setup it is possible to change the order of assignment blocks in a Web UI Overview page by means of drag and drop. Does anybody know how this feature can be suppressed if not desired?
    Thanks,
    Jens

    Hi,
    one solution is to deactivate this in the customizing of the businessrole.
    Add function profile PERSONALIZATION with value ALL_DISABLED to disable all personalization functionality.
    There are some other values possible like:
    WA_ENABLED or PP_ENABLED
    Just test a little bit arround which is the correct one for your requirement. ALL_DISABLED deactivates all personalization.
    Kind regards
    Manfred

  • Error in creating a view for an assignment block

    Hello All,
    I am trying to create an assignment block in web UI using links below.
    http://weblogs.sdn.sap.com/cs/mobile/view/wlg/21034?x-topic=89  -- to create a table and corresponding BOL entity.
    http://wiki.sdn.sap.com/wiki/display/CRM/CRMWebUITechnical-CreatingTableViewInWebUI u2013 to create an assignment block
    When I try to create an assignment block in CPG_MAIN, I am unable to find my zorder_so BOL entity. Any pointers would be of great help.
    Edited by: chandrakantklk on Jul 21, 2011 10:20 AM

    Unfortunately I did not see anything in this note that would help it appeared to be talking about IM and QM. 
    I do agree there is some inconsistencies and I am just not sure where....None of this makes any sense as I said one day it will work and then the next time you try it, it gives the error message....I am so at a lost at this point...

  • Sap netweaver portal bussiness package for supplier collaboration

    Hi I have the following questions on sap netweaver portal bussiness package for supplier collaboration :
    1. What is this above process ? [ Please explain it in brief ]
    2. What is iView ?
    3. What is supplier collaboration Biz pack?
    4. What is sap purch. Direct?
    5. What are collaborative components.

    Dear Poster
    These questions are easily answered by doing some basic searching of the SAP Help portal, the purpose of the forums more so to help those people who have already searched but find no help.
    Anyway - for Supplier Collaboration go [here|http://help.sap.com/saphelp_srm70/helpdata/en/a7/c2f3c1c92443e7914f981edce03c4d/frameset.htm] and for details on Business Packages go [here|http://help.sap.com/saphelp_srm70/helpdata/en/cd/ddfbe19075470dbdf963c4abc3c551/frameset.htm]
    The other data can be easily found in sap help or even google!
    Regards,
    Jason

  • Better approach for adding a new assignment block in a standard component

    Hi
    I need to add a new assignment block in the standard component bt116h_srvo. There are two approaches :
    1. create a new view in the component bt116h_srvo
    2. create a custom component and embed it into bt116h_srvo using component usage.
    Please tell which one is a better approach and why ??
    Thanks,
    Swati.

    Thanks for the quick reply lakshmi. However I am sure there is no possibility of reuse . My  main concern here is tat will patch upgradation in future would have any impact on the views added directly in standard component  or any other risk in adding view directly.
    Rgds,
    Swati

  • License Key Request from SOLMAN VS SMP for SAP ECC 6.0 EPH4 IDES install

    Hi, SDN fellows.
    I have some doubt on the right way/options to request License Key for SAP ECC 6.0 EPH4 IDES.
    Previously, I read that the only way to get license key is to generate it through SAP Solution Manager. If this is the only way, we will have to install Solution Manager just to generate the license  key (we are currently don't have SolMan running in our landscape).
    I also read that I can request license key through http://service.sap.com/licensekey. I checked the link and see that we have the 10 digits installation number for Product: SAP ERP.. Currently there is no system defined for this installation number.
    I went through the first two screens, seems like they have options for SAP ERP 6 --> IDES.
    If I can get a license key from http://service.sap.com/licensekey, do I still need to install Sol. Man. to generate the license key?
    What are the difference the license key generated from Sol. Man. VS the one we request from SMP?
    Thanks,
    KC

    Hi, Vishnu.
    So, now I understand I need two keys: Solution Key and also License key.
    I should obtain Solman key before I start installation , as the SAPinst will ask to enter Solman key before it can proceed to install SAP ECC IDES.
    You said I can obtain Solman key through OSS note. I went in to SMP just now. Navigated to Help& Support --> Report a Product Error --> New Problem Solving Request.
    I selected Customer Number, Product, Instillation # , and enter  * for  System ID. The search result returned no system found. The problem here is we don't really have any system ID defined for SAP ERP IDES since we haven't start installing the system.
    Is that true that I will only see the System ID in OSS Message interface when I submit the System ID for the license key?
    I thought this is a post-installation step to apply for a license key. If I can to do it before the installation, how can I get the 11 character hardware key before installation (assuming I cannot run the SLICENSE TCode and saplikey u2013get command)?
    OR how can I create OSS message to request SolMan key when I don't have a system ID (that already registered for license key) in SMP?
    OR I should just go ahead to install Solution Manager to generate Solman key (during pre-installation), and request for license key in SMP in post-installation?
    Thanks for advise,
    KC

  • Function module required to hide assignment block for Opportunity.

    Hi all,
    I have an requirement where i have to hide the assignment block "subsequent assignment" for the opportunity. I dont have any idea how to do it. Is there any function module or BADI to do so.
    Please reply if you have any hints about that.
    Thanks and Regards.
    Raman Khurana.

    Hi Raman,
    there are several ways:
    1.
    Implement method DO_CONFIG_DETERMINATION and get another configuration for the overviewpage. In this configuration you can display the assignmentblocks as desired.
    2.
    Methods DETACH_STATIC_OVW_VIEWS in combination with REATTACH_STATIC_OVW_VIEWS.
    Here you can iterate over all assignment blocks and strip those not wanted from the UI.
    3.
    In the business partner there is a BAdI for this. THere might be one for BT as well. Maybe someone knows, or debug for the call yourself.
    For detail use the search functionality of this forum. There have been some threads regarding this the last weeks.

  • Change History assignment block for Listings

    Hi,
    I need to create a new assignment block "Change history" for certain fields of Product listings, like Product ID, Validity from and validity to.
    The component is LST_PPRITEM and change history for Products and Product categories.
    Please let me know how I can achieve this.
    Thanks,
    Praveen

    Hi experts,
    Any pointers on how to create a change history for any component, atleast?
    Thanks,
    Praveen

Maybe you are looking for