Change order variable in selection screen of WAD

Hi,
I created a wad with 2 queries.
Selection screen of Query A :
Year
Month
Site
Customer
Activity
Selection screen of Query B :
Year
Site
Customer
I checked the [MELT_VARIABLES] in the WAD because Year, Site and Customer are in both queries
Unfortunately, the result in my wad is :
Year
Site
Customer
Month
Activity
But i would like to have :
Year
Month
Site
Customer
Activity
How could i do it ?
Thanks in advance

@Rakesh,
I'm using WAD 7.0
@Edward,
Yes, i know it's possible to change the ordre in Query Designer.
It's why i set the sequence in Query A and Query B as i showed in my initial post.
Unfortunately, it seems than in WAD the sequence is changed.
First, it show the variable that exist in both queries ( in my case : Year, Site and Customer )
then the variable that exist only in query A ( Month, Activity )
then the variable that exist only in query B  ( Nothing )
I wish to change this behavior.
Thanks,
David

Similar Messages

  • Input Variable on Selection screen in BEx

    Hi Team,
    Is there a way to change the sequence of Input variables on Selection screen in BEx ?
    Thanks in Advance.

    Hi,
    Go to query designer - query poperties - you find variable sequence tab
    you change the sequence of your variables
    Thanks,
    pk.

  • How to force selection screen in WAD Report

    Hi Gurus,
    How do we force a variable selection screen in WAD Report. We are in SP 10.
    Thanks
    Syed

    Hi Karthik,
    Iam not sure for some reason, when I select web_template and click on Web Parameters, there nothing available below Behaviour section. However when I create a new Analysis Item and see its properties, the Behaviour section shows only Allow Navigation & Only Hierarchy options.
    Should I reinstall my front end. We are in SP10.
    Appreciate your response.

  • How to design selection screen with WAD 3.x Web Items

    Hi Guruu2019s,
    I have a requirement where I need to design a selection screen by using WAD 3.x web items. In the selection screen we have to include the Query Description - in the left corner of the selection screen, Name of Sales Person u2013 left side of the screen, Date from and Date to u2013 right side of the selection screen, User ID and User Name u2013 on the top right of the selection screen etc., after this on the bottom of the selection screen I have to include the pushbutton RUN REPORT.
    After filling all the above parameters and click on Run Report it has to trigger another URL link which contains consolidated Sales CRM Report.
    Could any one suggest me and provide me the idea on developing the selection screen with WAD 3.x Web items and is there any other interface to trigger the other URL link when I click on Run Report.
    Regards
    Venkat

    no replies. Closing the incident

  • How to get Selection Screen in WAD?

    Hi Experts,
    I have designed a WAD where when executed, the selection screen does not come. It goes straight to the report.
    I have used a table for the Data Providers.
    What settings I have to make for the selection screen to pop out?
    Kindly guide me.
    With kind regards,
    Shreeem.

    Hi,
    Have a look at below thread,
    Display of the selection screen in WAD
    Hope this helps.
    Regards,
    Mani

  • To change Default Setting of Selection Screen while Filtering on infoobject

    Dear Guru's,
    I just want to know where can I change the Deafult Setting from 100 to 500 which we get in the Selection Screen when we want to Filter on Info-Object level in the Workbook.
    Hope this will clear the question , incase any further information required please let me know.
    Many thanks.

    Hi Kasi,
    Please do not post the same question twice. You can see my reply at:
    Re: To change Default Setting of Selection Screen while Filtering on infoobject

  • Hierarchy Node Variables in Selection Screen

    Hi Experts!
    I have a hierarchy Node variables of  InfoObject in BEx. When I execute the report, I choose Hierarchy variables in Selection screen of BEx Web. I see all of attributes of infoObject, I want to reject all of those.
    Suppose that:  In infoObject 0COSTCENTER has attributes (Controlling Area, BusinessArea, CompanyCode, ProfitCenter u2026.), I donu2019t need to see those attributes of Costcenter when I choose node in Hierarchy variables. I only want to get the CostCenter. Please some advise to solve that issue or how can I do that?
    Thanks in advance,

    hii
    Try This:
    Double click on the info object
    then go to the Hierarchy Tab
    here u find a button of External Char in hierarchies
    Click on this
    On right hand side u find some of the attributes of the info object
    place them on left hand side
    Execute it & activate the Info object.
    Thanks
    Neha

  • Change default value (200) of Max No of Hits for selection screen in WAD

    How do i change the default value of Maximum Number of Hits from 200 to 1000 for selection screen's find box in Web Application Designer .
    Thanks in Advance
    Points will be surely Rewarded

    Dear Hammad,
    Please refer to the wiki created by me,
    http://wiki.sdn.sap.com/wiki/display/BI/Information+on+the+user+setting+for+the+selector+dialog
    Regards,
    Arvind

  • Display description of query variable in selection screen

    Hi @ All.
    we have a query with a variable (..UVO_0currency_001D).
    In the selection screen of the query I see the technical name of the variable instead of the description "Currency".
    What and where I have to change to see the description of my variable?
    Thanks a lot!
    Stephan

    Hi,
    change the infoobjec property for that perticular infoobject at Multi provider if your Query is on Multiprovider. goto Change mode of multiprovider - > expand respective dimension -> right click ob perticulat infoobject - > select provider - specific properties of the infoobject. select disply ad key and text.
    hope this helps
    Regards,
    Daya Sagar

  • Change Field positions in selection screen of powl

    Hi all,
          I want to change the position of the fields in selection-screen of POWL,
      can any one suggest me on this.?
    Thanks all,

    Hi Vani
    You can refer the standard code in method IF_POWL_FEEDER~GET_SEL_CRITERIA of your feeder class.
    It goes something like this
      DO.
        CLEAR ls_selcrit.
       CASE sy-index.
          WHEN 1.
            ls_selcrit-selname            = 'SVBELN'.
            ls_selcrit-ref_field          = 'VBELN'.
            ls_selcrit-ddic_shlp          = 'LORD_VMVA'.
            ls_selcrit-kind               = lc_kind_range. " select option
            ls_selcrit-selopt_type        = 'A'.           " Select-option with interval and multi-selection
            ls_selcrit-header             = hdr_text_document_data.
            ls_selcrit-allow_admin_change = abap_true.
      ENDCASE.
        APPEND ls_selcrit TO mt_selcriteria.
      ENDDO.
    You need to enhance the above standard code using BADI in order to change the position of fields in selection criteria according to customer requirement.
    Regards
    Lorraine

  • F4 selection screen layout - WAD 7

    Hi guys,
    We have a simple selection screen over a variable and we have a couple of questions regarding the layout of the selection screen.
    1. Can we change the default to "Search" instead of "All"?
    2.  When we scroll down in the list the width of the columns changes according to the data, is there a way to determine the column width?
    Regards
    Shlomi

    Hello Shlomi Weiss,
    Unfortunatelly this is not possible to change. This is working by design.
    Thanks for the compreention.
    Diego Ferrary

  • HIerarchy Variable in Selection Screen not taken into account.

    Hi,
    Our users choose a cost center hierarchy in the selection screen and run the report. As we have suppressed Unassigned Nodes, they do not appear. However when users then deactivate the hierarchy, unassigned nodes are shown. Their argument is that the unassigned nodes should still not be displayed because a hierarchy was entered on the selection screen. Is there a way of stopping this?
    Thanks

    Hi Shawn,
    I think I get what you did in your query, though it took me some time...
    Did you select the cost center in your query and set the display hierarchy using settings, hierarchy tab, select hierarchy, hierarchy variable (or something like that)? That would explain why the query isn't filtered on that hierarchy, only the display of cost elements is affected. You should also have the same hierarchy variable in your filter settings in the query designer. That way, the user filters on a hierarchy and the unassigned nodes will never be in the result.
    Hope it helps, tell me if I got it wrong,
    Kind regards,
    Alex

  • Change in LDP PNP Selection Screen

    Dear Friends,
    As you all are aware that for LDP PNP we have a selection screen. In the selection screen, Personnel Number field has to be changed as Employee Number. Can some one tell how we can acieve this?
    Thanks
    Somu

    Hi,
    Changing of text will not be possible.
    You can change it at data element level which will affect at all places where the data element is used. That is also possible only in ECC.
    You can create ur own field if u need and give it a text but then automatic filtering will not be possible.
    Regards,
    Divya

  • How to Restrict Variables in Selection Screen

    Hi Experts,
    I have set filter variable for my Region which includes (East, West, North, South).
    And I'm restricting North and South in the Selection Screen and displaying a choice of East or West on the Selection Screen.
    I tried right click variable in filter pane-> Restrict -> Move.....East and West to right side. and saved it.
    When I tried executing it I'm being displayed all the 4 values at the Selection Screen.
    Can any real experts help me resolve this
    Thanks

    Hi
    There are two ways in which you approach this
    - Create a variable for Region and set the Default values to East and West. This way when the user runs the query the selection will be by Default populated as East and West. You don't have to go in and do a selection.
    - Personalize the variables.
    Refer to the link below which contains details on Personalizing variables.
    http://help.sap.com/saphelp_nw70/helpdata/en/45/6e4f4db9cc1956e10000000a11466f/frameset.htm
    In short, when you run the query you can see a Personalize variables button where you can just choose Ease and West. You can also choose whether to display or hide the personalized variable. When you hide it will internally be restricted to Ease and West.The result is displayed with your personalized values the next time you execute the query. The down side to this is this is specific to a user.
    Apart from the above two, i don't think you can choose the selection only to display East and West. As long as your master data and info provider has all four values you cannot hide them.
    In the query designer, when you click on the Region infoobject in the Advanced tab, you will see four options. You can only choose among the four. Here you can see that you can only choose between Master data, infoprovider etc.
    Regards,

  • Change RadioButtons position in Selection Screen.

    HI is there any way to change the default position of a radiboutton in a selection screen.
    I mean, show the text option of the radiobutton in the right side, not the left side.
    Thanks a lot.

    hi Jose,
    you have to do something like:
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT x(y)... "x for starting position, y for length
    SELECTION-SCREEN POSITION 20. "next line will start at this position
    PARAMETERS : p_rb RADIOBUTTON GROUP rb1
    SELECTION-SCREEN END OF LINE.
    hope this helps
    ec

