Problem in displaying variable input screen

Hi,
I am trying to execute the query. I created Characteristic with User entry variable on some characteristics. But at the time of execution it is not displaying variable input boxes for inserting the input. It is giving blanck white in colour. It is strucking this process. Even I am opening other queries also it is giving the same problem. So please give me appropriate solution for this.

Dear Purushottam,
Check the variable again...in the Details tab
Check the VARIABLE IS READY for INPUT check box.
Regards,
Ram.

Similar Messages

  • How get Query Monitor (RSRT1) to show variable input screen

    Hi,
    I'm trying to test a query that has variable input and I can't get the variable input screen to give me a chance to input variables.  Since this is key to debugging this query, I need it to recognize my input variables.
    Help!
    Thanks
    Suzanne

    Hi,
    In rsrt, enter the query name -> select query display as HTML -> In the big text box that appears below it type "variable_screen=x", without quotes and it should show you the variable screen.
    Thanks,
    Sri.

  • Removing Key Date from variable input screen

    Hi Experts,
    I am trying to remove the "key date" entry from the variable input screen so users dont see this value when they are trying to run a query. Can you please advise me on how to do this?
    Thanks in advance.

    Hi Paul,
    You would need to open the query and remove this variable from the query definition, or if you need this variable and then remove the ready for input check mark from the variable definition.
    Hope this helps...

  • Problem in displaying quantity in screen field.

    Hi all,
    Am facing a problem in displaying the quantity in a screen.
    In my program,am displaying the material no , unrestricted stock , blocked stock and the related pending prs for that material  say
    mat no - 6021  Un.Res.Stock - 100  blocked stock 10 .
    if 2 PRs are pending for tat material, i hav to display in this for mat
    Mat.no   Un.res.Stock    Blockd stock      pend.pr
    6021        100                 10                    100012
                                                                 100013.
    But here am getting
    Mat.no   Un.res.Stock    Blockd stock      pend.pr
    6021        100                 10                    100012
                    0.00                0.00                 100013.
    am using table control for the screen.
    i dont want 0.00 to get displayed below the Un.res qty.
    since it is a quantity field it is getting displayed with 0.00
    Can it be solved?
    Thanks
    Priya

    Hi,
    one thing can be done that before passing the data to the table control take work varibale of char type and pass the PRS values to that variable using MOVE Keyword  and then to the table control .
    ie. data :
         w_prs(10) type c.
    move wa_prs to w_prs. 
    " pass w_prs to the table control
    Hope u got the idea...
    thanks
    ravi

  • Problem in displaying message in screen

    Hi All,
    I am trying to put a comma between each variable that is getting displayed in screen.
    I am displaying a sucess message in my screen as follows.
        DATA:    lv_message  type symsgv.
           concatenate var_one ',' var_two ',' var_three  ',' var_four  ','  var_five  ',' var_six  ','
                var_seven ',' var_eight  ','
                var_nine  ',' var_ten into lv_message.
            CALL METHOD lo_message_manager->report_t100_message
              EXPORTING
                msgid = 'zmessage'
                msgno = '1'                                         " This is a message. We are displaying it on screen.
                msgty =  'S'
                view  = 'view1'
                p1    = lv_message.
    Now what happens is, some of the variables may be blank in database table. for example assume var_three, var_four and var_six are blank.
    So the final message in screen is getting displayed as follows:
    This is a message. We are displaying it on screen. 1,2,5,7,8,9,10,,,,
    How to avoid the commas which are coming at the end.
    Please provide your suggestion.
    Thanks in advance.

    Hi,
    Instead of the pattern given you can also get something like this 1,,2,3,,5,,,
    So you have to take care of extra commas in between as well,
    You can write extra logic if-else statements to first check if the variable is initial or not, if not then only concatenate.
    Regards
    Manas Dua

  • BI report not displaying Variable selection screen on UI

    Hi,
    We have recently upgraded our CRM to 7.0, but the strange thing is the BI reports are executing without giving the user the variable screen.
    Now the alternative to this is making the variables in BI section Mandatory and they show up in the report, but this is not the correct way.
    Are we missing some piece of configuration somewhere.
    Regards
    Lalan

    Hi Vinayak,
    Do you know how can I get the variable selection screen to display in BI analyzer when I execute the report from backend BW system and it launches BI analyzer. I know we can go into Add-Ins and from toolbar we can go into Change Variables Values icon, but I would like selection screen to display as default when user runs the report from backend.
    Thanks
    Divya

  • Problem with displaying a splash screen twice

    I have a splash screen that displays while I am reading data from the recordstore, I use the same sceen when I am writing data back to the record store when the application exits.
    The problem I am having is that the screen never appears the second time, I have tried to set it to null and then instantiate it again but it still does not appear. Can someone please give me some adivse as to why this might be happening. I am pretty sure it is some kind of race condition with the threads but I just cant seem to solve it. I am placing snipits of code below.
    public class NetTools extends MIDlet implements CommandListener
    public void startApp()
    isPaused = false;
    display = Display.getDisplay(this);
    splash = new Splash();
    splash.start();
    settings = new Settings(this);
    settings.start();
    display.setCurrent(splash);
    splash.StartTimer();
    splash.setMsg("Loading Settings...");
    settings.Load();
    splash.setMsg("Loading Main App...");
    splash.Dismiss();
    showMainScreen();
    splash = null;
    public void destroyApp(boolean unconditional)
    display = Display.getDisplay(this);
    splash = new Splash();
    splash.start();
    display.setCurrent(splash);
    splash.setMsg("Saving Settings...");
    //splash.Join();
    //splash.StartTimer();
    settings.Save();
    //splash.Dismiss();
    settings = null;
    splash = null;
    public class Settings implements Runnable
    public void Load()
    try
    thread.yield();
    public void Save()
    try
    thread.yield();
    public class Splash extends Canvas implements Runnable
    public void StartTimer()
    start_time = System.currentTimeMillis();
    repaint();
    serviceRepaints();
    public void Dismiss()
    while ((start_time+WAIT_TIME)>System.currentTimeMillis())
    repaint();
    I cannot seem to figure out how to make the thread for the splash overtake the UI thread in the destroyApp(), does anybody have any ideas.
    Sunny

    A grey box with the splash screen size is displayed.would indicate you have your "application which takes sometime to load" in the
    EDT, which will prevent painting until loading finishes
    use a separate thread to load the data
    http://java.sun.com/docs/books/tutorial/essential/threads/
    http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html
    http://java.sun.com/products/jfc/tsc/articles/threads/threads1.html

  • Had problems with display said cracked screen not covered by warranty anyone else with this problam

    My daughter has MacBook Pro 15 with Retina display.   Bought in January 2014.   Said she must have dropped it.   She has barely used it.   She suffers from migraines and is in bed almost 24 hours a day.   They said it could have ben shut wrong.   of course AppleCare doesn't take care of it.   Anyone else know who we can contact.

    Apple care warranty does not cover accidental damage under warranty.  They can still repair it for you.
    You can check your homeowners insurance if you think it is worth it.
    Genius reservation http://www.apple.com/retail/geniusbar/
    on-line https://getsupport.apple.com/GetproductgroupList.action
    https://www.techrestore.com/mac/
    http://www.dttservice.com
    http://www.myservice.com/macbookpro.html
    http://www.ifixit.com/Device/MacBook_Pro
    http://www.PowerbookMedic.com

  • Variable input values in the query are displayed wrong

    Hi experts,
    I executed a report and in the variable input screen it asks for a key date and company code.
    We entered key date and company code and executed the report.
    We want to take a print out of the output. But the variables which we entered in the variable screens are
    dispalying wrong. i.e if we have entered company code as gsml and key date as 01.01.2008.
    In the report output I am getting as:
    Company code: gsml
    Keydate: #..27-11-4745
    But keydate should be displayed as 01.01.2008
    How to solve this ?
    Regards,
    Nishuv.

    Nishuv,
    Please follow below steps:
    1. Open query through Bex - Query Designer
    2. Beneath the Rows Area( where you actually  drag in charactertistics), you'll be finding two tabs Filter and Rows/Columns
    3. Click on Filter Tab
    4.You'll be navigated to a window, there you can trace two Workareas
            a. Characteristic Restrictions: Where drag in the relevant Prompts/Input Variables
            b. Default Vaules
    5.First, Drag the required promts/Input Variables in Characteristics Restrictions.
    6.Click on the varible which was dragged in Characteristic Restriction area and drop it into default values area.
    7.Now you'll have visibility of variable in two regions, Characteristics and Default Values.
    8. Save and Execute the Query
    Regards,
    Yaseen

  • Variable Input display in report

    Hi Experts,
    I've a requirement where I need to display the inputs given in the Variable input screen in the report.
    Please help me hoe can I achieve this.
    Thanks in advance.

    Hi,
    Issue dicussed already.
    Very nice how tos from Surendra Kumar Reddy Koduru
    Derive texts from input varaibles
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f119d9-922d-2c10-88af-8c016638bd90?QuickLink=index&overridelayout=true&43581033152850
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13221
    Hope this helps
    Joe

  • Problem in input screen while executing the query

    Hi,
    I am trying to execute a query.In the variable input screen i have to provide a list of document numbers for a filed. If i click the 'Select from list' symbol, it is taking very long time to process and not responding for  2 to 3 hours. But if i enter the values directly instead of clicking it, it is executing in less than a minute. Any idea why it is taking long time if i click  'select from list'.
    Your help will be much appreciated.
    Regards,
    Vishnu

    Thanks for you reply,
    This report is created on a ODS and it is not the case with other reports. This report was workin normally till last week, but dont know what is the exact reason this week. There is no changes like applying any patches etc to the system.
    Regards,
    Vishnu
    Edited by: Vishnuvadhan K on Apr 16, 2009 5:19 PM

  • How to supress value '#' in variable selection screen?

    Hi gurus,
    i wonder if there is any solution for this question:
    Before query execution, when system requests variable values, in the list of available values for filtering 0calyear, allways apears value '#' and the rest of values loaded in the infocube.
    0calyear is defined as "Only values in infoprovider", and there isn't any blank value ('#') in the dataprovider. I also have executed RSRV tests for deleting unused values in dimension table.
    Regards
    As allways I'll assign points

    So, as I read, there is no way to remove this "# value" from selection list in variable screen, unless i delete this initial entry in p-table. I've tried to delete this entry (vía debug) and its OK, the # value is no more displayed. But I think that it could be dangerous, couldn't it? Anybody know what could happen if i delete this P-entrys in some infobjects?
    My question is only about variable input screen, not the results displayed (i knew that you can exclude this value in query definition).

  • Web URL - Variable input not working

    Hi There,
    I have got following URL for one of my web application -
    http://cccbwde1.xxx.com:8120/sap/bw/BEx?sap-language=EN&CMD=LDOC&INFOCUBE=ZSC_O01&QUERY=QZSC_O01_5002_TEST
    and it works fine. It has got a few variables and as parameter passing I would like to pass on default value to variable.
    Say one of the variable used is S_plant and supply default value 6011 to it, my new URL looks like
    http://cccbwde1.xxx:8120/sap/bw/BEx?sap-
    language=EN&CMD=LDOC&INFOCUBE=ZSC_O01&QUERY=QZSC_O01_5002_TEST*&VARIABLE_SCREEN=X&
    var_name_1=S_PLANT&var_value_ext_1=6011*
    problem I am facing is that it does not show and default value while displaying variable entry screen. Please suggest.
    Regards
    Vikash
    Split the URL for easier display
    Edited by: Arun Varadarajan on Feb 20, 2009 10:45 AM
    Edited by: Arun Varadarajan on Feb 20, 2009 10:46 AM

    Hi Vikash,
    there is a possibility to modify WAD applications by using parameters to call Web applications ([SAP Help|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm]). Just tried it with
    a dummy query on our system and it works for queries which are executed directly from Query Designer as well.
    Just give it a try like this extension:
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=
    [variable_value]
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=[variable_name]
    Your link in total should be like this (if I have not done an error; please also complete the xxx):
    http://cccbwde1.xxx:8120/sap/bw/BEx?sap-
    language=EN&CMD=LDOC&INFOCUBE=ZSC_O01&QUERY=QZSC_O01_5002_TEST&VARIABLE_SCREEN=X&
    BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE&BI_COMMAND_1-VARIABLE_VALUES-
    VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING&BI_COMMAND_1-VARIABLE_VALUES-
    VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=6011&BI_COMMAND_1-VARIABLE_VALUES-
    VARIABLE_VALUE_1-VARIABLE=S_plant
    If it is not working just let me know.
    Brgds,
    Marcel
    Split the URL for want of seeing the post in whole!!
    Edited by: Arun Varadarajan on Feb 20, 2009 10:44 AM
    Edited by: Arun Varadarajan on Feb 20, 2009 10:46 AM

  • How to get the input screen?

    HI friends i have got a problem in displaying the initial screen in screen painter.
    in process after input i am having one push button(display) where when i click that push button it has to call  a program for that program i am having one input screen like empid.
    I am working like in PAI
    when 'display'.
    submit <program name>.
    Here it is displaying the direct output rather than displaying the initial screen where we have to give the input(empid).
    Can anyone give me solution for this.

    Hi Venkateswar,
    Use the SUBMIT statement with addition
    USING SELECTION-SET  to pass the values to the selection screen of the called report. Just press F1 on submit. It will show various additions. U can use any one which suites ur requirement.
    Thanks,
    Vinod.

  • Choose 0calday from calendar screen in BEx Web input screen

    Hi Experts
    Is it possible to present variable input screen for 0calday as a calendar in BEx Web? The possible dates should be presented as it is in BEx Analyzer.   
    Kind regards
    Erik

    Hi Erik,
    Have you seen this:
    http://help.sap.com/saphelp_nw04/helpdata/en/61/886b3ca681207ee10000000a11405a/content.htm
    Hope this helps...

Maybe you are looking for

  • Syncing issues with Windows 7...

    I cannot get my iphone to sync anymore once I updated to Windows 7. The computer bogs down and the iphone times out shortly after syncing a few songs. I have read about this problem and have tried a few fixes but nothing seems to be working for me. E

  • I upgraded to Firefox 4.0 and my home page on Google disappeared; how do I get it back?

    After upgrading to Firefox 4.0, my page that I set up on Google which is the website that I sign into is no longer displayed. Instead just the basic page is displayed. I need to know how to get my Google page up again. Harry deMoll

  • Installing Adobe ~ Error

    When trying to install the free Adobe I get this error message "Error 1606. Could not access network location %APPDATA%\." how do i install Adobe?

  • MRP run failure

    Dear All, I have created Sales Order for one material and now when I run MRP for that material , material is not being planned. I checked there is no any entry in the planning file for that material, thats why material is not planned. Please let me k

  • Problems with Driod 2

    The Droid 2 started out to be a nice phone. The problem I'm know having is that it lags and needs to be restarted at least once a day to get my email notification. And my voice dial over Bluetooth takes forever to start (and that's when I use a Motor