Issue in WAD Dropdown box functionality. Help req.

Hello,
Issue in WAD and Bex.
I have two dropdown boxes in the web templates, for ex cost center and controlling area.
DDBox1: Controlling Area.
DDBox2: Cost center.
Step1: I am selecting Controlling area 4002
Step2: I am selecting cost center 691
Step3: Now I want to change the cost center to 4001.
When I change the cost center to 4001 in Dropdown box1
the filter(Selected value 691) set in the Dropdown 2(for cost center) is not removed or reset,
so that it shows no applicable data found even though there is data for the controlling Area 4001(DDBox2)
Some one please guide me to solve this
Thanks in advance!
Kind regards
RaM

Hello,
Some one please help me on this topic.
If any further informations required i can give .
Thanks
RaM

Similar Messages

  • Dropdown box with WAD 3.x

    Hello,
    I work with the WAD 3.x. And have the following problem:
    On the WAD There is a dropdown box with the value of 0CALMONTH.
    When I select a value I want two actions:
    - To change a quer y on the same WAD.
    - Build an  url so i can open a second WAD with the selection of the dropdown box. 
    Both things can work, but not together.
    The first point works  as a default WAD dropdown box with the value of 0CALMONTH. The selection of the dropdown box  is affected to the dataproviders(option of the dropdown box) to change the query.
    For the second i use a HTML Form to capture the selected value:
    <form name="frmState">   Kalenderjaar/maand
    <select name="calmonth" class="SAPBexDdl" on change="window.location.href=SAP_BW_URL_Get() + '&datum=' + options[selectedIndex].value";>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="DROPDOWNBOX_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_21"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="IOBJNM" value="0CALMONTH"/>
             <param name="BOOKED_VALUES" value=""/>
             <param name="SHOW_LABEL" value=""/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="NO_REMOVE_FILTER" value="X"/>
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_2"/>
             ITEM:            DROPDOWNBOX_1
    </object>
    </select>
    </form>
    But here 
    <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_2"/> 
    Doesnu2019t work to change the value of the query on the same WAD>
    Someone an Idea how to combinate this to selections?
    Kind regards,
    Harrie Lohuis

    So nobody has a hint. Nobody experienced this kind of trouble?

  • Filter query with sub query using Dropdown box

    Dear Community,
    I have 2 queries
    1. Main Query with 2 fields:  Project | Project value
    2. Sub Query with 2 fields:  Project group | Project
    Project group can be belonging to number of projects and project can be belong to number of project group (Many to Many).
    My customer wants the main query will open without any filtering.
    When I choose project group from WAD dropdown box, the main query will filtering all the projects that belong to the project group.
    I create WAD; define dropdown box as sub query, and Analysis as main query.
    In the dropdown box I choose "data binding" char and create command "set selection state by binding" (project to project) but it doesnu2019t work. 
    I also try to do this by Replacement Path in the main query, but the variable requires the attribute will be ready for input.
    Thanks a lot
    Yaniv

    I am not sure about your comments on replacement path variable. Without having tried it, here is what I would have attempted:
    The main query needs to use a replacement path variable for Project that is replaced by the results of the sub-query. Sub-query would have a regular input variable for project group. (as a quick test, if you had one analysis item for main query with variable input enabled, it should prompt you to enter Project group).
    Now the drop-down needs to be associated with a javascript function. The javascript function needs to implement command "Set variable state" for the main query data provider to selected value of the drop-down.
    The drop-down should be associated with the sub-query data provider, just used to populate the list of values in drop-down.

  • Run population of dropdown box

    Hi,
    i have 3 dropdown box one for day's 2 for month and 3 for year. i want a javascript to change the no of day's in 1 dropdown depending on the month selcted in the second dropdown box
    please help
    thanks in advance

    You may do this by the following approaches:-
    1) Add an onChange event for month which calls a javascript function
    wherein you re-populate the elements in the day list. The performance would be fast..but you cant ensure that date is correct since user is free to change the client machine system date.
    2) Submit the Jsp during the onChange event for month and recalculate the elements for day list based on server date.
    Take care of leap years for february month.
    I expect that you mange the code on ur own.
    -Rohit

  • Dropdown Box in WAD (Please help me as i posted many times,but no infos)

    Hello ,
    I have defined two drop down box one for Plant and other for Material.
    Plant has 14 entries and Material drop down has 100 entried for every plant.
    Now Dropdown Box is assigned with characteristcs info object 0PLANT
        2nd    Dropdown Box is assigned with characteristcs info object 0MATERIAL
    Plant is used as an Compounding attribute of 0material.
    When i select plant 4040 corresponding material numbers will be displayed in dropdown box of material.
    After that i am selecting a material from that dropdown box.
    Now if i change the plant it is not displaying me any values even though there is data for that plant.
    The dropdown box keeps the previous selection and it is not getting refreshed .
    How to solve this issue.
    Please help me!
    Kind regagrds
    Ram
    Points will be assigned

    Hello Rakesh,
    Thanks for the informations,
    But already these options were selected.
    My issues in if i select 1st drop down box and  then select second drop down box the values are displayed.
    Now if i make change in the 1st drop down box the previous selection of the first drop down box was not cleared and because of that it does not show the values in the chart or table.
    i need to solve this issue,
    Please help me with informations
    Lots of thanks in advance
    Kind regards
    Ram

  • Need help in creating a dropdown box inside a table control

    Hi,
    I need to display a calender upon click event of a dropdown box placed inside my table control.
    Can any body help me out.
    Regards,
    Srinivas

    Try this ex
    TYPE-POOLS VRM.
    VALUES-KEY = 'D'.
      VALUES-TEXT = 'Double Crate'.
      APPEND VALUES.
      VALUES-KEY = 'S'.
      VALUES-TEXT = 'Single Crate'.
      APPEND VALUES.
      VALUES-KEY = 'C'.
      VALUES-TEXT = 'Carton Box'.
      APPEND VALUES.
      VALUES-KEY = 'P'.
      VALUES-TEXT = 'Pallet'.
      APPEND VALUES.
      VALUES-KEY = 'W'.
      VALUES-TEXT = 'Wood.Case'.
      APPEND VALUES.
      VALUES-KEY = 'L'.
      VALUES-TEXT = 'Loose'.
      APPEND VALUES.
      CLEAR VALUES.
      CALL FUNCTION 'VRM_SET_VALUES'
         EXPORTING
           ID                    = 'CRTYPE'
           VALUES                = VALUES[]
        EXCEPTIONS
          ID_ILLEGAL_NAME       = 1
          OTHERS                = 2
    hope it helps..
    Edited by: prabhu p on May 22, 2008 10:55 AM

  • What is the use of  dropdown box in wad in bi-7

    what is the use of  dropdown box in wad in bi-7

    Hi,
         Dropdown box in WAD is for changing the output of full or particular part of template at runtime.
    For Eg. suppose u have states in dropdown box and u want the output of according to particular state then u select that state from dropdown box. so the output comes accordingly.
    For doing these u have to assign a data provider to dropdown box which query give the output of states. and in the property of dropdown box u hav to assign the item which will affect by this dorpdown box.
    I think it will help u.
    Assign Point if it helps.
    Regards,
    Ravi

  • How to create dropdown box, radio button,check box in wad

    Hi,
    How to create dropdown box, radio button,check box in wad.
    Thanks,
    cheta.

    Cheta,
    This are all standard Web Items in the WAD. Drag them onto your template and then make the changes you need to them in their Properties.
    Regards
    Gill

  • Webform Page dropdown box search functionality

    All,
         We are on Planning 11.1.2.2.303.
    Since we have a page dimension with over 1000 members (and the member names are a name followed by 19 numbers in length), the business owner really likes the "Like" search of the page dropdown in the webform. (He can type a string of any characters and it will narrow the the members displayed to those members with that string anywhere in the membername)
    He really wants to use the forms that I have created for him in Smartview, problem is that the dropdown search functionality doesn't work the same. In Smartview it will follow you when you type the membername from the beginning, but it only highlights what you are typing if it matches a membername (and only the first one that matches), and it doesn't narrow the list of members in the dropdown box.
    Does anyone know of a setting (in planning or windows) that will enable a "Like" search in the dropdown boxes in smartview?
    TIA,
    Robert

    I think that would be an enhancement, maybe check the Smart View forum.
    https://forums.oracle.com/forums/forum.jspa?forumID=766
    Regards
    Celvin
    http://www.orahyplabs.com

  • Dropdown box not showing up for field w/attached search help

    Hi.  I've created a search help for a data element and I know that the search help is working on the selection screen. 
    The search help values come up if I hit F4 but when I click into the field on the selection screen no drop-down box appears to the right of it (so the users don't know that a search help is even available).
    Has anyone seen this before?

    Hi Rich,
    I tried closing all sessions and re-logging in.  That did not work.
    I also tried regenerating the program.  That did not work.  Very odd.
    F4 works on the field, just no dropdown box! 
    We're running 640.

  • Help with Dropdown box autopopulating text

    I have created a dropdown box and set-it up with scripting to populate text fields based upon selection. The problem that I am having is when you make your selection it does not automatically update the text box. I have to click on another form field once I make a selection, then click on the text in the dropdown box. This will then result in the text fields auto populating. Could you please help, so that these extra steps will not need to be taken. Below is the coding that I used.
    var f = event.target;
    if (f.value == "Blank")
    {this.getField("TestMe").value = "";
    this.getField("InsuranceCodes").value = "";}
    if (f.value == "Aetna")
    {this.getField("TestMe").value = "";
    this.getField("InsuranceCodes").value = "90791 - Diagnostic Evaluation";
    this.getField("InsuranceCodes2").value ="90832/ 90834/ 90837 - Psychotherapy";
    this.getField("InsuranceCodes3").value ="90846 - Family Psychotherapy w/o Patient";
    this.getField("InsuranceCodes4").value ="90847 - Family Psychotherapy w/ Patient";
    this.getField("InsuranceCodes5").value ="96101 - Psychological Testing";
    this.getField("InsuranceCodes6").value ="96103 - Computer Testing";
    this.getField("InsuranceCodes7").value ="";
    this.getField("InsuranceCodes8").value ="";
    this.getField("InsuranceCodes9").value ="";}
    if (f.value == "Anthem BC")
    {this.getField("TestMe").value = "";
    this.getField("InsuranceCodes").value = "90791 - Diagnostic Evaluation";
    this.getField("InsuranceCodes2").value ="90832/ 90834/ 90837 - Psychotherapy";
    this.getField("InsuranceCodes3").value ="90846 - Family Psychotherapy w/o Patient";
    this.getField("InsuranceCodes4").value ="90847 - Family Psychotherapy w/ Patient";
    this.getField("InsuranceCodes5").value ="96101 - Psychological Testing";
    this.getField("InsuranceCodes6").value ="96103 - Computer Testing";
    this.getField("InsuranceCodes7").value ="";
    this.getField("InsuranceCodes8").value ="";
    this.getField("InsuranceCodes9").value ="";}

    I did move the coding to validation script and deleted it from the actions. I clicked also to commit the selected value immediately. However, when I change "event.target" to "event.value" it no longer works. If I do all the steps but leave "event.target" it does autopopluate, but the information is incorrect.

  • Executing customer exit variable in dropdown box. in WAD

    hi Experts,
    i have implemented two customer exit variables for current month and next síx months in a query and it is working well, and the code for customer exit variable is correct.
    we have a requirement to use the customer exit variables in dropdown box in web application designer. in the dropdown box in web application designer i used command SET_SELECTION_STATE_SIMPLE in that 'command specific Parameters' i had given the exit variables current month and next six months.but after executing the web application designer and if i drill down the report with current month and next six months it's giving error message .
    can anyone please tell me how to implement customer exit variables in web application designer through drop down box. i am using this in bi7 reports.
    Regards
    Sruthi Reddy

    Hi,
    Customer Exit Variable in SAP BI : is used to calculata MTD,YTD, and some other calculations.
    You can define variables with Customer Exits and then write code in CMOD. See the Article/Blogs in the same
    https://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    CHeck the Following Articles.
    Customer Exit Variables in BW/BI Reports
    Using Customer Exit Variables in BW or BI Reports Part - 1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/s-u/using%20customer%20exit%20variables%20in%20bw%20or%20bi%20reports%20part%20-%201.pdf
    How to use Customer Exit Variables in BW Reports: Part - 2
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/g-i/how%20to%20use%20customer%20exit%20variables%20in%20bw%20reports%3a%20part%202.pdf
    Using Customer Exit Variables in BW/BI Reports Part - 3
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10fc4382-afa6-2c10-1380-fa224fe4324f&overridelayout=true
    Using Customer Exit Variables in BW/BI Reports: Part - 4
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0fefc77-40e3-2c10-8da3-d4bfcb013387?quicklink=index&overridelayout=true 
    Calculating the Ageing of the Materials
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/a-c/calculating%20the%20ageing%20of%20the%20materials.pdf
    Thanks
    Reddy

  • How to set initial value for a dropdown box?

    Hi,
    Within Netweaver 2004S (BI 7.0) we use integrated planning. In one of our applications we want to use a dropdown box (created with the WAD) to make a selection possible for a characteristic.
    We set up a pre-query to fill the dropdown box (via data binding CHARACTERISTIC_SELECTION) with the proper values. This works fine.
    We pass on the choosen entry (via command SET_VARIABLES_STATE) to a second variable that is used in another query. This command is triggered after the user makes a selection in the dropdown box. Also this works fine. After selection of one entry, the output of the second query is limited.
    We have the following problem: the first time a blank selection entry is added to the dropdownbox and that no values are passed on to the second query. Because it seems that the user first must choose an entry.
    What we would like to do is that one of the found values of the pre-query is automatically selected in the dropdown box and passed on to the second variable (to limit the second query).
    I give you an example:
    The first query delivers value A, B, and C for the characteristic of the dropdown box.
    The first time the dropdown box showns an empty entry, and three additional entries A, B and C. The second query shows all results, because the second variable doesn't receive any value via the command SET_VARIABLES_STATE. The command is not yet triggered.
    When you select A, B or C, the command is triggered and the second query shows only results for the choosen entry (this is correct). Now the empty entry has disappeared from the dropdown box. Only the entries A, B and C are left.
    Is it possible to set up the dropdown box on such a way (or add some script coding around it) that in the initial show for the dropdown box one of the entries is choosen automatically, so that the empty line is not part of the value set of the dropdown box and that the command connected to the dropdown box (in our case the SET_VARIABLES_STATE) is carried out automatically?
    Please, who can help us with this?
    Kind regards and thanks in advance,
    Marcel.

    Hi,
    In BW 3.5,say you want to set default for calmonth.
    In order to avoid the “ALL” option from appearing in the dropdown box,
    filter infobject 0CALMONTH for DP1 by any valid value.
    In the object Data_provider include the lines in Bold:
    <object>
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="SET_DATA_PROVIDER"/>
    <param name="NAME" value="DP1"/>
    <param name="QUERY" value="WORKSHOP_CALMONTH_DROPDOWN"/>
    <param name="INFOCUBE" value="0D_SD_C03"/>
    <<b>param name="FILTER_IOBJNM" value="0CALMONTH"/>
    <param name="FILTER_VALUE" value="200401"/></b>
    DATA_PROVIDER: DP1
    </object>
    Hope this helps.
    Anu.

  • Initial value for a dropdown box

    Hello all,
    I have created a web template in the WAD (BI 70) with a dropdown box on a characteristic. A chart is displayed based on the query result. My query is built on an infoset.
    My problem is to populate the filter with an initial value and still let users change the characteristic value in the dropdown (all values for the characteristic is not acceptable in the context) . Also, I don't want the variable screen to show up.
    What is the best approach to achieve this?
    Thanks,
    JL

    In Query Designer you put in your default value in the area to the right in the first pane..
    If you put it on the left hand side, the filter will not be changeable.
    Hope this helps.
    Can give more presise answer if you need it.

  • Dropdown boxes do not work on Firefox 5.0.

    When using the address bar or any dropdown box on Firefox, the drop down menu flashes but will not stay open so that I can use it. I do not have this issue in IE. I have started Firefox in Safe Mode and the dropdown boxes still did not work.
    I can't even use the dropdown box on this form.

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

Maybe you are looking for