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?

Similar Messages

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • Dropdown box with query *and* static values?

    Hi guys,
    If I had a dropdown box with a LOV being generated from a query,
    Select distinct PERSON from USER_TABLE
    Bill
    Fred
    Steve
    Is it possibe to somehow add static values so that they sit permanently on top of what ever values are produced by the query?
    Null
    Not Null
    Bill
    Fred
    Steve
    Thanks,
    Neil.

    select 'Null' d, 'Null' r from dual
    union all
    select 'Not Null' d, 'Not Null' r from dual
    union all
    select distinct person d, person r from user_table
    ...like that?
    Scott

  • 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

  • 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

  • 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 sort 2 dropdown boxes with joined context?

    Hi Guys,
    I have 2 dropdown boxes that are lined to the same table context.
    I do the binding by using the one bind_table method.
    one DD is showing the Key while the other shows the description. They both have the same binding.
    once the user changes one, new data is selected and the drop downs show the key & description.
    What I want to do is to sort each list to be ordered. one by keys and the other by descriptions.
    How should I do that?
    thanks,
    Itay

    Hi,
    first,
    I would like to mention that there is no joined solution to what I asked here, which is different than what you ask...
    You have to make 2 context nodes if you want to sort the data different.
    in a drop down, you can't display 2 separate columns.
    The only thing you can do is to concatenate the key to the description, something like:
    CA - Canada
    US - USA
    FR - France
    if you need to present more than one column maybe it will be best to put a table and link it to some event...
    I "solved" this issue by putting 2 drop downs. I wanted to allow the user to select a value from a list and then to change the screen according to his selection.
    I did something like:
    Choose by key: <dropdownbykey - Key column>
    Choose by description: <dropdownbykey - Desc column>
    I hope this helps...
    Itay

  • Filter Query in dropDown box in WAD 3.x

    Hello,
    I need to filter the dropDown values ​​dynamically, This is the data:
    - DROPDOWNBOX_1 (Infobject ZUN_T)  Values: 1,2, All
    - DROPDOWNBOX_2 (Infobject ZZO_T)  Values: 1-1,1-2, 1-3, 2-1, 2-2, 2-3.
    the ZZO_T infobjeto has a hierarchy that depends on ZUN_T:
    ZUN_T -> ZZO_T
    1 -> 1-1, 1-2, 1-3
    2 -> 2-1, 2-2, 2-3
    What I need is that when I select a value of dropDown1, dropDown2 automatically updated with valid values​​.
    Any ideas?
    <P><select name="VAR_VALUE_EXT_1" >
    <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_2"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="IOBJNM" value="ZUN_T"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="NO_REMOVE_FILTER" value="X"/>
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_2"/>
             <param name="FILTER_IOBJNM" value="ZUN_T"/>
             <param name="FILTER_VALUE" value="UN01"/>
             ITEM:            DROPDOWNBOX_1
    </object>
    </select> </P>
    <P><select name="VAR_VALUE_EXT_2"  >
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="DROPDOWNBOX_2"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="IOBJNM" value="ZZO_T"/>
             <param name="BOOKED_VALUES" value="Q"/>
             <param name="ONLY_VALUES" value="X"/>
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_2"/>
             <param name="FILTER_IOBJNM" value="ZUN_T"/>
             <param name="FILTER_VALUE" value="UN01"/>
             ITEM:            DROPDOWNBOX_2
    </object>
    </select></P>
    I am new in BW, and do not know if the query is fine, please tell me the complete steps,
    Thanks.

    Hello Vineet,
    I can not find the advanced tab, is in the query designer 3.x?
    Thanks.

  • Strange dropdown box with cancel/ok?!! And Firefox slowing from the start.

    Firefox is slow and shows the "beachball" cursor. I got rid of some add ons but it keeps on doing this.
    And I get a dropdown window from the bookmark-bar wich asks to cancel or 'ok' ...something? I dont see what to 'cancel' or "ok'?! When I click it nothing happens and I cant quit Firefox because the red button in the left top corner has disappeared.!

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)

  • CS6 not showing in product dropdown box with correct serial number

    Hi.  I'm trying to reinstall CS Production Premium on a machine that had to be restored.  It acknowledges the serial number as correct, but says no qualifying product exists on the machine despite me having installed it and currently using the trial version to get work completed.  In the product drop down box, it only lists Production Premium 5.5.
    Thank you for any and all help.

    I still can not register and use my new Elements 13.  I went to the redemption code help link that you sent me but it still asks me for a code that is 24 characters long.  On my disc sleeve is a sticker with an 8 digit number then under that number is a string of letters and numbers.  I tried to enter this string of letters and numbers but it keeps coming up "invalid".  One of the characters is a "/" (slash) and if I don't use that as one of the characters then I don't have 24 characters to put in the boxes.  Also, part of that string of characters on that sticker are the characters 13.0 which is the version that I bought.  I even tried to put in or leave out the period between the 13 and the zero but I still can not get that code to work so it will show me a serial number. On the back of my box is a hologram Adobe sticker with a barcode symbol that has an 18 digit number so I figured that is not the right code number.  Also on the sticker is a string of letters and numbers that are separated by dots/periods but that string also has 13.0 in it and even if I leave out the dot between the 3 and the 0 I still have 25 characters which is one too many for those code boxes.  I also looked in our email to see if Costco sent me a code but I have nothing from them either.  I think you're right- I obviously have a redemption code instead of a serial number on my product because nothing starts with 1057.  But I can not figure out what they want for the redemption code......Please help.......Thanks

  • Filling the Sales Order Header - Source for filling the dropdown boxes

    Hi,
    I am trying to design the User Interface for Creation of sales order using the WebDynpro's. I want to know, what are all those BAPI's i need to use to fill the following drop down boxes.
    1. Order Type
    2. Sales Organization
    3. Distribution Channel
    4. Division
    As i am new to ABAP., and i am from Java background, i dont know much about the BAPIs used to get the above data.
    Could anyone let me know the source to fill those dropdown boxes. Thanks in advance.
    Thanks,
    Raghavendra

    Ah,my bad.
    Hmmm,i haven't found a BAPI's for filling all your dropdown-boxes with the valid values.
    What about using the FM "RFC_READ_TABLE" to read the values for your drowdown-boxes.(only if you don't want to write a Z*-Function).
    For examlpe for the dropdownbox "Sales Orgs",you can can start this FM for the table TVKOT.
    Is that a possilbe solution for you?
    Greetings
    Frank Brackmann

  • Set default value in standard application's dropdown box

    Dear Experts
    In a standard Component im having a dropdown box with two values Materials and Services, Initially the dropdown has a empty value when i click on the dropdown im able to see materials and services my requirement is to show only materials as default value. i checked that the dropdown box is Dropdown by key.
    HI Experts
    i am able to achieve this im able to make the value as defaulted but now i want to make the field disabled even im able to achieve that too..
    the issue im getting now is the label is also in disabled mode
    eg: Product type - Label: Material - Dropdown box
    Please advise me to achieve this.........
    Regards
    Arun
    Edited by: Arun Padmanaban on Sep 24, 2011 9:06 AM

    Hi Saraa ,
    As u said we(arun and me ) added that read only property then it is going to dump like read only not possible .Do we have any alternative for this ..But we are getting the label from FPM ..Even I tried to change the properties which is not showing any change
    Thanks ,
    Sandeep

  • 2 questions about Dropdown Box Item

    Hi all,
    I just started using Design Studio and I have two questions about the Dropodown Box Item (well actually it's more about scripting...):
    - in the startup script of the application I want to populate one dropdown box with master data values of the infoobject 0FISCPER, how can I realize that? (if I use "DS_1.getMemberList...." I get only the values of 0FISCPER for which there is transaction data)
    - as a datasource I use a query with 2 variables:
         - Is it possible to populate these 2 variables with default values and skip the initial Variabile Initialization Screen?
         - I use 2 dropdown box items to set the values of these 2 variables. For one variable everything it's ok (I select the value in the dropdown and the      script populate the variable with that value and the data in the crosstable changes accordingly) but for the other variable associated to the 0FISCPER      infoobject when I select the value in the dropdown it's seem that nothing happens since the Variabile Initialization Screen pop-up and an error says that      I have to select a value for the variable. I did the same simple scripts for the these 2 variables, why does it work for one variable and not for the other?
    Thanks,
    Michele

    I answer myself about one question:
    "Is it possible to populate these 2 variables with default values and skip the initial Variabile Initialization Screen?"
    Yes, it's possible to create a script in order to populate the variables in the event "On Variable Initialization" of the Application and set false to the property "Force Prompts on Startup".

  • 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.

  • 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

Maybe you are looking for

  • How to create an array of ring with a different items/values for each

    Hi All, i want an array of text ring with different items and values for each text ring. Do you have other solution if it does not work? thanks by advance

  • Xsql:dml update... does not get executed?

    I was testing a simple one field update in <xsql:dml> block and getting the following statement: <xsql-status action="xsql:dml" rows="0"/> What might be the problem?

  • Cache seeding

    Hello All. I have several dynamic variables used in a analysises and graphs and then in they used in a dashboard. I have a schedule task running to refresh the data (cache seeds). I have recently learned that if I utilize dynamic variable then the ca

  • IPad 1 updates makes apps run slower and crash

    Hello everyone, I have 34 updates in the app store until now, i always updated everything to the latest but noticed things are getting slower and very crashy, the updates are obtimized for newer ipads so likewise it gets slower on the old ipad, i dun

  • N97 mini - customisation of bookmark's icons on ho...

    Hello, on N97 mini it is possible to put shortcut for internet bookmark on the home screen. However, I don't know, how it is possible to change the icon which is automatically set to the sheet of paper with the globe? Is this possible at all? Thanks