Creating a custom view in WEB UI

Hi Experts,
There is a requirement to create a custom view having few fields of oppurtunity.
Please let me know which is better way of achieving;
1. Copying the standard SAP oppurtunity view of component BP_BPBT.
2. Creating a new custom view with user-defined fields.
This view should be displayed in assignment block of accounts.
Though the SAP standard oppurtunity view is available in BP_HEAD, it is not allowing to display the standard view again in our assignment block.
Could you please let me know the steps to follow for achieving this task. (any of 2 ways)
Regards,
Santosh

Hi Santosh,
You have to place the following code in WD_USAGE_INITIALIZE:
WHEN 'ZBP_BPBT'.
          CALL METHOD iv_usage->bind_context_node
            EXPORTING
              iv_controller_type  = cl_bsp_wd_controller=>co_type_component
              iv_name             = iv_usage->usage_name
              iv_target_node_name = 'PARTNER'    " Node of the MAIN component
              iv_node_2_bind      = 'PARTNER'.   " Node of the embedded component
            CALL METHOD iv_usage->bind_context_node
              EXPORTING
                iv_controller_type  = cl_bsp_wd_controller=>co_type_component
                iv_target_node_name = 'BUTTONSAVE'    " Node of the MAIN component
                iv_node_2_bind      = 'BUTTONSAVE'.   " Node of the embedded component
And if you want to access the component controller from a view, you can access it by 'me->COMP_CONTROLLER'.
If you are in component controller class, it is just 'me'
Regards
Leon

