Initial selection screen missing when execting a query via web

Hello all.
We have a problem when we try to execute a query in web. We developped queries via query designer and we published all in a role. By doing it system generates a link that makes possible to execte this query via web. The issue is that sometimes the initial selection screen doesn´t appear (and the variables are "ready to input".
Could anybody help me?
Thanks in advance.

Dear Carmen Rodríguez,
In the WAD properties of the webtemplate.. carefully look for 'Force Variable Screen' Check that option..
Save and rerun the same.. it should be able to see the screen after that..
regards,
Hari

Similar Messages

  • BEX :Selection screen missing when executing a query

    Hi all,
                When I am executing a query through BEX Analyzer,I am not getting the Selection Screen Popup.Instead ,the report is directly being generated.So,this is giving rise to various problems.But when the user is executing through portal,he is getting  the selection screen.
    I am not getting this Selection screen popup in all the DEv,Quality,PreProd and Production systems.And hence ,i am  not able to give the selections for a report
    Can anyone please provide a solution for this?
    Awaiting your response.
    Thanks,
    Amar

    Hi,
    Our GUI version is 710 and 640 is recommended by the client.Hence, no problem with that.The user is able to execute more than one query.
    Do u think it is a basis or security related issue.Or is it  due to Application of some GUI Patches.
    Thanks,
    Amar

  • Order of the variables in the initial selection screen.

    Hi all,
    How can I change the order of the variables in the initial selection screen.
    Thanks in advance.
    Regards,
    Kumar.

    In the query designer goto query properties screen.. In the first screen you will see the order and you can move up and down the variables there as per your need ..
    Regards.

  • Screen Saver does not use selected Screen Saver when activated

    Screen Saver does not use selected Screen Saver when activated. After "Start screen saver" elapse time has been reached, a blank black full screen is displayed. I can activate the selected screen saver by using the hot corners function. Any help with this matter will be greatfully received.

    Hi again sassey,
    You're assuming correctly. Simply change the settings so that your screen saver activates before the sleep settings.
    Hope this solves your problem...

  • Error When Launcging BEX query into Web Browser

    Hi all,
    When Launching Bex query into Web browser from BEx Analyser it's giving this error message. We are using Bex 3.x tools.
    Technical Information for Message:
    Error loading template 0ADHOC
      Notification Number BRAIN 276
    Any help will appreciated!.
    Thanks,

    If you want to continue to use the ABAP-based runtime, create the template using the Web Application Designer (SAP BW 3.x).
    The templates called using the new Web Application Designer have new objects that are independent of the objects saved using Web Application Designer 3.x. This means that, unlike the old templates, they can no longer be called using parameter template_id=abc. Instead, you can address them from an iView using template=abc and they use the Java Web runtime in the portal. Only the old templates can be executed in transaction RSRT.
    In Web Application Designer 3.x, you can use parameter template_id=abc to call saved objects.
    Note 1014795 - Error BRAIN 276 when you execute a Web template
    Hope it Helps
    Chetan
    @CP..

  • Selection screen field not working in Query

    Hi Gurus!
    I have a small problem with one of my query that I just created for finding status of our customers. I have a code section which handles it all . The problem is that I ahve a user field called "Check date" which I ahve used in selection screen as well as the layout, when I put a value in this field in the selection screen the report dosent give any output " NO data to display" but when I leave it open it does give me the out put with the saem check date as I ahd entered earlier in my selection screen.
    I am not sure where my selection code is working wrong . Could anyone please help me out please.
    DATA: ls_vakpa LIKE vakpa.
    DATA old_date LIKE sy-datum.
    old_date = key_date - num_days.
    status = 'ACTIVE'.
    check_date = old_date.
    * (If I entere this field (check_date) with any date
    *  and run it does not give me output and without
    * entry it dioes give output.
      SELECT SINGLE * FROM vakpa INTO ls_vakpa
          WHERE kunde = kna1-kunnr
       AND audat > old_date.
          IF sy-subrc <> 0.
        SELECT SINGLE * FROM vakpa INTO ls_vakpa
            WHERE kunde = kna1-kunnr
          AND audat < old_date.
          IF sy-subrc = 0.
          ls_audat = ls_vakpa-audat.
          ls_vbeln = ls_vakpa-vbeln.
        ELSE.
          CLEAR ls_audat.
          clear ls_vbeln.
        ENDIF.
        status = 'INACTIVE'.
      ELSE.
        ls_audat = ls_vakpa-audat.
        ls_vbeln = ls_vakpa-vbeln.
      ENDIF.
    Edited by: Rob Burbank on Apr 7, 2010 12:08 PM

    DATA: ls_vakpa LIKE vakpa.
    DATA old_date LIKE sy-datum.
    old_date = key_date - num_days.
    status = 'ACTIVE'.
    check_date = old_date.
    if old_date is initial.
       old_date = key_date - num_days.
       check_date = old_date.
    endif.
      SELECT SINGLE * FROM vakpa INTO ls_vakpa
          WHERE kunde = kna1-kunnr
    *      AND audat > old_date.
        AND audat > check_date.
      IF sy-subrc <> 0.
        SELECT SINGLE * FROM vakpa INTO ls_vakpa
            WHERE kunde = kna1-kunnr
    *        AND audat < old_date.
          AND audat < check_date.
        IF sy-subrc = 0.
          ls_audat = ls_vakpa-audat.
          ls_vbeln = ls_vakpa-vbeln.
        ELSE.
          CLEAR ls_audat.
          clear ls_vbeln.
        ENDIF.
        status = 'INACTIVE'.
      ELSE.
        ls_audat = ls_vakpa-audat.
        ls_vbeln = ls_vakpa-vbeln.
      ENDIF.

  • How to deal with dynamic selection screen elements when macros are used?

    Hello experts,
    This is regarding the dynamic selection screen elements. Actually the requirement is to modify the existing standard report program RFUMSV00 by copying it into a Z report, adding a few selection screen elements and new fields in the output. I actually did everything required except for the one thing that is going out of my reach.
    There are a certain fields which are coming when they are not supposed to get displayed. I don't understand the code because of its obsoleteness. Neither can I debug it because it is just data declaration.
    This is the code where there is a fault. If I copy the entire code into a new Z report, I'm getting new fields like Entry Date, Document Type, Reference Transaction,  Reference key, Logical system.
      DEFINE selection_screen_line.
      selection-screen: begin of line.
      parameters &3 like &4 default 'X' modif id mc4.
      selection-screen: comment (30) &1 for field &3 modif id mc4.
      selection-screen: comment pos_low(10) text-019
                        for field &2 modif id mc4.  "neu
      parameters &2 like rfums_alv-variante modif id mc4.
      selection-screen:
          position pos_high.
      selection-screen: pushbutton (15) text-028
                        user-command &5 modif id mc4.
      selection-screen end of line.
    END-OF-DEFINITION.
    Kindly, suggest me the right solution.

    In the program attributes ( SE38 > RFUMSV00 > GOTO > Properties ), you will find a logical database BRF declared. The include DBBRFSEL is part of the selection screen of this logical database.
    The selection screen is actually the selection screen of this logical database.
    Under the Logical Database field, there is a Selection screen field where you can input which selection screen of the logical database to be used.
    But, this is just to change the selection screen that is displayed. To completely suppress it you need to remove logical database declaration from the properties of the program and call it inside your program through function module.
    You cannot just remove it from the declaration because many of its variables are used in the program.
    So call it using function module as the first step in INITIALIZATION section of the program.
    The syntax and function module to call it in your program can be found in the following thread :
    How to hide the selection screen of a Logical datebase?
    Regards,
    Ashish

  • Selection screen validation when using PNP LDB

    Hi guys,
    I want to validate my selection screen parameters.Thats is if somebody wants to run the program without giving any input parameters to the selection screen(trying to run the report with a blank screen) I want to pop up an error/information message so that it will return the selection screen.I am using PNP Logical database for my selection screen.Please help.Thanks in advance.
    Thanks,
    Karthik.

    Welcome to SDN.
    If you are using PNP logical data base then validating the fields will be little tricky...
    You canc check all the other fields in START-OF-SELECTION and if they are empty return eroor. Remember all the field s on the scree... so I will suggest you to choose HR report Category accordingly.
    Also,when it comes to date field then you need to check for the start and end dates rather than blank fields as SAP defaulted them to system start and end date.
    Still, I will prefer to create a HE Report Category for the PNP database and use the screen while validating....that will be easy...

  • How to add a field to the selection screen and when the user enters ...

    hi all,
    can any one plesase send the code of how to add a field to seletiion screen and when the user enters in the field , it should be store in the database table , the table is MKPF and the field is BKTXT.  Thanks.

    Hi Kripa,
       If u r using PNP ldb then the screen u will get is the screen for that ldb and if u want to add some more fields then u define using selection-screen..as follows
    SELECTION-SCREEN BEGIN OF BLOCK mysel WITH FRAME TITLE text-111.
    PARAMETERS: n_in_en  RADIOBUTTON GROUP g1,
                q_ev  RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK mysel.
    SELECTION-SCREEN BEGIN OF BLOCK mysel1 WITH FRAME TITLE text-222.
    PARAMETERS: r_date TYPE sy-datum DEFAULT sy-datum.
    SELECTION-SCREEN END OF BLOCK mysel1.
    SELECTION-SCREEN BEGIN OF BLOCK mysel2 WITH FRAME TITLE text-333.
    PARAMETERS:f_ver(3) TYPE c DEFAULT 1,
               c_no(10) TYPE c DEFAULT '9D0161',
               u_id(15) TYPE c,
               password(15) TYPE c,
               r_email(30) TYPE c DEFAULT PARAMETERS: s_not TYPE c AS CHECKBOX.
    PARAMETERS:t_run TYPE c  AS CHECKBOX.
    SELECTION-SCREEN END OF BLOCK mysel2.
    SELECTION-SCREEN BEGIN OF BLOCK mysel3 WITH FRAME TITLE text-444.
    SELECTION-SCREEN BEGIN OF BLOCK mysel4 WITH FRAME TITLE text-555.
    PARAMETERS: p_ser  RADIOBUTTON GROUP g2,
    a_ser  RADIOBUTTON GROUP g2.
    SELECTION-SCREEN END OF BLOCK mysel4.
    SELECTION-SCREEN BEGIN OF BLOCK mysel5 WITH FRAME TITLE text-666.
    PARAMETERS:p_path TYPE string.
    SELECTION-SCREEN END OF BLOCK mysel5.
    SELECTION-SCREEN END OF BLOCK mysel3.
    u will get this additional screen after the screen of ldb.
    I hope this will help u..
    Thanks & Regards
    Ashu Singh.

  • Initializing Selection-Screen as dynpro subscreen

    Hello!
    I wrote a dynpro program that includes a selection screen as subscreen. In the flow logic the subscreen is called before output like this.
    process before output.
      call subscreen sub including sy-repid '110'.
      module status_0100.
    The program works fine to this point. Now I want to initialize a select-options table in the selection screen with some values. Doing this in the status_0100 module doesn't work. I suppose at this point it is too late to change values of the selection screen. I can't change the flow logic of the selection-screen 110 because it is generated automatically.
    My questions are:
    1. Is there any kind of initialization block or something like this where i can place the code to fill the select-options table?
    2. Filling a select-options table by appending lines to it is the common way to do this, isn't it?
    Thank you for your answers,
    Georg

    There is nothing stopping your from doing this?
    process before output.
    module status_0100.    "<-- Put this here
    call subscreen sub including sy-repid '110'.
    And then fill your select-option in the STATUS_0100 module, make sure that you apend to the internal table!
    Regards,
    Rich HEilman

  • Getting SQL*Net more data from client waits when running a query through web based interface

    Hi, you all,
    We are having this weird behavior when running query through web based interface, we get a lot of "SQL*Net more data from client" waits, the OEM indicates that the current wait event is SQL*Net more data from client
    It's just a very simple query wich invokes a db link.
    When I execute the same query on any PL/SQL tool like toad or sql developer it works fine, but that query inside an application executed through a web based interface, it hangs for ever.
    Where can I start looking for the problem.
    We are working on a 3 Node RAC 11gr2, both databases are on the same RAC.
    Thanks.

    Hi ,
    we managed to reproduce the case in test environment, below are the steps:
    1)have 2 databases on different machines, will call the first one local, the other one remote.
    2)in the local database create:
    a - DBLink to remote database.
    b - read data from remote database(we simply used select count(*) from dummy_table )
    c - insert data into a table on the local database
    d - terminate the connection between the 2 databases (disconnect either machine from the network)
    e - commit on local database.
    what we noticed was the following:
    1)when the local database is disconnected from the network(the machine is not connected to any network at the moment): almost immediately throws an error, and issuing the following:
    select * from dba_2pc_pending;we found some data .
    2) when the remote database was disconnected(the local database is still connected to the network):
    after 7-8 seconds an error is thrown, and issuing the following:
    select * from dba_2pc_pending;did not return any data.
    since this is pretty similar to our case ,we concluded that it's a network issue.
    is this the correct behavior ?
    as a temporary solution till the network issue is fixed ,we did the following:
    1) changed the call of the remote procedure to calling a local procedure that calls the remote procedure.
    2) added pragma autonomous_transaction to the local procedure.
    3) at the end of the local procedure rollback the autonomous transaction.
    it seems that since the global transaction does not use the DBLink database does not issue a 2PC commit.
    this works in my cases since the DBLink is only issed to read data.

  • The keyfigure values appear as' X' when ran the Query in Web

    Hi Experts,
       When I tried to run a Query in web. The key figure values are appeared as 'X'. When I drill down by any characteristic like sales district, I could see values for some sales district,other than that the same 'X' was there.
    Please help on this..
    Thanks in advance,
    Charles.

    Hi Charles,
    Normally 'X' appears when the divison by zero happens, so this might be a calculated key figure wherein some divison is been done.
    The level at which you are luking at the query where u r getting X, please check the data at same level in the cube or DSO, and perform the calculation in there.
    If u get data at drill level then this is moreover a data issue.
    To avoid the display of 'X' u can use the nodiv function in calculation.
    Thanks
    dipika

  • Borders missing when displated as HTML on Web

    Hi All,
    I have created a matrix report and trying to publish it to the
    web in HTML format. The borders are missing when published on
    the Web. I tried to draw a line, but it does not help. I have
    seen in these forums that it is a restriction. But can anyone
    tell me any workaround and how you guys have implemented it.
    Thanks
    Chithan

    hello,
    first thing, i would use HTMLCSS as this format produces a more
    accurate output.
    there are restrictions with HTML(CSS) as it does not support the
    creation of graphic-objects (lines, boxes, etc.) those will not
    be visable in HTML(CSS); tableborders are basically graphical
    objects around the datacells, therefore not available in HTML
    (CSS).
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Screens missing when the Recording is processed : XK01

    I need to upload vendor master data. I also need to capture second address under the International Versions section. I could record it ( selecting the checkbox "Not a Batch Input Session") in the very first screen of SHDB.
    Otherwise we will not be able to see the actual screens in ME11.
    Problem:
    When the recording is processed, the International versions screen is not displayed and the process stops in the very first screen itself. It is not proceeded further.THe recording shows that everything is captured perfect.
    Can anybody give me the solution for this.This is very critical.
    SAP Version : 4.7
    Regards,
    Siva

    Hi Siva
    Try checking the Central Address Mgmt check box in the first screen while taking a recording. Or, if you think it is an issue with authorizations, try recording with an MM (functional) user id.
    If you find this answer useful, please reward me for the same.
    Good luck
    Karthik Potharaju

  • Transport selection screen variant of ad-hoc query

    Hi, I've created an ad-hoc query using sq01,sq02,sq03 and I've assigned it to a transaction and created a screen selection variant.
    Now I want to transport the screen selection variant. RSTRANSP doesn't seem to work for that.
    Thanks

    Hi Alejandro,
    You can transport this to other system by make use of program RSAQR3TR,  before you transport to other systems, please check everything is working fine in Development system, once everything is perfect..
    Please use the program which i have stated above and transport user group first, then infoset and then query,, you can do it in two ways..by downloading and uploading or else by export and import..
    if you still have any queries on this. share with your screenshot what have you done,, so i will help you on it..
    Thanks
    Sriram

Maybe you are looking for

  • X120e power setting changes won't take...

    Have re-set power settings in both lenovo app and windows power magr, and yet machine keeps going into standby after 2 mins on idle time.  driving me nuts...pls help.  thx

  • Marketing Attributes Authorization

    Hi all, I would like to know whether is it possible in CRM 2007 to set the authorization for some specific Marketing attributes so that only authorized user can see those marketing attributes. Would appreciate if some hints are also provided. Regards

  • Confirmation with COR6N

    Hi I have a problem when I need to confirm my finished product with the trx COR6N, it only shows the components (261), but for the finished product I have to post the confirmation with MIGO. It only happens when I have more than one phase in my maste

  • Page Layout Problem

    This is a silly little problem which I can't fix... I have a page with text and a row of small photos below. This is constructed from a text box with the photos placed immediately below the box. Looks fine in iWeb, but when published, the photos appe

  • Cannot open pdf files in IOS 6

    Cannot save a pdf file since I upgraded to IOS 6. When I choose the open option (top right arrow) a empty screen pops up with no option to open in Ibooks or other readers