Creation of additional drop downs in 'Item overview' tab page on portal

Hi,
I would like to know how do we add additional fields/drop downs on  the xRPM portal in the  'Item Overview' tab page.
For eg:
We are having TECHNOLOGY TYPE field at Item overview tab page in xRPM portal - Portfolio Management view. Wherein we can have different dropdown values for selection.
Question 1 -> Can we have similar dropdown created on the same page? If yes, how?
Question 2 -> If we want to create more than one such dropdowns with their own defined dropdown values, can we maintain the dependency between them ?

I went through the document on the mentioned by you.
But my requirement is a bit diiferent.
I want to have 3 different drop downs with a  numeric field attached to them.The sum of these numeric fields should always be 100 (two values are manually selected but the third value should be calculated automatically based on the previously selected values).
Example,
I select 10 as a value for Drop down 1, 40 for drop down2 then for the drop down3 the value should populate automatically as 50 (100 - (10+40)).i.e. the sum being 100.
Can you or any one please help me with this.
Also I am not sure how do we give multiple options for selection (like 10,20,..50 etc upto 100) for a drop down.

Similar Messages

  • Adding new column to item overview tab of warranty claim

    Hi all,
           I need to add an additional column to the item overview tab of the warranty claim.( transaction WTY ).
    If anyone has done this before then please send the details as to where and how this needs to be added.If added what are the necessary tables which needs to be updated.Is there any BADi or user exit to change and update this data .. ?If not how can this be done .. ?Is this a feasible requirement.. ?Please let me know soon.
    Cheers
    Nishanth

    Hi Neelima,
    Please investigate the use of customer fields for meeting this requirement.
    Regards
    Azad

  • Using selected items from drop-down list in rest of page

    Hi,
    I hope I'm able to describe clearly what's the problem.
    So I'm implementing a form for the moment. It contains a drop-down list. The user has to select one item from it and as a result another drop-down list on the same page needs to be filled with a couple of options. I wanna do this without refreshing the page, cos else I have to retrieve all the values from boxes that were allready filled in. Is it possible?
    Greetings,
    Raf

    This cn be done with javascript. But you need to cache the data on first load of your jsp.
    regards

  • Acrobat Forms - Make fillable text box appear after box checked or drop down menu item selected

    I have been asked to build an approvals form for my workplace however the approval processes vary considerably depending on the subject. I have been asked to create a list of topics in the form of check boxes or a drop down menu which will then populate a list of text boxes with differing approval authorities and corresponding spaces for signatures.  i.e. if 'Topic 1' is selected a list of names and signature spaces will appear, however if 'Topic 2' is selected a different list of names and signature spaces will appear instead.
    In order to achieve this I think I only need to find out how to link check boxes or drop down menu items to the appearance of different text boxes.
    I should also add that I am a beginner with this stuff.
    Thank you very much for any help you can provide.

    Remove the red coloured part
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
    left: auto;
    top:0;
    or start again with the original SpryMenuBarHorizontal.css and follow the rules as in http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one.
    Either way will get you back on track.
    Good luck.
    Ben

  • Multiple drop down menu items to populate the a separate text box...more help please

    Thanks to Gilad D67 for showing me how to have multiple drop down menu items appear in a separate text box. This stuff blows my mind. Is there any script I can use to make a new drop down menu item appear in the same text box, but on a new line below a previous entry. For example. I select 'cat' from my drop down menu and it appears in my text box. Now I choose 'dog' from my menu and it appears in my text box like so  'cat dog.' Is there any way I can make 'dog' go straight to a new line automatically without having to manually go into the text box and change it?
    cat
    dog (new selection goes straight to a new line)
    Now, I don't have a clue if this is also possible, but imagine, I don't like my drop down menu selection of 'dog' and I go back into the menu and I change to 'rat' but in the text box, 'dog' still appears and 'rat' is added. Do I have to manually delete 'dog' from the text box or is there script that can do this for me.
    Any assistance would be incredible. It amazes me how people know this stuff.
    This is the script I have so far
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "Use common singular nouns, plural nouns [plural ‘s’] and proper names to say what things are"
        aQuotes[1] = "Use numbers 1–10 to count"
        aQuotes[2] = "Use basic adjectives and colours to say what someone/something is or has"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text30").value += " " + aQuotes[item];

    You have to set the option for the text field to be multiline and then change the last line of the script to:
    getField("Text30").value += "\r" + aQuotes[item];
    To reset the field you can use a separate button with a Clear Form command, and then you just select this one field from the list.

  • Drop down list item to select date

    I am using oracle form 6i, i want to use drop down list item to select date
    I was able to manipulate my codes to get values for the three drop down list items year, month and day
    but at when list change trigger on month to populate day , it populated accordingly but at point if I selected other month, it added the days of the new month selected to
    the days of already selected month. And delete list_element command failed to provide solution..
    Can any one help me out -- <email address removed by moderator so that you won't get spammed for all Eternity>

    1976 as year and march as month
    declare
    last_date date;
    nDays number;
    cursor days(v_last_date in date,vnDays in number) is
    select first_day(v_last_date)+rownum-1 sdate from dual
    connect by rownum<vnDays+1;
    begin
    select last_day(to_date(monthITEM||yearITEM,'MonthYYYY')) from dual;
    // the month is in the monthITEM
    // the year is in the yearITEM
    // last_day will have the last day of that month.
    //now you have to find the no. of days.
    select to_char(last_Date,'dd') into nDays from dual;
    for dates in days
    loop
    add_list_element(listname,dates.sdate,dates.sdate,1);
    end loop;
    end;

  • Linking a page as a browser window from a drop-down menu item

    I have tried to link from a drop-down menu item to link to a small browser window instead of a full page.  I tried using the "behaviors" but I got both the regular page and the browser window.  Is there a way to make it just the browser window.
    Thanks.

    I tried that target=_Blank" but I still got the regular page plus the small browser window .  I got rid of the Behavior for now.  My aim is to would display the page in a simple 450 wide x 450 long browser window with a scroll bar with nothing else.  If you can give me a code hint to do that, It would be appreciated.  I'll figure out the rest.
    My HTML coding skills are limited, as I'm used to using FP.(FP seems to be to the Web circles as the Bard's Scottish Play is to the theatrical world)

  • Adding  a drop down menu item?

    Can I add a drop down menu item from the interactive form opening page dropdown list.

    Doug,
    Ah, that's called the Action Menu and at this point there's no way to do that - at least not a supported method. You could always manipulate the "apexir_ACTIONSMENU" list...
    This would make a good enhancement request.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • My Bookmarks category on the toolbar has a Trojan Horse logo on four of the drop down menu items.

    I have a Mac G5 desktop with OX 10.5.8. My Safari browser was hacked by TH malware, and so I deleted it because it is too old to update to Mavericks.
    I am now using Firefox. I see now that the trojan is embedded in my Bookmarks bar, on the drop down menu items. I'm am having trouble resetting Firefox, nor can I get the Malwarebytes that I downloaded to open and run. I have cleared the history, cookies, cache on my computer. I have also deleted Java, MSN, and the old email Mail and its settings from the hard drive.
    I'm a low-tech techie. Thank you for your ideas,
    svidor

    Are you able to give screenshots or other information so we know more about your problem.
    *[[How to make screenshots]]
    *[[How do I create a screenshot of my problem?]]
    I have no idea what the trojan is / was but there have been quite a few reports of pseudo ransomware. This demands money and makes it appear that Firefox is locked up. If you are lucky and have that sort of problem it is easy to get out of.
    * see for example this thread [/questions/981475]
    If you have book marked sites with malware Firefox provdes you an option to forget about sites that may resolve the issue.
    * see [[Remove websites from the Awesome Bar suggestions#w_clearing-all-items-for-a-single-site]]'''_clearing-all-items-for-a-single-site'''

  • Can you tell me how I can ask for help with the following Indesign question:  I am a new Indesign user and a Creative Cloud member.  I was using the Window/Pages drop down window to view my pages alphabetically or by page number and also to determine whet

    I am a new Indesign user and a Creative Cloud member.  I was using the Window/Pages drop down window to view my pages alphabetically or by page number and also to determine whether or not my JPEG files were sufficiently HI-Res for the printer.  I don't know how I did it but somehow the window has changed so that now it does not have the alphabetical/numerical/Hi-Res information.  It just shows the pages in a two page spread in numerical order.  How can I restore the window so that I will be able to view the information as I did previously.
    Your help will be appreciated,
    Don Unwin
    [Personal Information Removed]

    The pages panel is not the place where you see this information.  You can customize the Links panel to show all sorts of things, including the page number, effective and actual ppi, and whether the link is OK or needs updating.

  • LFPMG Field in Tcode : VT02N in Item overview tab

    Hi All,
    How to get LFPMG field in VT02N tcode item overview tab, in which table it is storing?
    Thanks,
    Madhan.
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 3, 2011 2:43 PM

    I cannot read minds, nor would I know every available or non-available enhancement option across the entire SAP landscape. I assume the same is true for other moderators.
    People should learn to invest a little more effort into explaining their problems and the background, just like you did in your post here.
    A one-liner starting with "how to" is very likely to get locked, even if in 1% of the cases it might not be justified, in 99% it is.
    Thomas

  • Changes in custom tab shud reflect in std Item overview tab in VL32N

    Hi all,
    I have added a custom tab (Overview tab) in transaction VL32N and Vl33N using the BADI "LE_SHP_TAB_CUST_OVER".
    Now for transaction Vl32N,when I change delivery ,if i change the quantity field in teh  custom tab,then the chnages have to be reflected in the std ITEM OVERVIEW tab .Is this possible??
    My understanding was ,I cna do changes i n the std tab and those will be rfelected to the custom tab but not vice-versa.can someone pls confirm?
    Thanks.

    Hi xperts,
    Please advise.Is this requirement doable?

  • Deliver Plant on Item overview tab of VA01, VA02, & VA03

    Hello -
    We have an issue when we create a sales order, the field RV45A-DWERK found in the header section of the Item Overview tab is not populated.  The ship-to partner has a deliverying plant setup on the customer master.
    Once we start entering material on the sales order the item plant field VBAP-WERKS is populated with the delivering plant from either the material master, customer info rec, or the ship-to customer master.
    We would like to have the deliver plant at the header section populate with the deliver plant to start with. 
    We are currently on ECC6 SP4.
    Thanks,
    Matthew Fee

    Dear all,
    I came across this thread because I had the exact same requirement.
    I was able to implement this requirement in two different ways:
    1. Populating VBAP-WERKS in user exit MV45AFZB
    FORM USEREXIT_SOURCE_DETERMINATION
    *>>>MET@ROFF 11.12.2012 - Set VBAP-WERKS based on user parameter
    *  DATA: lv_param_value LIKE  USR05-PARID.
    *  DATA: lv_werks LIKE VBAP-WERKS.
    *  DATA: lv_werks_aux LIKE VBAP-WERKS.
    ** Clear value
    *  CLEAR: lv_param_value, lv_werks, lv_werks_aux.
    ** Get parameter from user data
    *  SELECT SINGLE parva INTO lv_param_value FROM usr05
    *         WHERE bname = sy-uname
    *         AND   parid = 'WRK'.
    *  lv_werks = lv_param_value.
    *  SELECT SINGLE werks INTO lv_werks_aux FROM t001w
    *         WHERE WERKS EQ lv_werks.
    *  if sy-subrc = 0.
    *    VBAP-WERKS = lv_werks.
    *  endif.
    **<<<MET@ROFF 11.12.2012
    2. Populating RV45A-DWERK in user exit MV45AFZZ  (Better solution)
        FORM USEREXIT_MOVE_FIELD_TO_VBAK
    *>>>MET@ROFF 11.12.2012 - Set RV45A-DWERK based on user parameter
       break rf-mteixeira.
       IF svbak-tabix = 0. "Create header
         DATA: lv_param_value LIKE  usr05-parid.
         DATA: lv_werks LIKE vbap-werks.
         DATA: lv_werks_aux LIKE vbap-werks.
    * Clear value
         CLEAR: lv_param_value, lv_werks, lv_werks_aux.
    * Get parameter from user data
         SELECT SINGLE parva INTO lv_param_value FROM usr05
                WHERE bname = sy-uname
                AND   parid = 'WRK'.
         lv_werks = lv_param_value.
         SELECT SINGLE werks INTO lv_werks_aux FROM t001w
                WHERE werks EQ lv_werks.
         IF sy-subrc = 0.
           rv45a-dwerk = lv_werks.
         ENDIF.
       ENDIF.
    *<<<MET@ROFF 11.12.2012
    I hope this may help other consultants in the future.
    Regards,
    Moisés Edgar Teixeira

  • Tools Options changed from drop-down box to new tab full page. Why?

    Hello,
    Have Windows 7, Firefox Nightly 32.0a1 (2014-05-18) the latest update was a couple of hours ago. Since then, when I go to Tools>Options, instead of the Options menu opening in a drop-down window with General, Tabs, Content, Applications, Privacy, Security, Sync and Advanced at the top, it now opens as a new tab (full page) and of the eight functions, the "Tabs" is missing, the others are down the left side of the page.
    Also since this update, I am having problems with two forums, (both hosted by ProBoards) - the icons for links, video. image etc are missing, the "Like" button doesn't work, I cannot preview my posts, the clickable button/box to return to forum is missing. Others on the forum who use Firefox aren't having problems. I'm thinking it is the update causing these problems because they weren't appearing before.
    Thank you.

    That is the new "Options" display, added in today's Nightly when you go to open Options. '''"Tabs"''' preferences are on the "General" panel.

  • I have Maveriks. I downloaded numerous ACID Fonts and purchased Stuffit as instructed by ACID Fonts in order to use them. However, now I am unable to figure out how to get them into my Font Family drop down list or insert into Pages. PLS HELP!

    I have Maveriks. I downloaded numerous ACID Fonts and purchased Stuffit as instructed by ACID Fonts in order to use them. However, now I am unable to figure out how to get them into my Font Family drop down list or insert into Pages. PLS HELP!

    Hi FancyJean!
    Here is an article for you about using Font Book and installing fonts that you have downloaded:
    Mac Basics: Font Book
    http://support.apple.com/kb/ht2509
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

Maybe you are looking for

  • Problem with practice files

    After downloading the "start_premiere_video-story" practice files, They will not open- I get the message "the project appears to be damaged and will not open" I downloaded fully twice and still get this message. Has anyone else had this problem?  Wha

  • Conversation view in mail broken

    Since updating to 10.9.2, conversation view in mail appears to be broken.  Conversations now include random emails with no apparent association. This is in addition to ongoign problems of disapearing gmail emails. Anys solutions?

  • Cannot change theme

    I cannot change the theme in keynote ver 6.2(1861) I have created a new presentation, choose a theme.  Then I try to change theme, pick the new theme and nothing happens, it just says the name of the old existing theme...?

  • I can't read in Mavericks DVDs and Bluray data burn with UDF system files burn with Snow Leopard, please help me. Thanks

    i can't read in Mavericks DVDs and Bluray data burn with UDF system files burn with Snow Leopard, please help me. Thanks

  • Firefox 4 not working with Javascript. Cannot close window. Any ideas?

    I first noticed the problem in my web site, but now in other sites. When I open a window and try to press the button to close it, it doesn't work. Code is: javascript:window.close(); It worked in previous version of Firefox but not since I loaded 4.0