BW Tree Hierarchy-multiple selection for query possible?

Hello,
I have a question in regards to BW Tree Hierarchies and its usage in Bex Reporting:
Is it possible to select multible Tree Hierarchy (based on the same characteristic) when executing a query in Bex Analyzer. If yes, how?
I tried to configure this by making use of a hierarchy variable on the characteristics, but it does only allow me to select one hierarchy.
Thanks for your help,
Elisabeth

Elisabeth,
Your query can only assign one hierarchy per characteristic.
If you need multiple ones - I'd suggest you make a query per hierarchy and you can user Query Views in the WAD to let the user select the View (i.e.. the Hierarchy) they wise.
Regards
Gill

Similar Messages

  • Multiple Selections for Reporting

    hi BW Experts,
    I am asked by my clients to design a BEx query for a report that requires multiple selection for a data field. They want to select multiple codes (out of 10) in the selction window.
    As far I know I can have a single value (1 value) or value range (2 values) selection when defining Variables.
    How is it possible design query to be able to select 10 values in the initial selection window ??
    Is there any way ????
    Please help me ASAP.

    I think there are not enough data.
    Need to check it with the client. I will get back to you about it later.
    Also can you please tell me - how to delete Variables from the system ?
    I deleted the previous one from the query designer.
    But it's atill telling me that The Variable name is available when I tried to create new one with the same name.

  • Multiple Selection for Tables

    HI Team, When I try to select the multiple selection for field Material in table Mara, the To value is not displayed
    e.g in table mara if i select the material option from A* to Z*, all the materials are displayed from A until x but no of the materials are displayed starting with Z. I have found this as standard functionality in SAP and happens for all fields with multple selection in tables. can you guys advise if there is an OSS note for this?
    Thanks,
    Sunny

    Hai Sunny,
    Please check Do you have material staring with Z
    and check is there any
    Maximum No. of Hits restriction.
    Till you get SAP notes
    Create a query in SQVI for only ine table and
    MARA and tick mark the selection b fields and fields to be displayed in the report.
    Now in the report selection screen you will get TO option as well it will list all the Z materials.
    Regards,
    Mani

  • File Dialog (Details View and Multiple Selections for View File Type)

    I would like to use the generic windows dialog box found in the toolbar under:
    File I/O/Advanced File Functions/File Dialog
    What I would like to do is have multiple selections for the file type, for example one menu selection is *.txt, another is *.rtf, another is *.csv, etc. Listing a single type is straightforward.
    Also does anyone know if there is a way to have the dialog open in the DETAILS view automatically?
    Thanks for any help!
    Carlton

    Hi,
    You can do it in following ways:
    1. Write in pattern input the string "*.txt; *.csv; *.rtf". This will show to the user only files with this extensions in the dialog.
    2. Another way is to create ring or menu where user could specify the extension. Depending on this extension you could wire the appropriate string to the pattern input of "File Dialog.vi"
    I have made an example.
    Good luck.
    Oleg Chutko.
    Attachments:
    fileopen.vi ‏42 KB

  • Multiple Selection For Selections screen field

    Hi Friends ,
    Can any body tell me how to create multiple selection for a field in selection screen and how to capture all those values of that fields in program for database selction. Suppose i am having document number EBELN from EKKO exists in selectio screen . how to create multiple selection for that and how to use all those values given to EBELN to get data from EKKO.
    Kumar.

    hi,
    select-options is one type of parameters where u can give multiple values in ranges or single as a input. when u use select-options then system will create a selection screen for u and u give multiple values as
    ex:
    select-options: s_ebeln for ekko-ebeln.
    internally system creates a internal for s_ebeln which has for attributes
    1. low --- starting value if  range is used
      2. high -
    ending value
    3. sign -
    operator used for validating field
    4. option -
    to exclude given range of values or single value or to include.
    for this u can assign default values in INITIALIZATION event as
    INITIALIZATION.
    s_ebeln -low = '1'.
    s_ebeln- high = '100-100'.
    s_ebeln-sign = 'BT'.
    s_ebeln-option = 'I' // include
                             'E' // exclude.
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Multiple selection for report

    we need multiple selection for the report about the RMA - bill to location ID, we would like to select by service order , currently is there no field for selection, in search-term we have to enter our code. it does not work if we enter the service order.
    thanks for help

    we need multiple selection for the report about the RMA - bill to location ID, we would like to select by service order , currently is there no field for selection, in search-term we have to enter our code. it does not work if we enter the service order.
    thanks for help

  • Multiple selections for List on Mac

    It seems multiple selections for java.awt.List on Mac OS X is not working, or do I need to use special buttons to select?
    Thanks in advance.

    Hi,
    I'm experiencing the same issue on our CUCM 9.1.2.10000-28 & CUP&IM 9.1.1.30000-3: I have a Jabber for Windows client v9.7 that should only show 1 hardware phone, but it shows 2 entries. I checked the above and still we have 2 entries (also after clearing the Jabber cache). Also I tried another Jabber for Windows version (v9.6), but it always pulls 2 hardware phones in it's config.
    Have you managed to get this solved? We use Cisco 8945 phones where end users log on via Extension Mobility. I noticed in Dependancy Records that we have an entrie in Extension Mobility Dyncamic, which shouldn't be the case because no end user is logged on, but it shows it in Dependancy Records... A bug?? And when the end user logs on an IP Phone, then we have twice Extension Mobility Dynamic entries... Not good since only 1 device is in use via Extension Mobility (multiple logins are disabled via parameter).
    Greets,
    David
    Greets,
    David

  • To enable multiple selection for tree view in web ui .

    Hi Experts ,
    We have requirement to add a multiple selection to a tree view in web ui  for a standard view.
    Component: BP_HIER
    View: BP_HIER/EOVPHierarchyTreeV
    Currently only single select is enabled for this view. I have added the following code in the HTMl page to multi selection.
    selectionMode          = "<%= AccountHierarchy->selection_mode %>"
    <%--selectedRowIndexTable = "<%= AccountHierarchy->SELECTION_TAB %>"--%>
    And in "DO_INIT_CONTEXT " method I have added the following code to enable multi select.
    typed_context->accounthierarchy->set_selection_mode(
            iv_selection_mode = cl_bsp_wd_context_node_tv=>selmode_multi.
    But still multi selection is not working.
    Let me know if any code changes are required in method "EH_ONSELECT" to enable multi selection.
    Regards,
    Shweta Nimje

    Hi Shweta,
    Why did you comment attribute selectedRowIndexTable? Uncomment and try again.
    selectedRowIndexTable = "<%= AccountHierarchy->SELECTION_TAB %>"

  • Multiple selection in Query Panel. Operator Does not equal generates error.

    Hi,
    I'm using Jdeveloper 11.1.1.4 and creating Oracle Fusion Web Application with ADF Business Components.
    I want to use multiple selection on LOV in ADF Query Panel with Table, but I get the following error
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    A simple example:
    Schema: HR
    Generate default Business Components for tables Departments and Employees.
    Model:
    Create List of Values for EmployeesView(DepartmentId)
    List Data Source: DepartmentsView1
    List Attribute: DepartmentId
    Display Attributes: DepartmentName (UI Hints)
    Create View Criteria EmployeesByDepartmentVC for EmployeesView
    Criteria Item:
    Attribute: DepartmentId
    Operator: Equals
    Operand: Literal
    Select "Support Multiple Value Selection" (UI Hints)
    ViewController:
    Create blank JSF Page: showEmployees.jspx
    Drag EmployeesByDepartmentVC from Data Controls to showEmployees.jspx
    Create Query=>ADF Query Panel with Table
    Run application.
    Press Advanced button.
    Select operator "Does not equal" and department names "Administration;Marketing"
    Press Search
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Note: it works fine with operator "Equals"
    Best,
    Kees.

    Hi,
    I was reading:
    http://www.oracle.com/technetwork/developer-tools/jdev/jdev-11gr2-nf-404365.html#bugs_fixed_in_11.1.2.2.0
    Bugs Fixed in 11.1.2.2.0
    Bug.No. 13508184
    unsupported model type error thrown for multi select view criteria
    I have tested the use case described in this thread with JDeveloper 11.1.2.2.0 but I still get the same error.
    when I use operator "Does not equal":
    Error: Unsupported model type.
    SelectMany does not support a model of type class java.lang.Integer.
    Is there anybody who can tell me more about this bug fix?
    Thanks,
    Kees.

  • Multiple selection for Payment Methods.

    TABLES: V_T042E.   
    DATA: s_zwels_con(3).
    SELECT-OPTIONS: s_zwels FOR V_T042E-ZLSCH NO INTERVALS,"payment methods
    ********************   I N I T I A L I Z A T I O N   *******************
    INITIALIZATION.
    ***************   A T   S E L E C T I O N   S C R E E N   **************
    AT SELECTION-SCREEN.
    CONCATENATE s_zwels INTO s_zwels_con SEPARATED BY SPACE.
    This is the code I tried for multiple selection of Payment Methods.This doesnot display the multiple values selected on selection screen.
    Later in program these values will be reflected in Payment Methods in BDC recording using F110 transaction.
    But this code is giving an error :
    Unable to interpret "S_ZWELS". Possible causes of error: Incorrect spelling or comma error.     
    Please can any help in rectifying the current method or any other method of mutliple selection for Payment methods on selection screen .

    u have to put like this only
    <b>SELECT-OPTIONS: s_zwels FOR V_T042E-ZLSCH NO INTERVALS
    "payment methods</b>
    here u have to loop then only u will get desired o/p
    loop at s_zwels.
    endloop.
    but its not the complete solution.
    Regards
    Prabhu

  • Multiple selection in OVS possible?

    Hello all,
    Is it possible to implement multiple selection in OVS?
    Thanks,
    Raj Balakrishnan

    Hi,
       From what I have seen, multiple selection in OVS is not possible.
       Think of the R/3 search helps. There you can select only a single value for each field. In case you are trying to specify a range, you will have to select a single entry for a low value and another single entry for the high value. Also if you are trying to specify a list of values, then you should select singular entries for each list element.
    Regards,
    Satyajit.

  • I want to draw multiple selection for some field on Type M program.

    Hi. everyone.
    I'm programing on Type M program but I don't know how do I draw multiple selection on Type M.
    Is it possible?
    If you know some related website or on-line document, please let me know that.

    It means Online program. it is not report progeam.
    I want to design a multiple selection on screen.

  • Multiple Selection for Plants

    Gurus,
    While using the Multiple Selection option in MMBE (The Arrow  tab). I could not save the value of the plants I have entered.  Requirement is that the plants needs to be added or removed as and when required./ ie plant need not ot be hard coded in the batch program which calls this screen. I tried using the Multiple Selection option where I created a list of plants in txt file and then imported the same. After I exit the transcation the plant disappers. Next time I have to manually enter the plants again.
    Please let me know how to use this functionality.
    Paddy

    Paddy,
    In standard SAP, MMBE does support the creation of variants.  If you are unable to perform this activity, then it means you have an authorization issue.  You need to consult with your authorization team to have the proper objects added to your profile.
    Here are the steps required to create/run MMBE with a variant:
    1.  MMBE
    2. Enter the plant data.  Your technique of importing via text file is acceptable.  Also, manual entry can be used.
    3. Enter any other settings that you wish to have selected during the batch run
    4.  Hit 'Save' icon (floppy disk).
    5. Name the variant.  Enter a short description of the variant.  Ensure that the checkbox "save field without values" is unchecked for plant.
    6. Hit 'Save' icon again. Clik though the confirmation.
    Now, to use your newly created variant:
    7.  MMBE
    8.  Select Goto>Variants>Get.
    9.  Select your variant created in steps 1-6.
    The fields should now be populated according to your original entry.
    You can create a simple single step batch job by running the program in Background
    10.  MMBE
    11.  Select your variant as in steps 7-9
    12. Select Program > Execute in Background
    13. Select output parameters (printer, etc)
    14. Select start parameters (immediate; Date/time, After job, etc.)
    15. Select if you wish to have the job run periodically.  If so, enter the periodicity  under 'Period Values'.
    16. Hit the 'Save' icon at the bottom.
    Or, you can use SM36 to create a job, which can also include multiple steps.  The ABAP program is RMMMBEST and the variant is the one you created.
    Rgds,
    DB49

  • Multiple selection for itemlistbox

    hi
          as soon  as i click on the  itemlistbox
      iam getting this exception  
               Gfuel  i have binded it to the data source of the
            itemlistbox  and  gfuel  is the structure i am gettin it from the  backend .
    com.sap.tc.webdynpro.progmodel.context.ContextException: Node(SampleView.Zlgf001_Outfit_Match_Input.Output.G_Fuel): selection cardinality does not allow multiple selection
    can any one help me ?

    hi
          thanks for the response
             but the node  iam getting it from the backend
                 so i cannot change the cardinality 
              is any thing can be through coding  or  set
       cardinality in the backend.

  • Multiple selections for 'use my phone for calls' Jabber 9.2.4

    Could someone look into this?
    We have some users that are experiencing the following what shown in the screenshot.
    Only the above option works and somehow the second selection (Mark Hattink) has no purpose.
    I just can't figure out what's happening.
    It's not happening to everyone who uses Jabber 9.2.4.
    Note:
    CUCM - 9.1.1.20000-5
    Jabber for Windows 9.2.4
    Only Cisco 8945 - dc-vel-8945-172 option works.. And the Cisco 8945 - Mark Hattink does not.
    This is all on Windows 7.
    Who knows this issue and can help me out.
    Is this a configuring issue?
    Before when we used CUCM 8.5.14900 there were no issues known from users.

    Hi,
    I'm experiencing the same issue on our CUCM 9.1.2.10000-28 & CUP&IM 9.1.1.30000-3: I have a Jabber for Windows client v9.7 that should only show 1 hardware phone, but it shows 2 entries. I checked the above and still we have 2 entries (also after clearing the Jabber cache). Also I tried another Jabber for Windows version (v9.6), but it always pulls 2 hardware phones in it's config.
    Have you managed to get this solved? We use Cisco 8945 phones where end users log on via Extension Mobility. I noticed in Dependancy Records that we have an entrie in Extension Mobility Dyncamic, which shouldn't be the case because no end user is logged on, but it shows it in Dependancy Records... A bug?? And when the end user logs on an IP Phone, then we have twice Extension Mobility Dynamic entries... Not good since only 1 device is in use via Extension Mobility (multiple logins are disabled via parameter).
    Greets,
    David
    Greets,
    David

Maybe you are looking for

  • How to view recent threads

    In case it's any use to anyone, I discovered that it's possible to get a list of all recent message threads by going to URL http://community.bt.com/t5/forums/recentpostspage/post-type/thread They are sorted by the date/time of the most recent post to

  • "software update"  "An error occurred while checking for updates"

    When I click on "Software Update", an error results, "An error occurred while checking for updates".  It is definitely connected to the internet.  I was gifted a G5 and I installed a new hard drive and loaded the OS, OS X 10.3.5.  That version of Saf

  • Deskjet Ink Advatage 2516 not able to scan

    I was using scanner with my desktop running on Win Xp without any problem, but I cann't use scanner through my laptop running on Win 7 64 bit. I have uninstalled driver and reinstalled updated driver from HP website, still problem remains same, As I

  • Why does my onboard sound constantly FAIL!!!!

    So...My board had worked great for about 3 months and then one day bam....no sound.  So i re-installed the audio drivers and it worked for about two days and then again...nothing.  No this happened about 2 days after my first attempt (sucessful I mig

  • Control key locks

    i have an hp g-71167dx notebook.  my control key show as being locked and i have to turn off my computer to clear it.  pc is only 6 months old.  are there any solutions ?