Missing selection screen criteria

hi all,
I have  a interesting problem about report criterias.I have a bi report query with  four criterias one of them  0curtype ( because  report have currency type conversion ) . Problem is that ; in our tests system I see four criterias but in production i see three. i cant see 0curtype in   Query designer and portal report when i run query but also 0curtype has a  value (TRY) . I mean report has four criterias , but 0currtype is invisible  and it has value ,i cant see it . 4 days ago report was same on both systems. but now its different.
please help. how can i see  the missing and invisible criteria.

Hi Hasan,
               Just Check that Variable for Currency Type has been transported to production System properly.
Go in RSA1 there, Transport Connection in that select Object Type, in that Query Element under that you will have variable option.
Search for that specific variable..
if it is there, Check for Authorisation of variable for that.
Regards,
Rajdeep.

Similar Messages

  • Customize PSJ (CJI5 Selection Screen Criteria)

    Hi experts,
    I need to add a customer field to CJI5 Selection Screen criteria. Actually i found the SAP NOTE 188663-Enhancing Selection views and dynamic selection, that describes how you can enhance the dynamic selection (selection screen of a PS report).
    I allocated successfully my field in the D3 Functional Group, and appears when I push on the "optional delimitations" button, but doesn't´t limit the selection.
    Anybody knows why "Optional Delimitations" doesn't´t works?
    I want to allocate my customer field in the "Other Selection Criteria" button because i think that works correctly.
    Anybody knows how can i do this?
    Is other SAP NOTE that describe this enhancement?
    Thanks in advanced.

    Hi,
    I found the SAP NOTE 635711 that resolves my problem.
    Regards.

  • Selection screen criteria for queires

    Does BI NW2004s still allow users to make use of the selection screen criteria to enter different running values for the queries?

    Hi,
    It is working same as previous versions.There are some functional and interface changes with NW2004S.Also check the links below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80bf2f79-021d-2a10-5082-dadc79aaa92c
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90bc0c7a-031d-2a10-d7a2-9047b4d1f43f
    Regards.

  • What should be my selection screen criteria for data fetching..............

    A process is required to trigger an employe's master datat from sap to EWA( some other system) for  any of rthe below actions.
    NEW HIRE
    TERMINATION
    FMLA PAID LOA
    NON-FMLA PAID LOA
    FMLA UNPAID LOA
    RETURN FORM LEAVE
    REHIRE
    CHANGE OF POSITION
    STATUS CHANGE
    EXPATRIATION
    I AM NOT SURE WHAT SHOULD BE MY SELECTION SCREEN CRITERIA.

    Hi Anil,
    One option can be to write a custom program for this.
    Schedule it as a job at the end of the day.
    Consider all the required actions that were run on that day & the data that was changed.
    The changed data can then be sent to legacy as per your requirement as a daily interface file.
    I think you shud have a look at the standard utility program RPUAUD00 , which logs the infotype changes or might be you can think of adding the change indicator includes from the std program to your custom program & write the custom interface.
    Well i already see some good ideas placed in the above posts but i think this
    can be one option as well so thought of putting this to you.
    Hope this helps.
    Kindly reward in case useful.
    Regards & Thanks,
    Darshan Mulmule

  • BEx Analyzer : missing Selection screen for NON- SAP_ALL User

    we have upgrade our BW from 3.1 to BI 7.0. Now we are testing and detect that Queries which are started by User who has user specific roles (not SAP_ALL like we as developer) this Selection Screen is missing. This leads to a complete selection of all data of the cube and this leads to very long runtime or auto logout.
    What is wrong in our configuration?
    Has anybody made the same experience ?
    Thank You, Frank HInzmann
    Schindler Informatik Ebikon (Switzerland)

    Frank,
    Any chance that somehow that user has set personalisation on all the variable values?
    Regards
    Gill

  • Missing selection screen for Bex Application iView

    Hi,
    I have configured a Bex Application iView, for which I am able to see the selection screen in preview but when I attach this to workset and try to open it in portal, the report is displayed directly with out selection screen.
    Here are the steps I did
    1. Created Bex Application iView with provied query string.
    2. Assigned this iView to Page.
    3. Attached this page to workset and then to role.
    4. Login to the portal for respective user to see the report.
    5. When I click on the link for the report, the selection screen is bypassed and the report is displayed directly.
    Note: I was able to see the selection screen in preview for both Page and iView.
    Could anyone through light on this problem.
    Regards,
    Ravi.

    Frank,
    Any chance that somehow that user has set personalisation on all the variable values?
    Regards
    Gill

  • How to Make Field "Creation Date" Mandatory (in EP Selection Screen)

    Dear experts,
    I am on SRM 7.0.
    In Shopping Cart, i'd like to set Field "Creation Date" as Mandatory Field in EP Selection Screen / Criteria Maintenance.
    Is there BADI or SPRO need to be maintained?
    Thanks & regards,
    Jack
    Edited by: Jack4ever on Aug 9, 2011 7:42 AM
    Edited by: Jack4ever on Aug 9, 2011 7:43 AM

    Hi Jack,
    Not sure if it possible in standard with any customizing but it might be able to achieve this through webdynpro enhancements.
    Regards,
    Prasanna

  • Retrieve input values from the selection screen

    I have a requirement to retrieve the variable value or values inputed from the selection screen and label the worksheet tab to replace the tab name 'Sheet1' from the Excel. The only way to do this would be to write a macro to label the sheets but how would I retrieve the value(s) from the selection screen criteria? Is the value of the selection screen entered by the user stored in some table? How would I write the macro to retrieve this value?
    For example, I want to retrieve the company code entered from the selection screen and lets say the company code entered as 10; I would want to replace the worksheet from 'Sheet1' to '10' . Texts would be more recognizable.

    Use the option Layout->Display Text Elements->Variables from the BEx toolbar. This will display Variable screen user input on your workbook in a fixed location. Then you can use your macro to name the worksheet with the cell reference.
    Thanks
    Vineet

  • Selection screen: PNP database or other selection criteria

    I received a specification of a new to be developed program where they defined a selection screen with a with 2 radio buttons:
    1.     Use the logical database PHP for data selection (rb1);
    2.     Use other criteria for data selection (rb2).
    My question is, is this possible?
    Or should I add the other criteria between the GET PERNR and the following code with?
    Sample:
    GET PERNR
      IF rb2 = ‘X’.
        [Check other criteria]
        IF sy-subrc <> 0.
          EXIT.
        ENDIF.
      ENDIF.
    null

    When either pnp OR other selection :
    Create program 1 with 2 radiobuttons ==> pnp-selection (rb1)or other selection (rb2). When rb1 is selected go to pgm1 with pnp ; when rb2 is selected go to pgm2 with other selection criteria. Copy pgm1 to pgm2 and add extra selections en delete pnp-statements.
    When pnp WITH extra selections : 1 pgm can be used as you described.

  • Selection screen texts missing

    Hi friends,
    I am working on a BDC program and when I execute my program, I see that the texts are missing in the selection screen. Can anyone tell me what should be done in order to display the texts in the selection screen in BDC.
    Thanks,
    RAJ.

    Hi Raj,
    1. i suppose u are using
      include bdcrecx1.
    2. Due to this,
       u will have to MANUALLY
       type them / enter them
       thru the menu GOTO-->TEXT ELEMENTS
    3. Since its an include,
       the system does not automaticlly recognise it.
    4. However, u can check FROM DICT Option.
    5. Those which are manual,
      u will have to write them / enter them.
    regards,
    amit m.

  • Can you "combine" criteria for 2 or more fields on a Selection Screen?

    Good day everyone,
    Here's my question:  I understand that I can put fields on a Selection Screen and pre-fill them with data values.  In this particular case, I want to pre-fill a couple of hidden fields with data values that will be used as criteria when I read data from the database; however, I need to pull back records that have this COMBINATION of data.  For example:
    WERKS     BTRTL
    Z002      Z001
    Z002      Z002
    Z003      Z001
    Z003      Z002
    So in my SQL, if I say "werks IN s_werks" and "btrtl IN s_brtrl", true, it will still work.  But really, I need to say "if werks = 'z002' and btrtl = 'z001', or werks = 'z002' and btrtl = 'z002', etc.  I can't rely on the simple "IN" functionality because it's possible a new value could be added in the future:
    WERKS     BTRTL
    Z003      Z003
    So if I use the "IN" logic and the record has werks = 'Z002' and btrtl = 'Z003', it would be returned.  But I really don't want it returned, since a combination of werks = 'Z002' and btrtl = 'Z003' doesn't exist in my table of valid combinations.
    Is this even possible to do in a Selection Screen?  Do I go ahead and populate the fields separately, use the "IN" functionality, then spin through my resulting internal table and delete anything that doesn't match my "table" of valid combinations?  Do I skip putting these on a Selection Screen completely and check the values in my SQL statement?
    Thanks in advance -- points, as always, will be given.

    Hi
    Yuo can try to use FOR ALL ENTRIES option.
    IF you have:
    WERKS BTRTL
    Z002 Z001
    Z002 Z002
    Z003 Z001
    Z003 Z002
    You should do something like that:
    DATA: BEGIN OF <TAB_SEL> OCCURS 1,
           WERKS TYPE WERKS,
           BTRTL TYPE BTRTL,
          END   OF <TAB_SEL>.
    WERKS BTRTL
    <TAB_SEL>-WERKS = 'Z002'. <TAB_SEL>-BTRTL = 'Z001'.
    APPEND <TAB_SEL>.
    <TAB_SEL>-WERKS = 'Z002'. <TAB_SEL>-BTRTL = 'Z002'.
    APPEND <TAB_SEL>.
    <TAB_SEL>-WERKS = 'Z003'. <TAB_SEL>-BTRTL = 'Z001'.
    APPEND <TAB_SEL>.
    <TAB_SEL>-WERKS = 'Z003'. <TAB_SEL>-BTRTL = 'Z002'.
    APPEND <TAB_SEL>.
    SELECT * FROM <TABLE> INTO TABLE ITAB
       FOR ALL ENTRIES IN <TAB_SEL>
                       WHERE WERKS = <TAB_SEL>-WERKS
                          AND BTRTL = <TAB_SEL>-BTRTL.
    In this case you need to fill correctly the internal table <TAB_SEL> with the all combinations.
    Max

  • Including User selection criteria along with LDB standard selection screen

    Hi
    While creating a HR report, along with the standard selection screen, if the cusomer requires some more fields to be added, How to retrive the data from the DB?
    Is it the way to retrive the data based on Standard selection criteria from the LDB and then filter it based on user criteria or any other way?
    Please help me out in this regard.
    Thank you.

    Yes thats the way. You get the data based on Selection screen of LDB (You can select Report Catogory you wish to) once you get data, You can put CHECK statement to see the data against PXXXX type to the filter value from you custom field on selection screen.

  • Filtering criteria in User selection screen

    Hi experts,
    Is there any ways to display values in the selection screen based on the above criteria that user selected? For example, the selection screen has 3 selection tabs. The first tab is to choose region (A,B or C). When user selects region A, the second criteria shows only the factories that located in region a, not all of the factories. Once user select a factory, the thrid tab shows only the manager names that works in that factory.
    I'm new in this area so please provide me an instruction steps by steps.
    Thanks so much,
    Phant

    Do you have any mapping maintained in any InfoObject for all these characteristics you mentioned, or you are trying to pull out this information based on the trascational data from the cube.
    There is one option in the query designer. Go to Advance tab of the characteristic and under second option "Filter vale for selection during query execution", select Characteristic Relationships.
    - Danny

  • Claim Search Customizing - Selection Screen Is Missing (FS-CM)

    Where customize this one in SPRO? Transaction ICL_EXPERT_1
    "For Search 0001_ICLEXPERT (Search Appl. ICL), the Definition of the Selection Screen Is Missing in Table TIGN221"

    Note 915108

  • Select criteria without using SELECTION SCREENs

    Hi everybody,
    I have a report with a single screen, 4 fields for search criteria and 2 alv grids for the output.
    I search db tables with a select statement.
    Is it possible to define a select statement that searches for 3 out of 4 criteria, if the fourth input field isn't filled it?
    Because right now the select statement doesn't return any data if I leave one parameter blank.
    And how can I provide the possibility to define more than one search criteria of one kind withour adding several input fields on the screen?
    For example: Data created on 20070101 and 20070105.
    I know that most of this can be done with selection screens, but is there a possibility to do this without a selection screen?
    Best regards
    Tobias

    You should use SELECT-OPTIONS on your selection screen.  This allows the user to enter all kinds of possiblities, including leaving something blank.  Then in your SELECT statement, you use the IN operator.
    select-options: s_datum for sy-datum.
    select * into table itab
               from ztable
                      where datum IN s_datum.
    If you truly do not want to use a Selection-screen, you could hard code values in the SELECT statement or create a range using the RANGE statement.  The RANGE statement works exactly like SELECT-OPTION statement but without the selection-screen.
    Regards,
    Rich Heilman

Maybe you are looking for

  • About Communication Channel Parameters

    What is Variable substitution (target dir/filename scheme) parameter, Run OS command before Message processing and Run OS command after Message processing parameters in the Communication Channel, where we can use this parameters(i.e which type of sce

  • USB 2.0 Support for K8N Neo2

    Hi again, almost there, just a few small things to work out now. One of them is USB 2.0 I have 1.1 capability, I am running bios v1.5 and have installed the SMBus option from the Nforce 3 system drivers v5.10 yet I still don't have support for 2.0 In

  • Update Telephone Extension of Customer Master

    Hi all,    I want to update Telephone Extension of the Customer through my program. Is there any function module which would update the Extension.    the case is I am getting an inbound idoc which does not process the Extension as the extension segme

  • Time machine from macbook to new mac air

    hi i just bought a new macbook air and connect my seagate backup plus drive but is not letting me see any of the information i had from my previous macbook pro

  • What is the weight of the iPad Smart Case?

    What is the weight of the iPad Smart Case?  I am looking for the lightest possible case in order to take advantage of the lightness of the iPad Air. Thanks.  Bob