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

Similar Messages

  • How to add an Assignment Block to Activity

    Hi Gurus,
    How to add an Assignment Block to Activity?
    Thanks & Regards
    Rohan

    Hi Kkp
    Goto the component/view: BT126H_APPT/ApptOVViewset to place the attachment assignment block on the screen.
    Click on the Configuration tab.
    Click on change.
    Add them from Available Assignment Blocks to Displayed Assignment Blocks.
    Best Regards,
    Shiven

  • How to import an assignment block into a word document

    hi all,
              how to import an assignment block into a word document ,actually we an option called import to Excel,
            but i don't know make it for Word document.....
    Regards
    Sunil Kumar SA

    Use the Media Browser in Word, which you can access via the Ribbon (Insert -> Picture) or via the Insert menu.
    Regards
    TD

  • How to view all attachemt in outlook for user in my network

    Hello,
    how to view all attachment in outlook for users in my network
    i am used below path:
    "C:\Users\ username \AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook"
    All attachments
    I can not find some attachments exist on the
    email did not find her on the track
    above.
    thanks

    Hello,
    You may also try this VBA solution:
    https://gallery.technet.microsoft.com/office/Save-attachments-from-5b6bf54b
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • HT201269 I have lost my iPhone 3GS. It was backed up to my computer using iTunes. I now have a new iPhone 4 series from a friend. How can I restore the backup information for my previous phone to the new phone?

    I have lost my iphone 3GS. It was backed up to my macbook pro using itunes. I now have a new iphone series 4 (china model). How can I access the backup information for my old phone and put it on my new one?

    Thank you again for all of your help!! I really appreciate it!
    I think I am following -- I was able to upload to my iPhoto and all photos and videos are there that is a plus! I tried to create an Event in my iPhoto and put all of my photos in that event but for some reason, now my iTunes it not recognizing that Event in my iPhoto. It is not allowing me to import just that event at the moment but I may be doing something wrong. At least all of my pics and vids are in iPhoto so that is a plus and I know they are at least saved somewhere. Just for some reason, my iTunes it not locating the event that I created with only those photos.
    Thank you for letting me know about my contacts! How do I know if I have the contacts app?
    Also, I had no clue that my iCloud could be backed up via cellular data! However, is this a new feature with the most updated iOS?? Unforutnatly I am like 2 iOS updates behind because I don't have enough storage on my phone. I still get the notification that my phone needs to be plugged in and connected to wifi in order to back up to the cloud :-(
    How can I sync using USB? Right now when i click on the info tab for my iPhone in my iTunes this is the answer that I get -- I am a little unclear as to what it means.
    Sync Contacts:
    Your contacts are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone
    Sync Calendars:
    Your calendars are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone

  • 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

  • How to make an assignment block with valuenode editable?

    Hello All,
    I have read the blog [How to display a z-table in an assignment block|http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock]. This all went fine. Now I have a question if it is possible to make this table editable and if so, how?
    The problem is, it is valuenode for a custom z-table, without a GUID as key. (just partner number) So making a Simple Object of my z-table doesn't work, because the default class works with GUID as key. But I also can't seem to find if it is possible to make a valuenode editable.
    I also read these blogs, but they didn't do the trick for me either:
    [CRM Web UI Technical - Creating Table View In Web UI|http://wiki.sdn.sap.com/wiki/display/sandbox/CRMWebUITechnical-CreatingTableViewInWebUI]
    [Create a Z BOL Object Part 1|http://wiki.sdn.sap.com/wiki/display/sandbox/CRMWebUITechnical-CreatingTableViewInWebUI]
    I am silently hoping that there is an easy way of making my current assignment block editable by implementing a simple Save method or something similar. I do not prefer to have to recreate my view and stuff.
    Anyone an idea?
    Regards,
    Martijn.

    Hi Martijn,
    Try this code..
    If the main entity(assuming one order entity) is editable, set the view to editable.
    DATA:      lr_entity       TYPE REF TO cl_crm_bol_entity.
      lr_entity ?= me->typed_context->btadminh->collection_wrapper->get_current( ).
      CHECK lr_entity IS BOUND.
      if lr_entity->lock( ) = abap_true.
        *me->view_group_context->set_view_editable( me ).*
      endif.
    Check this therad for setting the view context.
    Edit the order
    Hope this helps..
    Cheers,
    Sumit Mittal

  • How to add "ATTACHMENTS" assignment block in standard component ERP_H

    Dear All,
    I have a requirement where i have to add the "Attachments" assignment block to standard component "ERP_H". I have taken following steps so far and i am able to display the view in the component ERP_H, however no funtionality has been defined.
    I created a component usage of component "GS_CM" in the runtime repository of component ERP_H
    and now i am able to display the assignment block in the overview page of component ERP_H
    Now i have to create a custom controller and here is where the problem lies. When i try to create a custom controller, it asks for a BOL Entity, and in order to have the same BOL entity as in component GS_CM, i have to add Model "CM" to the runtime repository of component ERP_H, however i m not able to add Model CM in the runtime repository of component ERP_H unabling me to create the custom controller.
    Any pointers would help, if there is any other way to create custom controller instead of adding bol component in the runtime repository.
    Regards,
    Pradeep

    hi,
       can you please add the solution , how u have done  it?

  • How to make an assignment block in an overview page read only

    Hi Experts,
    We have the following requirement:
    In Campaign overview page we need to make the Partner and Product assignment block read only.
    Can this be achieved through coding or through configuration?
    Please give detail steps for the appropriate approach.
    Thanks in advance.
    Regards,
    Sayan

    Hi Leon,
    Is there any authorization group which can be customized to take care of this situation?
    For Product Assignment block in DO_PREPARE_OUTPUT method of class CL_CPGOE_AB_OVELPRODUCTS_IMPL (Component : CPGOE_ABLOCKS :: View : OVELProducts) it is checking some authority. Any pointers where those authorities are maintained will be helpful.
    Creating a new configuration is not helping as the views are 'Table View'.
    We are looking for an approach which will avoid coding or involve minimum coding.
    Regards,
    Sayan

  • How to add new assignment block in opportunity

    Hi,Experts.
    I'm a beginer of SAP CRM.
    I need to add/create a new assignment block similar to existing assignment block 'Details'
    and display enhancement items in Opportunity screen with SAP crm 2007.
    I have created new view using Wizard in BSP_WD_CMPWB and  added it in WebUI.
    I can input the item of added assignment block when creating new transaction.
    However updating the existing one, the item does not replaced by input mode
    even if I push the EDIT button.
    Is any coding necessary? My process was wrong?
    Could you please help me out.
    Thanks,

    Hi ,
    For your issue , in the view/viewset impl class where the edit button is placed , redefine the method SET_VIEW_GROUP_CONTEXT and create an instance
      IF iv_first_time EQ abap_true AND view_group_context IS INITIAL.
        IF iv_parent_context IS INITIAL.
          CREATE OBJECT view_group_context
            TYPE
              cl_bsp_wd_view_group_context.
        ELSE.
          view_group_context ?= iv_parent_context.
        ENDIF.
      ENDIF.
    Then in the event handler of the edit button make the view editable
    me->view_group_context->set_all_editable( ).
    Then in the .htm of the view , in the chtmlb tag ,
    displayMode = "<%= controller->view_group_context->is_view_in_display_mode( controller )
    Please try this..This will work.. If so, plz award points

  • How to disable the assignment block's Edit button

    Hi guys,
    I need to disable the edit button in assignment block Parties Involved on an opportunity. Only authorised people would be able to see Edit button as enabled.
    I'm not able to do this in the BTPARTNER/Partner as I don't get process id and order id in Partner view.
    Kindly suggest a way to disable the EDIT button of assignment block (in display mode).
    Regards,
    Shaili

    Make use of Parameter ID to set the values at Document Header page and on individual assignment block get this value to enable or disable the button.
    Regards,
    Harshit

  • How do I update/refresh track information for mp3 files already on my the comput

    I recently started using MediaSource after buying a Zen Touch and noticed that one (possibly more, I haven't screened all the?files I've burned) of the CD directories doesn't show the track information in MediaSource. I don't know why, when I go to the file directly on my computer all the information is there. I thought correcting the problem would be a simple matter of identifying the tracks without information and getting Gracenote to tag them, but I can't find any way to do this, and I've spent a lot of time looking.
    In searching this forum I've found other users with similar problems but no solution. To keep this simple, I will ask the question in the most direct manner I can:?How do I get track information for mp3 files already on my computer?Please note that I'm not asking how to get track information for CD's I'm burning, these are files that have been on my computers for years. Can somebody please help? I'm quite frustrated that what I thought would be an easy to apply feature of MediaSource is proving so difficult.

    Go to Settings>Store>Apple ID. Make sure that your current ID is set in there.
    You can also try logging out of FaceTime - Settings>FaceTime>Apple ID. Tap that ID and sign out. Sign in with the correct ID.

  • How to findout the data source information for the perticular tables

    Hi,
    Can you please tell me the process to findout the data source information for the perticular tables .
    For ex.. T2503 ,T2507 ,T25A1,T25A2 etc ..
    I am doing a reverse engineering to find out the data sources build on the above SAP Tables.
    Thanks.

    Hi,
    Still we haven't get the field level information ,before they send us we should first give them the corresponding data sources for the COPA tables which they have given .
    I have searched in help.sap.com but I didn't find any information on this .
    Please let me know is there any way to know the data source details for SAP Tables.
    Thanks

  • How do I delete credit card information for the app store?

    Right, so here's what happened. Got into this game that I recently downloaded through the app store, came to a road block were I could either wait days to get the in-game money I needed needed to move on or pay $1.99 and get it over with. I had a gift card with $3 still on it and thought "why the **** not?" Problem now is that I can't update any of my apps without this notification coming up and saying that I need to update my card. I've tried going through my account settings on my phone but I don't get that "none" opinion that everyone is talking about. How can I delete that card from my account? Do I need to call someone or just use up that  $1 I have on it?

    Hello ArcticWolfParadise,
    I would try iTunes as well to see if you get the none option available there. I think what may be contributing to it is, even if the app is .99 cents with tax, that will put it over the 1 dollar left in your credit, there by needing a credit card to cover the tax.
    iTunes Store: Changing account information
    http://support.apple.com/kb/ht1918
    Changing your account information using a computer:
    Open iTunes.
    Choose Store > Sign In.
    Enter your Apple ID and password, then click the Sign In button.
    Choose Store > View My Account.
    Enter your account password, and click the View Account button.
    And then
    To update your name, billing address, or payment information, follow these instructions:
    From the Apple Account Information page, click the Edit Payment Information button.
    Edit the information that you would like to change. Note: The payment methods that the iTunes Store accepts can be found in the payment type section. If you do not want a payment method on your account, select None in the payment type section.
    Click the Done button once you've updated all of your information.
    If the issue persists then I would reach out to the iTunes Store support directly using the most recent receipt you have with this article How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase found here http://support.apple.com/kb/ht1933.
    Cheers,
    Sterling

  • How do I get the user information for a page?

    I would like to display information about the person that created a page in CQ.  I know I can get the createdBy information from the page properties, but how can I turn that into a user object where I can get more detialed information about that user?

    If you are within an OSGi bundle you can use the SlingRepository Service. Now it depends how you develop your OSGi services and components. I use the maven scr plugin for this. With this plugin it is possible to get references to services with java annotaions.
    Example:
    @Component(name="SampleService",
            label = "SampleService",
            description = "SampleService",
            immediate = true, enabled = true, metatype = true)
    @Services({ @Service(value = SampleService.class) })
    @Properties({
    @Property(name = "service.description", value = "SampleService"),
    @Property(name = "service.vendor", value = ") })
    public class SampleServiceImpl implements SampleService
    @Reference(policy = ReferencePolicy.STATIC)
    private SlingRepository repository;
        public void openAdminSession() {
            Session session = null;
            if (repository != null) {
                try {
                    session = repository.loginAdministrative(null);
                    //do something here
                } catch (RepositoryException e) {
                    LOG.error("Unable to open admin session:" + e.toString());
                } finally{
                                              if(session != null){
                          session.logout();
    To access a service from a JSP page you can use the reference of the SlingScriptHelper. You have to use the <cq:defineObjects/> tag.
    Example jsp:
    <cq:defineObjects/>
    SlingRepository repository = sling.getService(SlingRepository.class);
    Session session = null;
            if (repository != null) {
                try {
                    session = repository.loginAdministrative(null);
                    //do something here
                } catch (RepositoryException e) {
                    LOG.error("Unable to open admin session:" + e.toString());
                } finally{
                                              if(session != null){
                          session.logout();

Maybe you are looking for