SQ01 query execution - strange selection screen

Hi,
I have created a query using the SQ01 transaction. When I execute the query there is a screen with input selection parameters ("Program selections" box). Fine with that - but above that box there's an additional list of selection parameters. I have no idea where do they come from! Apparently they function with "my" parameters using the AND logic. I would like those parameter input fields to disappear from the screen - how can it be accomplished?

Lakshmipathi wrote:>
> Dear Marko
>
> Why dont you try with SE16 if you have to fetch the data from one table.  If the data has to be fetched from multiple tables, you can try with SQVI.
>
> thanks
> G. Lakshmipathi
I use multiple tables and find it difficult to work with SQVI because once I add a table to a join I can't delete it anymore, but have to create another query instead. Moreover, I want the queries to be available to other users as well.

Similar Messages

  • SQ01 - need to change selection screen text of parameters

    I am using KNA1 table in my SQ01(Abap query) and am having Kunnr as the selection screen parameter .The default text of Kunnr coming from KNA1 is 'customer number 1'.I need to change this to show it as 'customer number'.
    I changed the text in infoset in long text and header value,but it still does not work out. Any suggestions ??.Pls let me know.

    Hi,
    When you define the selection screen fields in the info set..There will be text box for selection text..There you can give the text..
    I tried this..And it worked for me..
    Thanks,
    Naren

  • 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

  • Dashboard having same query with different selection screen values

    Hi,
    I want to create a dashboard by including different versions (different selection screen values, like yesterday, last week, last month) of same query. Is it possible to achieve it by without creating separate queries? We are in BI 7.
    Thanks in advance
    Nisha

    Hi,
    I want to create a dashboard by including different versions (different selection screen values, like yesterday, last week, last month) of same query. Is it possible to achieve it by without creating separate queries? We are in BI 7.
    Thanks in advance
    Nisha

  • Query Drilldown - Target Selection Screen

    When navigating from one query to another in SAP BW using RRI RSBBS,
    the target query selection screen is appearing. All of the parameters
    on the target query screen are optional so we are not expecting that
    the selection screen should popup.
    If the Sender query is run in the web and the same target query is
    selected for drilldown, the selection screen for the target query does
    not popup.
    During the drilldown, a sub-selection variable popup screen appears.
    We are not expecting the selection screen for the target query to
    appear, none of the selection parameters are mandatory (all optional),
    how do we supress the screen of the target 'drill-down' report?

    Hi,
    None of the fields on the second selection screen are Required Entry.  The required entry fields are all populated on the first selection screen.
    Adrian
    Edited by: Adrian Smith on Nov 9, 2010 10:42 AM

  • SQ01 -  Include a check box on ABAP query Selection screen

    Hi Experts,
    For my Abap Query, on the selection screen i am planning to include a check box such that if i click on the check box then a field will be displayed in the resulting output . On the other hand if i do not check on i should not be able the field in the output.
    Please tell me how do i do this.
    Thanks
    Venkata Pradeep.

    In infoset, Extras code tab
    Code section: At selection-screen output
    Do something like below:
      IF radiobutton1 = 'X'.    
         LOOP AT SCREEN.      
              IF screen-group1 = 'XXXX'.         "XXX is the filed group name you want to hide., you have to                                                                  find out what is it.
                   screen-input = '1'.        
                   screen-invisible = '0'.        
                   MODIFY SCREEN.      
              ENDIF.    
         ENDLOOP.  
    ELSE.   
         LOOP AT SCREEN.     
              IF screen-group1 = 'XXX'.        
                   screen-input = '0'.       
                   screen-invisible = '1'.       
                   MODIFY SCREEN.     
              ENDIF.   
         ENDLOOP. 
    ENDIF.

  • Selection screen fields in query

    experts
    i have created a query with 5 selection screen fields, now i want to change the order of the fields in the selection screen.
    Earlier:
    Material
    order
    delivery
    qty
    amount
    Now i want
    order
    material
    delivery
    amount qty
    In sq01 i tried but there are possibility to change the output fields but not selection screen field sequence.

    Hi,
    In SQ01, enter the query name and click on the change button.
    Next click on the next screen (top left) arrow button until you reach Change query xxxxx: Selections.
    Here under the column No  enter the number like 1,2,3, 4 ... against the checked fields that want to see in order. Then save the query.
    Regards,

  • BEX problem: F4 help to filter values of F4 value list at query execution

    Hi all,
    description of the problem we face:
    at query execution the selection pop-up appears and "ask" for values. To select those values I try the F4 button and receive a long list of e.g. vendors. (Our vendors are compounded to a special characteristic due to several sources.) To select now several individual values from the list I choose the filter button and try to shorten the list by searching with values of the atributes, here by 0NAME of the vendor. From the result shown I choose one value compounded to a unique value of the special characteristic, there are values for vendors which are the same, but  with different compound values and of course different meanings.
    When I mark one vendor value shown with his compounded value in front of the row, I expect the compounded value will be transferred to the selection pop-up too, but it won't!!
    Only the vendor is transferred, so the result of the query shows more information then wanted.
    Any solutions for this?
    Thank you in advance

    Hi Guido,
    I dont know any direct solution to your problem, a workaround is
    May be add a variable on the Special characterstics, and ask users to enter the Special character also along with your Vendor Code.
    As while selecting the vendor user already know special charater value, then can just enter it in Selection screen and restrict the output.
    Thanks
    CK

  • Need Different Selection screen for different Queries in a Workbook

    Hi,
    I have created a workbook with Multiple tabs in BI 7.0.  Each Tab has different Queries and each query has different Selection screens (Variable Selections).
    When i open the workbook and refresh it, the selection screen is appearing only for one query.  All the queries are refreshed by this single selection screen, though each query has different Variable selections.  What i need is a seperate selection screen i.e seperate Variable selection appearing for each queries, when i refresh each one of them.
    Is it possible to do this?  If anybody has tried this, help me in solving this issue.  Thanks for ur time.
    Regards,
    Murali

    Murali,
    If you un-check the 'Display Duplicate Variables Only Once' this WILL solve your problem.
    When you Refresh, you should be presented with a single variable selection dialog box, but it should contain an area for each Query (DataProvider) that is embedded in the Workbook.
    This is the case if the queries are all on the same tab, or on different tabs.
    However, if you have multiple tabs each with a query on it, each query must have it's own DataProvider. If all queries are based on the same DataProvider, it will not work as the Workbook only 'sees' one Query for which it needs variable input.
    If you REALLY want multiple variable selection dialog boxes, then maybe the best way to do this is to have the queries in separate Workbooks.
    If you don't want the User to have to open 5 queries manually, you could use a Macro in each Workbook that runs on opening, to open the next Workbook in the sequence.
    I hope this makes sense!
    Regards
    Steve

  • User option in selection screen of report

    In a report, want to give user an initial option of Calendar year/month OR calendar year/week...
    Only the one the user wants should be displayed on the selection screen.
    1 Is there a way to give user an option while running the query before the selection screen(variables - uesr input) of the report appears
    OR
    2 Is there a way to give user a toggle option on the selection screen which displays either calendar year/month or calendar year/week based on user choice but not both.
    I am aware that user can easily toggle once the report has been executed, but the purpose is to give user this option initially.
    As of now, in the report at the selection screen there are four periods based on calendar year/month. (to facilitate comparison of periods)
    eg (m- cal year/month, w - cal year/week)
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    If we add four more for week
    then user will have a cluttered selection screen (as there are many other selection options apart from time)
    eg 8 time choices
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    P1(w) 
    P2(w)
    P3(w)
    P4(w)
    What I need is a way for at any time, either cal year/month or cal year/week is visible based on user choice.

    In a report, want to give user an initial option of Calendar year/month OR calendar year/week...
    Only the one the user wants should be displayed on the selection screen.
    1 Is there a way to give user an option while running the query before the selection screen(variables - uesr input) of the report appears
    OR
    2 Is there a way to give user a toggle option on the selection screen which displays either calendar year/month or calendar year/week based on user choice but not both.
    I am aware that user can easily toggle once the report has been executed, but the purpose is to give user this option initially.
    As of now, in the report at the selection screen there are four periods based on calendar year/month. (to facilitate comparison of periods)
    eg (m- cal year/month, w - cal year/week)
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    If we add four more for week
    then user will have a cluttered selection screen (as there are many other selection options apart from time)
    eg 8 time choices
    P1(m) 
    P2(m)
    P3(m)
    P4(m)
    P1(w) 
    P2(w)
    P3(w)
    P4(w)
    What I need is a way for at any time, either cal year/month or cal year/week is visible based on user choice.

  • Selection screen modification based on various buttons in selection screen

    Hi,
    I have 1 query related with Selection screen modification.
    In my Report Program,I have created GUI Status for my selection screen
    Now 2 buttons in application toolbar are coming on selection sceen.
    For this i used,'At selection screen output' event.
    And there are 2 blocks on selection screen.
    If user press button1 then block2 should not display.
    and if user press button2 then block1 should not display.
    but the problem is i m not getting reqd result and also while doing debugging its not showing me sy-ucomm value.
    Any pointers on this.
    Thanks,
    Mamta

    Hi Mamta,
       have it in a group then you can write code accordingly see sample example,
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS       : p_r1 RADIOBUTTON GROUP rad
                            USER-COMMAND clk DEFAULT 'X'.            " upload Radio Button
    SELECTION-SCREEN COMMENT 5(35) text-003.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN : BEGIN OF BLOCK 001 WITH FRAME TITLE text-001.
    PARAMETERS: p_upl       LIKE rlgrap-filename MODIF ID a           "Upload File
                             DEFAULT 'c:\temp\parbmat.xls',
                p_werks     like t001w-werks MODIF ID a,              "Plant
    PARAMETERS: p_rest      LIKE rlgrap-filename MODIF ID a           "Dwonload File Path
                             DEFAULT 'c:\temp\Success.xls'.
    SELECTION-SCREEN : END OF BLOCK 001.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : p_r2 RADIOBUTTON GROUP rad.
    SELECTION-SCREEN COMMENT 5(35) text-004.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN : BEGIN OF BLOCK 002 WITH FRAME TITLE text-002.
    PARAMETERS     : p_plant  LIKE marc-werks MODIF ID b.                "Plant
    PARAMETERS     : p_lgort  LIKE mard-lgort MODIF ID b.                "Storage Location
    PARAMETERS     : p_vkorg  LIKE mvke-vkorg MODIF ID b.                "Sales Organization
    PARAMETERS     : p_vtweg  LIKE mvke-vtweg MODIF ID b.                "Distribution Channel
    SELECT-OPTIONS : s_mat FOR  mara-matnr MODIF ID b.                  "Material No No
    SELECT-OPTIONS : s_dat FOR  mara-ersda MODIF ID b.                  "Date on Record Created
    PARAMETERS     : p_down LIKE rlgrap-filename MODIF ID b
                      DEFAULT 'c:\temp\Material Master.xls'.           "Download File Path
    SELECTION-SCREEN : END OF BLOCK 002.
    AT SELECTION-SCREEN OUTPUT.
    *Inactive Fields depending on the radio button
      LOOP AT SCREEN.
        IF p_r1 = 'X'.
          IF screen-group1 = 'B'.
            screen-active = 0.
          ENDIF.
        ELSEIF p_r2 = 'X'.
          IF screen-group1 = 'A'.
            screen-active = 0.
          ENDIF.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    Edited by: suresh suresh on Jul 28, 2009 12:42 PM
    Edited by: suresh suresh on Jul 28, 2009 12:42 PM

  • Exclude Option through Selection Screen

    We have BI2004s. This is the scenario
    1. Query has a selection screen one of the option is profit center
    2. When you click on to select values for input it comes with popup window. We can choose the value we want and say add. on the right hand side it would appear with = selected value.
    bold In BusinessExplorer we have an option to exclude this value but bring in every thing else by flip of a button. Is there any thing available through portal?
    By default our query is running with 0_BI_ANALYSIS_PATTERN. ( We are not using WAD). We are using the same query we have generated for Bex analyzer throguh portal via an iview.

    On the right had side where it is appearing as =, you can also see it as "include". You can change this to exclude the given selection. And if you have any fixed values to be excluded you can directly do that in the query designer.

  • How to prevent AT SELECTION-SCREEN event on second Selection Screen

    Hi All
    I have a program in which I am entering some parameters in a selection screen and also validating them in AT SELECTION-SCREEN events. After validating them the program shows another selection screen in which I have some push-buttons. I have some events on those push-buttons also.
    However I am facing a different problem now. When I execute the second selection screen I get the report, and when I click on back button then it again triggers the AT SELECTION SCREEN event of the first selection screen and displays the related messages.
    How to prevent this ? Is there any way where I can restrict the execution of selection screen events for a particular selection screen?
    Amol

    Hi,
        try this logic when Ist selection screen validation
         is done set a flag = 'X' .
          at selection-screen.
          if glag is initial
           *screen validation
               flag = 'X..     
          endif.
    regards
    amole

  • "MAXIMUM NO OF HITS" field in selection screen for Product Search

    Hi all,
       We are  running on SRM 4.0.I have a query regarding the Selection screen which appears for the Product Search when we click on the "inetrnal Goods/Servcies" link...
        I have developed a Z-serch help for the Product search wherein i have control of  all the other fields lik "Product ID"," Product description " etc..But not "Maximum no of hits" (since it is  a part of the std functionality)...In the selection sceen field " Maximum  no of hits" ,whatever value i enter  that value is not considered...So is there any way that this field is not diplayed on screen/can be disabled(made an O/p field)...
      All suggestions are  welcome....Please  help...
    Thanks & Regards,
    Disha.

    Well,
    You're talking about COLLECTIVE search help. You won't definie Max No of hit at this level.
    Define an elementary search help and assign to this one a dialog mode (retriction or set of values).
    Regards,
    Bertrand
    PS : Don't forget reward points

  • Can we write SQ01 query on bkpf vs faglflexa...

    Hi All,
    Is it possible to write an infoset to join two tables BKPF and FAGLFLEXA..
    I have written an infoset for the same but when i execute the query it's not showing any data in the out put list..
    can any one help me how to make this possible..
    Thanks in advance,
    Viswa

    Hi Viswa
    did you get solution. i am getting same problem aswell. when i check faglflexa i have data. but, i dont see any data using SAP infosetQuery. below is the message details.
    can anyone help me on this
    No data was selected
    Message no. AQ260
    Diagnosis
    When executing a query on the selection screen, no data was found for the criteria you entered. Therefore, no list could be generated.
    Regards
    Sri

