Restrict filter values that are shown in the selection screen

Hi Experts
1) Is it possible to restrict the filter values that are shown in the selection screen in BEx web? When a user are asked to enter a material number and uses the selection button in BEx web, he should only see material numbers for one specific plant. How is this done? 
2) Is it possible to remove the selection button for å characteristic filter in the selection screen in BEx web? The selection button I am talking about is the button to the right of where you enter the filter value (two white papers on top of each other). If there is no solution for question 1 we have to go for question 2 solution.
We are using BI 04s, SP 09.
Kind regards
Erik

Hi Erik,
It seems that you would like the user to see value for 1 single plant. If the Plant Value is fixed then you can use this value in the Query and hardcode it.> in the query go to the Plant Chrac and keep a constant value of the Plant.
How ever if you need this value to be dynamic then use a variable for customer exit and populate this value using ABAP.
Regards,
Jasprit

Similar Messages

  • List of values not properly working in the selection screen.

    Dear Mates,
    In BEx query all the selection parameters are working and showing all the list of values. Created the same report in crystal from BEx query, for one particular selection it is not showing the list of values or drop down. Just showing "DISCRETE VALUES"
    Please throw some light on this.
    Good day,
    Regards
    Arun S

    Hi Arun,
    I think you have more than one dynamic parameter created in your report.  There is a limitation on dynamic parameter list of values.  You will have to edit the registery to get all values in dynamic parameters list.
    Find below is a knowledgebase article ;
    Symptom
    For performance reasons, in Crystal Reports XI Release 1 and Release 2 the maximum number of values that are returned for a list of values is set to 1000. If you have a cascading List of Values (for example Country > Region > City), the lowest level (in this case City) will only display a maximum of 1000 values. This means that the higher-level prompts may display far fewer values than you expect. The list of values provides the data for the dynamic parameter list.
    How can you modify the maximum number of values available in a dynamic parameter list?
    Resolution
    To increase the maximum number of values available in a dynamic parameter list, you must add a registry key.
    CAUTION
    The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk. For information on how to edit the registry key, view the 'Changing Keys and Values' online Help topic in the Registry Editor (Regedit.exe).
    It is strongly recommended that you make a backup copy of the registry files (System.dat and User.dat on Win9x computers) before you edit the registry.
    Crystal Reports XI Release 1
    Create a registry key HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\DatabaseOptions\LOV.
    NOTE
    Alternatively, you can create the registry key HKEY_CURRENT_USER\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\DatabaseOptions\LOV and that key will override the settings of the HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\DatabaseOptions\LOV key.
    Add a string value "MaxRowsetRecords" and set the value to the maximum number of values that you desire for your report. For example, a value of 2000 will return up to 2000 values in the lowest level of a cascading parameter. NOTE: The value 0 (Unlimited) will not work with BusinessObjects Enterprise XI or Crystal Reports Server XI, you must specify another value.
    NOTE
    The higher the number of values is, the longer it will take the Enter Values dialog box to populate with values.
    After making changes to the registry, restart the affected service or application as required.
    Crystal Reports XI Release 2
    Create a registry key HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\DatabaseOptions\LOV.
    NOTE
    Alternatively, you can create the registry key HKEY_CURRENT_USER\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\DatabaseOptions\LOV and that key will override the settings of the HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.5\Crystal Reports\DatabaseOptions\LOV key.
    Add a string value "MaxRowsetRecords" and set the value to the maximum number of values that you desire for your report. For example, a value of 2000 will return up to 2000 values in the lowest level of a cascading parameter.
    NOTE
    The value 0 (Unlimited) will not work with BusinessObjects Enterprise XI or Crystal Reports Server XI, you must specify another value.
    After making changes to the registry, restart the affected service or application as required.
    Thanks,
    Sastry

  • Displaying Variables values with Text also in the selection screen of repor

    hai
    I have one InfoObject ZPLANT .When i try to excute the report then im getting only the Values of ZPLANT(not Text of those values) .Like below
    ZPLANT :-
    101 -
    (im getting like this)
    101 London Plant ( i want like this ,when i try to excute the report).
    Please tell me how to do .
    rizwan

    Yes kamaljeet ,
    When we press F4 , then we will gwt some values .
    I want those values with description also ..
    Pls tell me how can i get those F4 values with text in the selection screen of report .
    i ll assing the points
    rizwan

  • How can I get iTunes to recognize the apps that are missing from the library screen but still on the machine??

    My apps are not showing-up in the iTunes library but they are present in the apps folder. How can I get iTunes to recognize their presence?
    Library-Apps-All (only three of several hundred appear).
    Apps are still present in Users-Music-Mobile Applications
    I am running iTunes 11.0, OS X 10.8.2 on a Mac Pro. 
    Ran Disk Utility, Techtool, Disk Warrior and then reinstalled Mountain Lion, updated it and repaired permissions. No change.
    There is a file that says 'iTunes Library (damaged), which is the iTunes Database file. How can that file be re-created?
    Any technical help on replacing that file with a new, fresh one would be appreciated!

    It has always been very basic to maintain a backup of media and other important files.  If you chose to reinstall the OS without having a backup, well that just is not smart.
    If you are in the US and running iTunes 10.3 or later, iTunes purchases can be redownloaded via iCloud.  Simply log into the iTunes store, select purchases, purchase history and redownload the content.
    If you are not in the US.... well, seems you just learned and important and possibly expensive lesson.

  • Two options are required in the Selection Screen

    Hi All,
    I need a selection screen with two option:
    Option 1: Based on Open delivery
    The following are the input fields:
    In which Delivery types and dates are mandatory
    1.     Delivery
    2.     Delivery Type(Mandatory field)
    3.     Shipping Point/Receiving Point
    4.     Material
    5.     Planned goods movement Date(Mandatory Field)
    6.     Total goods movement Stat
    and,
    Option 2: Based on Material
    There are no mandatory fields in this option,
    The following are the input fields:
    1.     Material
    2.     External Material Group
    3.     Plant
    I want to implement the same using Radio buttons,
    In which If i select the radio button 1, option 1 should be triggered,
    and if I select radio button 2, option 2 should be triggered.
    How do I go about this??
    Thanks,
    Debrup.

    Hi,
    Check the following code:
    tables: vbap, mara.
    parameters: p_open radiobutton group grp1 user-command abc,
                p_mat radiobutton group grp1.
    selection-screen: begin of block b1 with frame title text1.
    parameters: p_vbeln like vbap-vbeln modif id opn,
                p_matnr like vbap-matnr modif id opn,
                p_grkor like vbap-grkor modif id opn,
                p_vstel like vbap-vstel modif id opn.
    selection-screen: end of block b1.
    selection-screen: begin of block b2 with frame title text2.
    parameters: p_matel like mara-matnr modif id mat,
                p_matkl like mara-matkl modif id mat,
                p_satnr like mara-satnr modif id mat.
    selection-screen: end of block b2.
    initialization.
    p_open = 'X'.
    at selection-screen output.
    text1 = 'Open orders'.
    text2 = 'Material'.
    if p_open = 'X'.
      loop at screen.
        if screen-group1 = 'OPN'.
          screen-active = 1.
          modify screen.
        endif.
        if screen-group1 = 'MAT'.
          screen-active = 0.
          modify screen.
        endif.
      endloop.
    elseif p_mat = 'X'.
      loop at screen.
        if screen-group1 = 'MAT'.
          screen-active = 1.
          modify screen.
        endif.
        if screen-group1 = 'OPN'.
          screen-active = 0.
          modify screen.
        endif.
      endloop.
    endif.
    Regards,
    Bhaskar

  • Pages that are shown in the status bar are docked to the right instead of the left..how can I make them go back to the left again?

    A couple weeks ago my computer did an automatic update to a newer version of Firefox (it is now 3.6.8). Since this update, every time I open a window, it is docked to the right side of the status bar, when it used to be on the lleft side of the status bar. Also, several windows opened do not all show-instead only one window is shown and it will say how ever many windows I have opened (such as "3 firefox windows" instead of just showing those 3 different windows when it was docked to the left side). I have looked through the help section but cannot find an answer to this. I have looked through the "tools", then "options" section and compared my computer to another computer running the same firefox that has the windows opened docked to the left, and they both have the same exact settings, so it doesn't appear to be an issue with my "options" in firefox. Any help would be appreciated.

    See: http://windows.microsoft.com/en-US/windows-vista/Taskbar-recommended-links

  • Obtain count of values, including the values that are not in the table

    I have values: 1,2,3,7,8,9
    and my table contain value 3,7,8,3
    I need get result of select
    -value- -count-
    -1-     -0-
    -2-     -0-
    -3-     -2-
    -7-     -1-
    -8-     -1-
    -9-     -0-
    I tried
    select value, count(value) from table where value in ('1','2','3','7','8','9') group by value
    but I get only
    -value- -count-
    -3-     -2-
    -7-     -1-
    -8-     -1-
    Thank you for help

    Thank you for help but this is not functional if values are text (varchar).Have you mentioned that ? In your example post you have mentioned only numeric values. Why don't you try yourself, When you have an working (? Oops, there is no version mentioned by OP, So may not be working) example ?
    SQL> SELECT * FROM v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    SQL> SELECT job,COUNT(job)
      2  FROM emp
      3  GROUP BY job;
    JOB       COUNT(JOB)
    CLERK              4
    SALESMAN           4
    PRESIDENT          1
    MANAGER            3
    ANALYST            2
    SQL> SELECT column_value,COUNT(job)
      2  FROM emp e, TABLE(sys.odciVARCHAR2list('CLERK','PROGRAMMER','SALESMAN'
      3                                        ,'SALESMAN','DBA','PRESIDENT','MANAGER'
      4                                        ,'Architect','ANALYST')) t
      5  WHERE e.job(+)=t.column_value
      6  GROUP BY column_value
      7  ORDER BY 1;
    COLUMN_VALUE
    COUNT(JOB)
    ANALYST
             2
    Architect
             0
    CLERK
             4
    COLUMN_VALUE
    COUNT(JOB)
    DBA
             0
    MANAGER
             3
    PRESIDENT
             1
    COLUMN_VALUE
    COUNT(JOB)
    PROGRAMMER
             0
    SALESMAN
             8

  • How do I calculate the a grandtotal field adding 3 numberic values that are calculate in the form

    Currently I am creating a form:
    Hours
    Rate
    Total
    Hours 1 (manually entered)
    Rate 1 (manually entered)
    Hours 1 * Rate1
    Hours 2 (manually entered)
    Rate 2 (manually entered)
    Hours 2 * Rate 2
    Hours 3 (manually entered)
    Rate 3 (manually entered)
    Hours 3 * Rate 3
    Total
    Grand Total of three columns above
    Currently I wrote the formcal as:
    sum (Amount_Total1, Amount_Total2, Amount_Total3)
    however when I check the form, I get an error message that says that Grand Total is unknown and Amount_Total1 is unknown however, the Amount_Total1 field does calcuate the total of hours1 X rate1.
    what am I doing wrong?
    Currently I'm using LiveCycle ES 8.2

    make sure you have the right somExpressions for the sum()

  • Values not getting displayed in the selection screen for Hierarchies?

    Hi All,
      Our system was upgraded from BW 3.1 to 2004s. The quality system displayes values when query result is filtered for a hierarchy infoobject but the production system does not display any values and sometimes throws an error 'The operation failed because of a server error. See system logs.' There is no changes done for hierarchies in both the systems.
    Please let me know if anyone has had similar problems.
    Thanks,
    Krishna

    Hi All,
      Our system was upgraded from BW 3.1 to 2004s. The quality system displayes values when query result is filtered for a hierarchy infoobject but the production system does not display any values and sometimes throws an error 'The operation failed because of a server error. See system logs.' There is no changes done for hierarchies in both the systems.
    Please let me know if anyone has had similar problems.
    Thanks,
    Krishna

  • How to populate the dropdown key values as shown in the below screen shot

    Hi
    i am trying to populate the drop down by key value for trader , for Trader we  have few values i need to populate the Those values in values columns . as shown in the below screen shot .

    Hi,
    Follow below steps
    Step 1 - Create basic wdp table
    Step 2 - Create context to store dropdown values Within your web dynpro application table
    Now you need to create a context node to store the dropdown values, but this needs to be within the context node of your table.
    For this example I will use fields CARRID and CARRNAME from structure SCARR to create the dropdown list within the table context.
    Choose the attributes to represent the id and the text values
    The finished context should now look like this
    Step 3 - Update context mapping within VIEW
    Within the Context tab of your view update the context node you have just modified (CARRIERS) right click and select 'Update Mapping'. Alternatively if this is a new context drag it from the right hand window and drop it onto the context node in the left window,
    Step 4 - Update table field
    Within the layout tab of the view, field the table field you want to replace with with a dropdown and remove the UI element associated with it
    Now insert new dropdownbyindex UI cell element
    Step 5 - Assign Dropdown Ui element to Context
    Click on your UI element within the Layout tab, you will now see all the properties for this element which can be changed. You now need to assign the field within the context which you want to be displayed in the drop down i.e. it will be the CARRNAME field within context element DROPDOWN_CARR. To do this simply click on the button at the end of the 'texts' property (the one with a yellow square and circle on it) and select the correct context field.
    Step 6 - ABAP code to populate dropdown list and set correct initial value
    Insert the following ABAP code into the appropriate place. For this example it will go within the WDDOMODIFYVIEW method of the view.
      Data: it_scarr type standard table of scarr, wa_scarr like line of it_scarr, context_node type ref to if_wd_context_node.  Data: it_ddcarr type STANDARD TABLE OF if_main=>element_DROPDOWN_CARR, wa_ddcarr like line of it_ddcarr, lr_element TYPE REF TO if_wd_context_element, ld_tabix type sy-tabix, ld_index type sy-index, it_carriers type STANDARD TABLE OF if_main=>element_CARRIERS, wa_carriers like line of it_ddcarr.  select * from scarr into table it_scarr. sort it_scarr by carrid.  * select * from scarr into table it_scarr. context_node = wd_context->get_child_node( name = 'CARRIERS' ).  * Get all rows of table and values stored in each cell currently displayed to user context_node->get_static_attributes_table( importing table = it_carriers ).  if sy-subrc eq 0. loop at it_carriers into wa_carriers. free lr_element. ld_tabix = ld_tabix + 1.  *     assign context_node to table context context_node = wd_context->get_child_node( name = 'CARRIERS').  *     assign lr_element to row of table lr_element = context_node->get_element( ld_tabix ).  *     assign data to dropdown of the row  context_node = lr_element->get_child_node( name = 'DROPDOWN_CARR'). context_node->BIND_TABLE( it_scarr ).  *     Set correct initial value read table it_scarr into wa_scarr with key carrid = wa_carriers-carrid. ld_index = sy-tabix. context_node->set_lead_selection_index( index = ld_index ).  endloop. endif.
    Step 6 - Save, Activate and Run
    Save and activate your abap web dynpro, now when you execute it you should see a drop down object similar to the following:

  • Whats the app that is shown on the screen of the iPod touch on the game center section at the website?

    on this link: http://www.apple.com/ipodtouch/built-in-apps/game-center.html
    whats the app that is shown on the ipod screen? **** it looks cool!

    It has been moved to another screen on the iPod or been moved into a folder of Apps?
    If you search for it by swiping to the right and entering in the name of the App does it come up then?
    B-rock

  • Functional area(FKBER( field in the selection screen))

    Hi,
       I have a requirement to add functional area field in the selection screen for a report painter report. This report using library 1VK and table 'CCSS'. I added functional area field in the general data selection . After the execution of report with functional area field filled with value. report not giving any output. do i need to maintain any setting to achieve?
    Regards,
    Palani

    Hi,
    How you have filled the values?
    It is 16 CHAR long.

  • Functional area(FKBER field in the selection screen of the report painter))

    Hi,
    I have a requirement to add functional area field in the selection screen for a report painter report. This report using library 1VK and table 'CCSS'. I added functional area field in the general data selection . After the execution of report with functional area field filled with value. report not giving any output. do i need to maintain any setting to achieve?
    Regards,
    Palani

    1. Call GR22 and click "Characteristics".
    2. Check FKBER and assign a position number to it.
    3. Save and close the library.
    4. Call your report in GRR2 and you should now see FKBER as an available characteristic.
    5. Use it in the General Data Selection or as a Lead Column, as per requirement.
    Or,
    1. Call GR21 and create a custom library. Provide a name and description and also provide a library you can copy from (scan for the best-fit library).
    2. Now follow the steps 2 through 5 above to achieve your result.
    Hope this helps.
    Cheers.

  • Controlling the blank variable on the selection screen

    Hi, I have a query with five keyfigures and each keyfig is restricted by a variable. The variables are BP, ID, Street, City, Country, Postcode. And when I input the value in one variable or two i just wnat to display that data relates to the input criteria.
    Eg: When I enter BP: 1019089 and City: NewYork, here i jsut wnat to see bp and the BPs relates to Newyork. But in my case I'm also getting info relates to all coutries, streets and postcode (I want to restrict this data how ?).
    Because ID, Street, Country and Postcode variable are blank on the selection screen, it is displaying everything.
    How to restrict displaying data for blank variables. Please suggest. Thanks

    You will need to use custom exit variables. Check out "Using Customer Exit Variables in BW Reports". Parts 1 - 4:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f119d9-922d-2c10-88af-8c016638bd90
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f002c608-2533-2c10-25a1-d0e7f7b5b662
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10fc4382-afa6-2c10-1380-fa224fe4324f
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0fefc77-40e3-2c10-8da3-d4bfcb013387

  • Error message at the selection screen while processing screen logic

    Hi All,
      I need to show error message at the selection screen.
    I am calling the screen inside the START-OF-SELECTION, and processing the calculation and putting the data into i_final internal table. If internal table I_FINAL is empty I have to show error message saying ' DATA is empty' , this error message should be shown at the SELECTION SCREEN (Report input screen 1000) and provide the user to enter the input values once again.
    But whenever I am populating error message, I am getting a pop up to chose exit, and process is terminating.
    Since I am in the middle of the screen processing whenever I am giving a error message.
    Please let me know how can I populate error message without terminating the process while I was in the middle of the screen processing logic.
    Regards,
    Mahesh

    hi
    If u are trying to validate a field use
    AT SELECTION_SCREEN ON <field>
    if want to validate a block
    AT SELECTION SCREEN ON <block>
    If Universal Validation
    AT SELECTION SCREEN
    and display a 'E' Message inside the block.
    You can Enter Correct Value and start processing Forward.
    hope this will help.
    Regards
    Sumit Agarwal

