Input help in variable screen

Hi,
I'm having a query on top of 0EMPLOYEE. 0EMPLOYEE has an attribute of a business unit (which has the default BEx settings of display as text) and I have a selection option variable on top of this attribute.
Previously, on BW 3.x the variable screen used to show both the key and text, regardless of the settings in the BEx tab of the infoobject definition. in BEx Web JAVA it will only let me have the text selection. is it possible to change that without changing the default settings in the BEx tab of the infoobject definition?
Tomer.

For BEx Web 7.0 make sure you have the attributes suppressed in help with the instructions from note below:
https://service.sap.com/sap/support/notes/1144979
Also apply the optimizations provided in the notes below:
https://service.sap.com/sap/support/notes/1374724
https://service.sap.com/sap/support/notes/1379804
https://service.sap.com/sap/support/notes/1266510
Also you could try changing the read mode of the F4 help depending on the size of the cube and MD tables.

Similar Messages

  • F4 input help on Variable screen is not working on Portal

    Dear Experts,
    We are facing one issue when we run the WAD report on portal, variable screen gets hang after clicking on input help button (F4) for couple of variables. We are facing same issues when we run the base queries on portal. But when we run the same base queries in RSRT (Tcode) or in BEx Analyzer we are not facing this issue and able to get the input help screen with values.
    I also have gone through some old posts related to such issues but didn't help much. We are already on SAP BW 7.4 SP Level 008 and for Char IO Query Filter Value setting is kept as "Values in Master Data Table" only. This is a MD IO with Compounding.
    Kindly let me know if anyone has faced such issue.
    Thanks in Advance,
    Nilesh

    Dear Martin,
    There is a no long running work process in the backend and data volume is more in Master Data Table, there are around 19 Lacks records available.
    For BI Java patch and defaultTrace for errors I will check it with BASIS Admin team. Unfortunately I don’t have rights to do same.
    Thanks,
    Nilesh

  • F4 Input Help in Variable Screen takes about 30 Minutes to display.

    Hello Experts,
    We have a web-report in which the time taken to display all the entries in F4 Input Help of the variable screen takes about 30 minutes. Have anyone experienced so long a wait time while accessing F4 Input Help in the variable screen and is there anything that we can do to reduce this wait time.
    Thanks
    Arvind

    For BEx Web 7.0 make sure you have the attributes suppressed in help with the instructions from note below:
    https://service.sap.com/sap/support/notes/1144979
    Also apply the optimizations provided in the notes below:
    https://service.sap.com/sap/support/notes/1374724
    https://service.sap.com/sap/support/notes/1379804
    https://service.sap.com/sap/support/notes/1266510
    Also you could try changing the read mode of the F4 help depending on the size of the cube and MD tables.

  • Sort values in input help for variables

    Hi there,
    Users often get annoyed by the input help in our web-reports. As the data in the InfoProvider grows, the variable values in the input help screens gets over-populated.
    Often old values (eg. 0CALMONTH) are displayed first and users have to scroll trough 8 blocks of values before they get the value they are looking for.
    It is kind of a practical issue, but does any of you know how to <b>sort</b> the values in the input help screen?
    Kind regards,
    Hans de Klein

    Hi Hans,
    I can suggest you one way but i am not sure it will work in your scenario.
    Where ever you have used variables. Lets say 0CALMONTH.
    You must have restricted this with some variable.
    Goto The Property of 0CALMONTH(By right clicking) and check the sort property.Also select you want to sort on Key/Text.
    Hope it helps.
    Regards,
    Parth.

  • Timeout on input help for variable

    hi all,
    in a selection screen of a report i have material and material type(navigational attribute of material) as input.
    the report is built on cube.
    only material is coming in cube.
    when i click on input help for material type the screen hangs on the report times out.
    whereas on the other hand if i am clicking help for material i am getting the values.
    this variable is used in other queries on different infoprovider and is running fine there.
    How do i get the values for input help for material type.
    all the standard settings have been maintained(such as query filter selection etc...)
    regards,
    Arvind.

    Hi,
    Activate 0material masterdata.and Regenerate your query in RSRT.
    If the problem still exists then debug the query using RSRT for the perticular field output.
    Thanks
    Kumar

  • Modifying the cell content based on input parameter from variable screen.

    I am trying to modify a cell content in the BEX Web Application Report based on the input parameter from the variable screen.
    I am already aware of how to change the cell content by creating a new ABAP class and inheriting CL_RSR_WWW_MODIFY_TABLE.
    I do not know how to get the input parameter variable from the variable screen in my custom class ZCL_RSR_WWW_MODIFY_TABLE. I am not very familiar with ABAP and would appreciate your help.
    Thanks
    Sowmini

    in the start method
    define a work area like line of n_r_data_set->N_SX_VERSION_20A_1-TXT_SYMBOLS
    loop at n_r_data_set->N_SX_VERSION_20A_1-TXT_SYMBOLS into <wa> ..
    endloop .
    This will have all the filter, variable values entered in the selection.
    Regards
    Raja

  • Issue in F4 help in variable screen of the report

    Hi All,
    I am facing an issue with Bex query, there are two navigational attributes in query, those are NAV1 and NAV2 and we have created two variable for these attributes,
    When we run the query in analyzer and in the variable screen we are trying to select values for these attributes from F4 help, we are able to see both the values in each attribute.
    For example NAV 1 has 100 vlues and NAV2 has 100 values, when we click on F4 help on the NAV1 attribute in variable screen we are able to see 200 entries, means it's including NAV2 values, it is vise-versa for the NAV2 attribute also.
    I ran the same report in RSRT and click on F4 help for NAV1 and NAV2 attributes, here entris are fine,each attribute showing only 100 entries.
    What could be reason for this issue.
    Could you please adivce me how to solve this.
    Thanks in advance,
    Venkat Kalla

    Hi,
    Please check Note 1495735 - 'check of changed records between DB and BIA after changerun'.
    If BIA is in use then this can be the cause.
    Otherwise check Note 1517248 - 'F4 help uses M mode instead of D mode for line item characteristic'.
    Finally, verify the read modes for both InfoObjects:
    1565809 - Settings for BW query F4 help
    Regards,
    Michael

  • F4 Help in Variable Screen during Query Execution

    Hi All,
    We are executing queries through WAD. The F4 help in the variable screen during query execution is taking a lot of time.
    SAP note 661251 suggests changing the F4 mode to M. We need to change the booked value parameter.
    I looked into the standard WAD web template but i'm not seeing any options/ooked value parameter.
    Please suggest where I need to go to change the parameter. Thanks.
    Regards,
    Vivek

    Not much experience in WAD but I think there should be a query in BEx Query Designer.
    There you can choose that characteristics which takes time. Select "Advanced" tab from right hand side.
    Under "Filter Value Selection During Query Execution"  you will get 4 options.
    BTW if you have a query on DSO then creating index ( secondary) on the affected characteristics would also resolve your problem
    Regards
    Anindya

  • Help with variable screen

    Hi ,
    I have some problem at the variable screen. When I click the possible entries for 0calmonth in the query selection screen and I could not able to see the possible entries. The screen comes blank. When I check for 0calday and ocalweek i get the possible entries.
    I have checked the data inside the infoprovider and the data is available in it. I have tried activating the 0calmonth again. I have tried all the possible options. Please help as it is very urgent.
    Regards
    Raghu

    Hi,
    Probably for the selections given while entering the query, the 0calmonth might not have been present.
    Check in the infoprovider with the same selection parameters you are initialling giving while running the query and c whether the calmonth is there or not?
    Also once check infoprovder whether the 0calmonth is updating r not
    ***assign points if helpful******
    Janardhan KUmar

  • F4 help on variable screen only shows text or key...not both

    In some queries, the F4 help will only show text oy key but not both. For example, the F4 help on 0employee only gives a list of personnel numbers. The search in the dialog box only works for the pernrs and we can't search for names.This is happening in some infoset queries and queries that are on multi-providers.
    Is this something to do with read mode? Settings in the multi/infoset?
    Any help is appreciated.
    Thanks!

    Hi all,
    I still have the same problem with NW7.0 SPS15. Does anyone have a solution for this? Changing the Provider specific properties in the InfoCube or MultiProvider did not help for the web variable dialog.
    Regards,
    Bernd

  • Variable input help-Not able to see-Specify Data Service Runtime Parameters

    Hi Team,
    i am doing R&D on input help for Variables in SAP NetWeaver Visual Composer.
    The issue i am facing is :
    After selecting Master data table for Get data from, in select data service window.
    It is not taking me to Specify Data Service Runtime Parameters screen.
    I am getting finish option even before i do this setting
    Is there a place where i can actualy do this input output selection.
    Please Help me.
    I have gone through the docs & blogs in sdn so please don't give links of the same.
    Thanks in advance.
    Regards,
    Raghu
    Edited by: Raghu tej harish reddy on Sep 16, 2008 12:50 PM

    Hi,
    this is due to the Chcek Box : Hide advanced configuration options (BI systems only)
    Configure the advanced options on the Specify Data Service Runtime Parameters screen (optional for BI systems u2013 this screen appears only if you have deselected the Hide advanced configuration options (BI systems only) checkbox on the Add Value Help for Select Input Field screen)
    Check below link
    http://help.sap.com/saphelp_nw04s/helpdata/en/b5/036d391f074f769e00602634ee9960/frameset.htm
    Govindu

  • Search help for input fields in a screen

    Hi,
    Pls help me
    how to set search help property for the I/O fields in screen in se80?
    1. do we want to add any property for search help in the property window?
    2.do we want to create a MODULE PROCESS ON VALUE REQUEST ?
    PLS tell me how to set search for the I/O field in se80?pls tell me the process?
    i want to set the search help for more I/O fields in se80 but all the fields belongs to the same table?
    can i create a single search for all these fields and use that for all the I/O fields ?
    elementary search help or collective search help?
    thanks & regards in advance,
    vsnl.

    Hi,
    Input Help on the Screen
    Within the Screen Painter, you can define two types of input help:
    1. The FIELD statement with one of the additions VALUES or SELECT.
    2. Linking a search help directly to a screen field.
    If you link a search help directly to a screen field, it overrides the additions of the FIELD
    statement. However, the input check [Page 581] functions of the FIELD statement remain
    unaffected.
    Input Help in Flow Logic
    The following input help methods are obsolete and should not be used. They are still supported
    for compatibility reasons.
    In the screen flow logic, you can specify a value list for a screen field <f> as follows:
    FIELD <f> VALUES (<val1>, <val2>,...).
    The value list contains a series of single values <vali>. The NOT and BETWEEN additions for the
    input check [Page 581] are not appropriate for input help.
    You can also create a value list by accessing a database table as follows:
    FIELD <f> SELECT *
    FROM <dbtab>
    WHERE <k1> = <f1> AND <k2> = <f2> AND...
    In the WHERE condition, the fields of the primary key <ki> of the database table <dbtab> are
    checked against the screen fields <fi>. The WHENEVER addition, used with input checks [Page
    581], is not necessary for input help.
    If you have used a ABAP Dictionary reference for field <f>, the selection and the hit list formatting
    may be affected by any check table attached to the field.
    Attaching a Search Help
    Search helps from the ABAP Dictionary can be attached to a screen field [Ext.]. To do this, enter
    the name of the search help in the corresponding field in the attributes of the screen field in the
    Screen Painter. This assigns the first parameter of the search help to the screen field. It is only
    possible to place a value from the hit list onto the screen.
    Input help on a screen.
    REPORT DEMO_DYNPRO_F4_HELP_DYNPRO MESSAGE-ID AT.
    DATA: CARRIER(3) TYPE C,
    CONNECTION(4) TYPE C.
    CALL SCREEN 100.
    MODULE CANCEL INPUT.
    LEAVE PROGRAM.
    ENDMODULE.
    The next screen (statically defined) for screen 100 is itself. It has the following layout:
    602 April 2001
    Cancel
    Airline
    Flight number
    Screen field with search help
    Input help in the flow logic
    The input fields have been adopted from the program fields CARRIER and
    CONNECTION. The function code of the pushbutton is CANCEL, with function type
    E. The search help DEMO_F4_DE with the search help parameter CARRID is
    assigned to the screen field CARRIER. The search help uses the database table
    SCARR.
    The screen flow logic is as follows:
    PROCESS BEFORE OUTPUT.
    PROCESS AFTER INPUT.
    MODULE CANCEL AT EXIT-COMMAND.
    FIELD CARRIER VALUES ('AA', 'LH').
    FIELD CONNECTION SELECT *
    FROM SPFLI
    WHERE CARRID = CARRIER
    AND CONNID = CONNECTION.
    When the user chooses the input help for the individual fields, the following input
    help is displayed:
      For the Airline field, the search help displays the names of the airlines and places the airline
    code in the input field for the chosen line. If the airline code is not one of those listed in the
    VALUES list of the screen flow logic, the input check triggers an error message in the PAI
    event. So the search help overrides the VALUES addition for the input help, but not for the
    input checks. This is therefore not an appropriate place to use the VALUE addition.
      For the Flight number field, the flow logic displays the selected entries from the database
    table SPFLI and places the selected line in the input field.
    Regards,
    Bhaskar

  • How to display the variable screen with report in the same page together

    our customers want to design a web application use BEx
    they want the variable screen can be displayed with the report result in the same web page together
    so they can modify the variable filters any time and refresh the report with new variable filter
    i have tried the navigation area,but it seems only use new filter to the data athough get,we can't change the filter we input in the variable screen.
    is there any way to display these together?
    even I can use BSP.

    I think to display var screen with the report is not possible.(At least it will not be static). You need to refresh the report and choose the varibale at that time.
    Other option could be to bring all the possible value in the report and provide your user with the filter value. But this will make your report slow as you may have to bring more data in the filter.
    Thanks...
    Shambhu

  • "Structure search" and "free search" in input help

    I need to have an input help for my PERNR field, right now i am using search help PREMN and calling FM F4IF_FIELD_VALUE_REQUEST inorder to display the input help. But, in addition to this, i wnat the tabs "Structure search " , "Free search" to be displayed in teh input help pop up screen.
    How can i achieve this?
    Thanks,
    Vasuki

    Hi Vasuki,
    Just write it this way
    parameters:p_pernr type pa0001-pernr matchcode object PREM.
    Now once you hit f4 help. The search help will be displayed with all tabs, once you choose the free search tab the respective screen will be displayed.Now if you want to return to other tabs you must choose the button in bottom of the free search screen which is in between "Green tick mark" and "Close button".

  • BEx Variable Input Help (F4) Maximum Number of Rows

    Hi Experts,
    We using Bex 3.x version. Now, the user is asking to change the maximum number of rows (by default 500, for my case) to 1000. (While executing the workbook, on the variable pop-up screen where we can search for input help (F4) values). For surely, there is some global setting needs to be corrected but not sure. I have checked in T-code: SPRO and some of the threads but not get the apt solution.
    Could you please share us your inputs/experiences as how can we increase maximum number of rows in the input help.
    Many thanks in advance!!!
    Best Regards
    Venkat...

    Hello Venkat,
    Is there is a way to setup that, you will find into this KBA Article (SAP Note):
    > 1565809 - Settings for BW query F4 help   
    This is a really good documentation about how F4 works and how to setup the configurations and where you have to do that.
    Kind Regards,
    Edward John

Maybe you are looking for

  • Connection to CRX via RMI and getting WeakReference value..... with an exception!

    Hi there, I have the following problem. I opened a ticket in Day Care Support system, about CRX users/group membership that got lost while synchronization with our LDAP server. Although when the user and the group had been created (and therefore take

  • Sorting records problem in BOE

    Hi all. I have a problem. I have created a new Crystal Reports Report which I uploaded to BOE. I tested it firstly locally in my machine, refreshing it through Crystal Reports  at design time. It gives me the results I want. This reports gets called

  • Repository Creation fails with Time Out Error

    Hi I am trying a test setup of OVM3.1.1-305. I am using OpenFiler for iSCSI disks and have created 20GB iSCSI disk for Pool FileSystem and another 260GB iSCSI disk for Data Repository. The server pool gets created fine with the Pool FS and HA and Clu

  • Obtaining reference to a specific client

    How can we obtain reference to a specific client?

  • Listtoarray with no value between delimiter

    Reading lines in a text file, Listing a text file , with value between ; sometime , there is no data between 2 ; which I need to know. In that case, (when there is no value between the delimiter) my array have a different length (smaller) Then the da