Maybe you are looking for

  • Why does Back to My Mac slow to a crawl under heavy GPU usage?

    I run Back to My Mac so that I can access my Mac Mini sitting at home from wherever I am on the road using my Macbook Pro. I noticed that even with next to nil CPU usage, Back to My Mac runs normally when I have nothing else running, but slows to a c

  • Steps to follow in Upgrade from 4.7 to ECC 6.0

    Hi , As part of Upgrade from 4.7 to ECC 6.0 , Basis team completed Prepare module. Now Prepare module report says there are some modifications need to be done . Do i need to make the changes to the adjustments populated in SPDD/ SPAU transaction code

  • Why would db_flashback_retention_target be set to 0?

    Anybody ever came across this before? This should be set to a retention time such as 24 hours..but I have ran into a machine that is set to 0, would this possibly mean to tell flashback to use as much space as possible...the flashback ASM diskgroup o

  • Connection between 2 mappings

    Hi I have 2 seperate mappings. A_MM B_MM There is a value in A_MM which needs to be used in B_MM. I am using PI 7.1 Thanks SG

  • Reinstalled photoshop elements 7 and it is saying i have an invalid serial number

    I am trying to reinstall photoshop elements 7. I bought it and installed twice on my laptop. My laptop died and now I am trying to install on my new PC. It is telling me I have an invalid serial number. what can I do?