Maybe you are looking for

  • HELP ! ASAP . Space Bar and .?123 doesn ' t work ! HELP PLEASE !

    Yesterday my ipod was working fine throughout the day and then around 7 i tried to type in something and press the spacebar then it wouldn't work , i have no clue why it doesnt work and then i tried to use the .?123 button and that one doesnt work ei

  • Buying a iMac 24" Intel Core 2 Duo processor for CS2 & CS3?

    I have been a PC and MAC person for many years, but would like to move to one platform, MAC. I am a photographer that has been using a XP x64 PRO box (AMD 64 3800+, 4GB DDR Ram, Dual Monitors) for a couple years in my photography sorting and light ed

  • I can't move any objects or paste into text boxes on InDesign CS5.5

    I have tried to move objects that I have placed or created in InDesign and can't move them at all.  Also, I can't paste what text I have copied into a text box. I'm using InDesign CS5.5 and on a Mac with OS X10.6.

  • ComErrorException class not registered

    I have set up a merge replication as follows. Publisher and subscribers are mssql 2008 servers.  It is possible to replicate via RMO from a Client Application. This works fine if there is an sqlserver 2008 installed on the client. If not we get the f

  • Movement Type 512 has accounting document during posting

    Hi SD Experts, Kindly guide me how to setup a scenario wherein when posting a transfer using movement type 512 with reference Sales Order, there should be no accounting document. Thank you in advance, Glen