Similar Messages

  • How to create a customized view in SCOM monitoring to view alerts

    Hi All,
    I am trying to create a customized view in SCOM 2012 R2 monitoring for command center team to have the alerts from Server OS, AD, Exchange and few other MPs. I understand that I can use the option "Create by Specific source" and by selecting the
    required sources but I don't want all the alerts from these sources to be listed there but only few alerts which the respective teams want it to be.
    Thanks in advance.
    Regards,
    Srini

    Hi All,
    I am trying to create a customized view in SCOM 2012 R2 monitoring for command center team to have the alerts from Server OS, AD, Exchange and few other MPs. I understand that I can use the option "Create by Specific source" and by selecting the
    required sources but I don't want all the alerts from these sources to be listed there but only few alerts which the respective teams want it to be.
    Thanks in advance.
    Regards,
    Srini
    Hi Srini,
    Based on the above requirement, You want to create a Dashboard view with Specific alerts but not all right ?
    Based on my understanding on your above requirement i created one in my SCOM. Please let me know if this is what you really wanted ?
    For the below you really need to know what are those alerts, ONLY those alerts you want to be displayed in the dashboard.
    Then Go to the Monitoring tab in SCOM and then Right click Active alerts and select New -> Select New Alert view
    When you select new alert view you will need to specify the Resolution state and the Specific alerts you want.
    In the below example i have selected "MSExchange Active sync Alert" as a example. So my goal is here such that only the alerts i have specified from my selection ( "MSExchange Active sync Alert") if it appears in New state will appear
    in this view not all other alerts.
    So for that i just used the below options:
    Resolution state & Alert name
    Resolution state = New
    Alert name = %MSExchange XXXXXXXX%
    Also as of i see there was no option for entering multiple alert names. But i think there is and i am still trying as it accepts some SQL Wild cards. So if any one has an idea what is the wild card what is to be used to mention multiple names in that Name
    view please let me know.
    Gautam.75801

  • Create a Custom View in Project Server 2010 that is Visible in MS Project

    Hello All,
    We want our PMs to consistently report Physical % Complete, but couldn't find an existing "Status" or "EVM" view.  So, in Project Server 2010, using Server Settings > Look and Feel > Manage Views, I created a customized project
    view using existing fields (no customized fields, if that matters).  The problem is that I cannot find the view when I open MS Project.  Under Manage Views, in the Format View section, I have selected "Gantt Chart (Views)" for the Gantt
    Chart format field.  The view defaulted to "Timesheet" for the Grouping format field.  Under the Security Categories section, I have selected My Projects and My Tasks.  I have not applied a Filter.  Any ideas why I cannot find
    this new custom view in MS Project?  
    Was I supposed to create the new customized view directly in MS Project?  If so, where would I find the steps to do that?  Thank you!
    Julie

    Julie --
    Nice try, my friend.  Your only mistake was trying to create the Microsoft Project view in PWA.  You have to open the Enterprise Global for editing in Microsoft Project, and then create the custom view and table in the Enterprise Global. To
    open the Enterprise Global for editing, click File > Info > Manage Enterprise Global.  When you finish creating the custom view and table, then save, close, and check in the Enterprise Global file, and then exit Microsoft Project completely.
    The next time you or any of your PMs launch Microsoft Project and connect to Project Server, the custom view and table will be visible for every current and future project.  Hope this helps.
    Dale A. Howard [MVP]

  • How to create a custom property for web dynpro iView - please respond

    Hi,
    I have to create a custom iView property for a web dynpro Java Application.  I am searching forums and sap help and not able to find any documentation on this. Please post your thoughts here...
    Thanks
    Srini
    Edited by: Srinibapati on Sep 5, 2009 3:56 PM

    No One replied and closing this thread...........I still don't have answer for this.
    Thanks.
    Srini

  • Creating a custom view - define NavBar ID

    Hi Guys,
    Well im new to all this but like ive got some preliminary knowledge. The problem is i started off with the cookbook but somehow got blocked. I wanted to create my own views.
    As far as ViewSet and ViewAreas and Views are concerned i got through. But here is the problem How am i suppose to link them.
    I mean where? and what sort of changes are required.
    Coz what ive been through till now was not much of a help. The problem is that when i followed the examples i was supposed to get automatically generated in and outbound plugs. So i dint get any.
    In navigation bar which way should i follow. I mean in the Navigation Bar entry i tried to hang up one. But it was obviously wrong one so i had runtime errors. Where and how should i define my NavBar ID so it can be called.
    My question is getting uglier. So id stop. I hope ud understand.
    Regards,
    Ragwan

    Thanks alot Anand,
    But where am i supposed to define this TargetID in SPRO. Coz right now im through with the link but its not shown in the browser. As soon as click on this defined link of mine i come up with a browser window with std. SAP Header and footer but the rest is gone. I think the way you have pointed out its because of this missing hook.
    Thats why i wanted to know the exact location where in SPRO am i supposed to hook it up. I know it sounds a bit preliterate, but i'd appreciate your help.
    Regards,

  • Creating a custom view to be used in Discoverer

    Hi Everyone,
    I would like to create a view, that can be used in Discoverer.
    I am new to Oracle and was wondering if
    1) the hardcoded values in the WHERE clause can be made into variables
    2) if (1) is true, can the Discoverer parms drive/be the values of the variables for the sql?
    SQL statement is below,
    tx for any assistance, Sandra
    SELECT
    S1.ID
    , S1.NAME
    , SA1.ACADEMIC_PERIOD
    , SA1.STUDENT_ATTRIBUTE
    , IJ.STUDENT_ATTRIBUTE
    FROM STUDENT_ATTRIBUTE SA1
    INNER JOIN STUDENT S1
         ON SA1.PERSON_UID = S1.PERSON_UID     
    INNER JOIN
                             SELECT
                             SA2.ACADEMIC_PERIOD
                             , SA2.PERSON_UID
                             , SA2.STUDENT_ATTRIBUTE
                             FROM STUDENT_ATTRIBUTE SA2                              
                             WHERE SA2.ACADEMIC_PERIOD = '200920' AND
                             SA2.STUDENT_ATTRIBUTE = 'M4'
                             ) IJ
    ON SA1.PERSON_UID = IJ.PERSON_UID                         
    WHERE SA1.ACADEMIC_PERIOD = '200920' AND
         S1.ACADEMIC_PERIOD = '200920' AND
         SA1.STUDENT_ATTRIBUTE = 'SD'
    ORDER BY S1.NAME

    Hi Sandra
    I'm glad you got it.
    With regards to custom folders, I have to humbly disagree with the opinion expressed by my learned friend John. I have found that the most dramatic improvements I can make to a reporting system lie within the database. Within a tool there is usually nothing I can do to improve the performance that you get out of your database, but there is an awful lot you can do, and typically have done, to mess it up.
    Above everything else, I am a reporting mentor and I get called in to work on systems where reporting is not working very well. I can tell you that rarely do I find that making changes to an EUL solves the problem.
    Most of the time the fault lies in the database with it not being designed for reporting purposes. What I do is evaluate, formulate and activate. I analyze the problem, I work out the solution then I implement the solution. I have worked on systems where Discoverer reports, which granted are not the fastest in the world to begin with, have taken 30 minute or longer to run. When I am done I have these working in 1 minute or less. In a nutshell, or three words actually, you need to SIP your database, that is to summarize, index and partition the data within it in such a way that it has no choice but to behave.This is something you cannot do with a custom folder.
    If anyone reading this is having trouble with a reporting system playing up you need to act now, change it or call someone who can, and make it perform the way you want. Your users will love you for it.
    Best wishes
    Michael
    URL: http//ascbi.com
    Blog: http://learndiscoverer.blogspot.com

  • To Deploy report created by Discoverer Viewer in Web

    Hi,
    I have created a report in Discoverer Viewer. I wanted that report to be placed in the web so that across Internet another person can access the report.
    Plz do provide me the steps to deploy the created report in web.
    Advance Thx & Rgds

    Hi,
    Check the Discoverer OBEs at:
    http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/index.html
    The lesson titled 'Creating a Business Intelligence Dashboard Using Discoverer Portlets' should answer your question.

  • What webbased tools can I use to create a custom PDF Reader Web App?

    I want to build a webtool that allows user to view PDFs but I also want to add my own toolbar to allow users to do some custom things to the document like select text and return that text to the webapp (built with AJAX). Or maybe insert a bookmark or open multiple PDF documents in multiple windows to compare them.
    What tools do I need to build something like this???
    Thanks!

    I've seen it done with Flex, which means in theory it should work with AIR as well.
    However, the Acrobat SDK would be way out of range for this. You are not allowed to install Acrobat on a web server (section 2.3 of the EULA), so it would have to be entirely separate from the Acrobat SDK, since the SDK is nothing and does nothing without Acrobat installed.
    EDIT: Actually, I believe it was using FlashPaper, not a direct PDF-in-Flash render.

  • Create a custom viewer app for the iPad and iPhone

    This question was posted in response to the following article: http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60c5dd08612e5ea7d27f-7ff f.html

    Okay, so just to clarify, once I build the viewer app (using the DPS App Builder) that I want to use with Apple products I submit it to Apple - without any folios? Then once I gain approval from Apple I will be given the proper information to publish folios to the app? May seem like a dumb question but the reason I ask this is because currently I cannot see any of the folios that I have created in the testing/developer app. - even though they have been uploaded to the folio producer and are listed as public and free. This is the part that is still "fuzzy" to me. When do I submit the viewer app for Apple consideration/approval?

  • How to create a custom view in NWA

    Hi ,
    can I get log for my specific business system in NWA .
    Is there any weblog on NWA for XI ??
    Thanks
    KLK

    Hello, KLK!
    Do you have done that?

  • Creating Customized Views in bpm/workspace

    Hi All,
    I'm going to create a customized view in http://<host>:<port>/bpm/workspace ..
    I was able to create one view for the first user and that Human task user are defined in the 'Organization' Lane Users.
    Then next user comes based on the output of the first user.
    Human task is created and and opened the <secondUser>.task file in bpm jdeveloper project and went to the 'Assignment' section and Edit the user as below,
    Type - Single
    Build a list of participants using - Names and Expressions
    Add the user variable using Expression ..
    Once I assigned to a task for a user(2nd Level) , I can see instance in his Inbox.
    But not in his view. (Customized view.. )
    Once I remove above configurations and assign the Lane Users it populates.
    What will be the Problem ???
    Where to assign the user and how can I populate tha customized view with this scenario??
    Thanks,
    nir
    Any suggestions PLEASE ....
    Edited by: Nir on May 14, 2013 9:38 PM

    Hi 814056
    Thanks for your reply..
    Yes. The problem is all these users are belongs to same group but they should not see each others tasks.
    i.e. Managing Directors of different subsidiaries in one organization.
    They should not see each others tasks, but they are having same interface. Having separate groups for each SBU is impossible since we are having more than 50 subsidiaries.
    Thanks,
    Nir

  • Creating a Custom Event Log View Shortcut on a server desktop for an admin

    Good morning,
    We have a new admin starting and I would like to create custom event log view shortcut on there desktop for each server they need to check. Is there a way to do this in Server 2012 and Server 2008?
     I have figured out how to create a shortcut of the Application and System log, but not Custom Views. Thanks.

    Hi,
    Based on my research, you can create a custom view like
    this.However, I tried miltiple ways to create a shortcut of the custom view of the event viewer and no result. I can only create a shortcut of the event viewer. You may need a script can achieve that.
    Best regards,
    Susie

  • Build failed when trying to create a custom Android viewer

    I am experiencing the same issue, I get the : 'build failed. try again later' without any further information, when trying to create a custom viewer for android. Is this caused by server overloads or are there some things to check?
    Any help is appreciated! Thank you

    hey Bob,
    I did not before as I was assigned a mac that had everything running (untill now ), but to be sure I followed the steps just now using the keytool in terminal but looks like this is not making any differance.
    also, I can see the previous apps listed showing the download apk option, I have not been prompted for a certificate yet, where in iOS apps you are asked for it on save before the build starts and when you download the zip again if I'm not mistaking.
    Right now I always get the build faild error, try again later when I save the last step in the viewer creation process.

  • A custom view in the Edit drop-down

    Hi,
    How could I create a custom view and add it to the Edit List Item drop-down in SharePoint 2013? This screenshot shows what I mean in SharePoint 2010:
    I'd like to have a menu item Custom View below Edit Properties in the drop-down list. When the user clicks the item I'd like to redirect to my layout page.
    Thanks,
    Leszek
    Wiki: wbswiki.com

    Hi ata6502:
    Adding a user custom action for list items
    using System;
    using Microsoft.SharePoint.Client;
    namespace Microsoft.SDK.SharePointServices.Samples
    class CreateUserCustomActionList
    static void Main()
    string urlWebsite = "http://MyServer/sites/MySiteCollection";
    ClientContext clientContext = new ClientContext(urlWebsite);
    Web oWebsite = clientContext.Web;
    List oList = oWebsite.Lists.GetByTitle("My List");
    UserCustomActionCollection collUserCustomAction = oList.UserCustomActions;
    UserCustomAction oUserCustomAction = collUserCustomAction.Add();
    oUserCustomAction.Location = "EditControlBlock";
    oUserCustomAction.Sequence = 100;
    oUserCustomAction.Title = "My First User Custom Action";
    oUserCustomAction.Url = urlWebsite + @"/_layouts/MyPage.aspx";
    oUserCustomAction.Update();
    clientContext.Load(oList,
    list => list.UserCustomActions);
    clientContext.ExecuteQuery();
    Modifying a user custom action
    using System;
    using Microsoft.SharePoint.Client;
    namespace Microsoft.SDK.SharePointServices.Samples
    class ModifyUserCustomAction
    static void Main()
    string urlWebsite = "http://MyServer/sites/SiteCollection";
    ClientContext clientContext = new ClientContext(urlWebsite);
    Web oWebsite = clientContext.Web;
    List oList = oWebsite.Lists.GetByTitle("My List");
    UserCustomActionCollection collUserCustomAction = oList.UserCustomActions;
    clientContext.Load(collUserCustomAction,
    userCustomActions => userCustomActions.Include(
    userCustomAction => userCustomAction.Title));
    clientContext.ExecuteQuery();
    foreach (UserCustomAction oUserCustomAction in collUserCustomAction)
    if (oUserCustomAction.Title == "My First User Custom Action")
    oUserCustomAction.ImageUrl = "http://MyServer/_layouts/images/MyIcon.png";
    oUserCustomAction.Update();
    clientContext.ExecuteQuery();

  • Unable to populate the Custom Views on UI for the component BP_FACTSHEET

    Hi All,
    I am working on a requirement on Interaction Center 7.0 .In this i have enhanced the component BP_FACTSHEET and created new Custom views in it. But i am unable to bring those custom views on the UI. As, we know that in this component there is no concept of overview set also.
    So, if anyone has faced the same problem please share your inputs.
    Thanks in advance,
    Thanks and Regards,
    Sharad

    Hi Sarad,
                       First you have to enhance the component BP_FACTSHHET .After that configure ur coustom view in fachsheet id BP_ACCOUNT_FS in SPRO.After that go to component BSP_DLC_FS,where you have to configure the ur view in specfic tiles which is display in web ui for specific to business roll.here you can find the ur fachsheet id and custom view.this component is automatically call when you launch fachsheet in web ui for specific business partner under account tab.
    Thanks
    Vishwas Sahu

Maybe you are looking for