Maybe you are looking for

  • Itunes won't open without quicktime installation

    My itunes won't budge. It says the new quicktime 7.13 needs to be installed. I've went through the same process downloading it about 3 times. At the end of every one it says "Can not download, the new verison is present on this computer." (something

  • How to use union statement with declare & set function?

    Hi Experts,         i  have small query about how to use union statement with declare & set function? Example as below : DECLARE @name AS date Declare @name2  AS date /* SELECT FROM [2013].[dbo].[OINV] T0 */ /* WHERE */ SET @name = /* T0.DocDate */ '

  • Making a calendar in iphoto

    I have made calendars on my Mac desktop without problems. But on my Macbook, I cannot make calendars, only a book or card. The calendar icon is missing. I re installed the disc with 'bundles' on but it still is not there Any ideas please, if Idid not

  • ALE Capability for License Data (VX01N)

    Dear All, Would you know if there is any possibility to send the License Data maintained under VX01N via a regular ALE interface? Is there a message type to hold this information? We have made some researches on our SAP Enterprise platform but we do

  • Kill RAC sessions in ODI

    Hello. I want to create a package in ODI that kill sessions in Oracle RAC. We have a RAC with two instances (DB1 and DB2) In the Database we have a view (V_SESSIONS) that contains the SID, SERIAL and INSTANCE of the sessions to kill. I create in ODI,