I need to filter the field Compensation Review :iview Compensation Planning

hello
I need to filter the field Compensation Review (iview Compensation Planning), this value come from table : T71ADM08 Compensation Reviews
i have many values, but i need show a range o one set the of values, any ideas ??  
I can show only one filtering parameter from the parameter value of the iView, but it only one value, I need a filter a range
please any ideas, ???

Hello,
having had this very same issue in the past - the option we went with was to enhance the RFC FM that returned the list of the reviews with some removed depending on the employee type.
(I'm assuming that the list of avaliable reviews is dependent on the employee and that's why you want to filter).
Chris

Similar Messages

  • Need to filter the out put of iw38 reprort

    hello Experts,
    i have requirement like need to filter the out put of iw38 report and after that again i need to filter that output by using department and client code and oreder .ned to show out put with 3 push buttons .
    dertails:
    selection screen fields:
    region
    customer  code
    oreder
    date range
    from these 4 fields i need to pass two(order and date range)   fields to  iw38 report and then what ever output i am getting again that should filter by customer code and region which are there in my program
    , need to display the out put with 3 push buttons .
    plz suggest me  with appraoach and sample code .
    Note : i am using using submit and return export memory but its directly showing iw38 output and not coming back.

    Hi ananta,
    The function module LIST_FROM_MEMORY loads the list from the ABAP Memory to an internal table of the row type ABAPLIST.
    The function module WRITE_LIST inserts the content of an internal table of the row type ABAPLIST in the current list.
    The function module DISPLAY_LIST displays the content of an internal table of the row type ABAPLIST in a separate list screen.
    check the below program..
    REPORT  Z642_TEST2.
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT riaufk20 EXPORTING LIST TO MEMORY
                                    AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    IF sy-subrc = 0.
      CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = list_tab.
    ENDIF.
    write: ' This is calling program', sy-repid.
    Edited by: Rammohan Nagam on Apr 8, 2009 4:05 PM

  • HT5622 My ipad hangs up after showing a message that says it "Cannot Access Find My Friends" and that I need to open the app and review my signin info to continue sharing. I can't go there because it is hung up. I also can't power off.

    My ipad hangs up after showing a message that says it "Cannot Access Find My Friends" and that I need to open the app and review my signin info to continue sharing. I can't go there because it is hung up. I also can't power off.

    Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • What are the steps needed to make the field in the DFF Additional Information for Agent only take numbers, commas & hyphens?

    Hello All,
    What are the steps needed to make the field in the DFF Additional Information for Agent only take numbers, commas & hyphens?
    Navigation
    Bob Sales manager<Ebiz form<service request tab<SR type<DFF<additional information for agents <cheque number
    The field Cheque number Character allowed (, -) in the DFF Additional Information for Agent should only take numbers
    Thanks & Regards
    Ayesha

    Thanks Sridar
    If we use Number we cannot separate the cheque numbers with , or -
    We need to enter numbers along with comma and '_' in cheque number field.
    Thanks & Regards
    Ayesha

  • Error :cannot show the value of the filter.The Field may not be filterable or the number of items returned exceeds the list view threshold enforced by administrator

    Issue : In sharepoint 2013, I am experiening below error while using filter in the list view due to the number of items in this list exceeds the list view threshold, which is 10000 items. Tasks that cause excessive server load (such as those
    involving all list items) are currently prohibited.
    Error :cannot show the value of the filter.The Field may not be filterable or the number of items returned exceeds the list view threshold enforced by administrator
    Could you please suggest a way to avoid this issue apart from incrementing the list view threshold limit .
    Prashanth

    Reorganizing content, or creating more specific views. sharepoint is warning you that the content is structured in such a way that it can cause performance issues, which should be addressed in some way.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • I need to determine the fields on a selscreen at runtime

    Hi Team ABAP,
    I need to determine the fields on a selscreen at runtime.
    That means FM´s like DYNPRO_FIELD_GET, are not doing the i need.
    If a field is made inactive or invisible in PBO (at selection Screen Output) i dont Need/want this in my Analysis.
    Maybe i better state what i want to achieve.
    I want to rightclick a selscreen-field, and then use the upcoming context menue to make it dissappear.
    For that i added a pf-status to that selscreen.
    In sy-curow i get which row the user clicked on (for example take 5), so now i need to find out which selscreen field is displayed in row 5.
    So i can create the customizing entry for this field.
    Maybe someone has an idea for me, i dont need coding, i can do that myself.
    Thanks for reading
    regards
    Florian Kemmer

    Well Anyway, it took me a Little but i figured it out.
    following code does the trick for me:
    [code]
    Tables phelp.
    IMPORT phelp FROM MEMORY ID 'PHELP'. [/code]
    i do this in the Event AT_SELECTION_SCREEN OUTPUT.
    Then in phelp-dynprofld i have the actual field i clicked on.
    And even if i totally misunderstood you you helped me a lot focusing my thoughts on the right way.
    Before your answer i didnt think about that while pressing F1 it works and i only have to find out how they do it.

  • Filter the field with people data picker

    hi
    1.i create the list and put the internal number for each persone
    now I have another list that customized it with InfoPath 2010
    I want in the form when the user inter the internal number in it's field the field that is for the person appeared itself
    I create the data connection and filter the field with display name
    and when preview the form ir works but in the sharepoint list it doese'nt work when I filter it with the field=[me]
    and when preview the form in InfoPath after the display name there is 3 #
    and I thins these # is the problem
    plz help me
    thanks

    Hi ,
    According to your description, my understanding is that you want to fill automatically the person column in the second list based on the internal number.
    I did a test as the followings:
    Create a list called ListA, and add two column: internal number(single line of text), person(Person&Group).
    Add some items into the ListA.
    Create another list called ListB, and add two column: internal number(single line of text), personB(Person&Group).
    Customize ListB with InfoPath, and click the column “internal number”.
    Set a rule for the column as the screenshot.
    After the above, I tested in ListB, it worked well.
    Then I set a filter personB=[me], it also worked well.
    Please have a try as my steps, compare the result.
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I would like to be able to start typing a URL directly (with no need to clear the field first) after opening a new tab with my homepage...

    I've just installed the newest desktop version of the Firefox browser because my Opera doesn't feel very well these days. I'm trying to become friends with Firefox, and that's why I've changed the new tab settings in order to have my offline homepage loaded every time I open a new tab. There is an inconvenience — when I press Ctrl+T, the cursor appears at the end of the URL. It means that when I start typing, the letters show in the address bar after the URL of my homepage, so what I need is to clear the field first.
    Is there a way to get rid of this? (If it helpes, I'm currently using Windows 7.)
    I would appreciate if I could just press Ctrl+T, type a URL, and press Enter when I want to go to a website different from my homepage. Thank you for your replies!

    Then you can use (Ctrl+L and) Ctrl+A to select all the text in the location bar or Shift+Home/End.

  • Need to filter the Master Column

    Hi Experts,
    I need to filter a master column in my wd table. I am not finding an option to get the filter text in VewController. Master column of the filter row is not enabled to enter filter text. Can some one suggest me how can I proceed to make filter enabled for master column?
    Thanks in advance.

    Hi,
    If you are using table UI element, you have to do some bit of coding to get the filter row.
    1. Define a context node with cardinality 1..1. This node should have the attribute(s) for which a filter is required, and the attribute should be that same data type as that of the column attribute.
    2. In the layout tab, for the specific table column for which filter is needed, bind the 'filterValue' property to the corresponding attribute created in step 1.
    3. Define and implement an event handler for the 'onFilter' event of the table. This event handler should programatically filter the table.
    Now, in the layout itself you should see the 'Filter row' for the table.
    Hope this helps,
    Regards,
    Wenonah

  • Need to hide the field based on input to other field on screen

    Hi All,
    I enhanced the std. infotype 1029.Now I need to display one custom field only if another custom field (check box) is enabled, otherwise no.
    I tried writtinf code in PBO of ZP102900 in subscreen 0200.
      loop at screen.
      if screen-name = 'fld1'.
        if 'fld1' = 'X'.                      -
    >if chk box is selected then it shud display the fld2 on the screen along with fld1
          screen-name = 'fld2'.
        endif.
      endif.
      endloop.
    But no results:-(
    Can you please help me out in this ASAP.
    Thanks in advance.
    Regards,
    Ashwini

    Hi All,
    Finally I got the results:-)
    Solution:
    in PBO module:
      LOOP AT SCREEN.
        if SCREEN-NAME = 'P1029-<FLD2>'.
          IF P1029-FLD1 = 'X'.
            SCREEN-ACTIVE = 1.
            MODIFY SCREEN.
          ELSE.
            SCREEN-ACTIVE = 0.
            MODIFY SCREEN.
          ENDIF.
        endif.
      ENDLOOP.
    in PAI module:
    LOOP AT SCREEN.
      if SCREEN-NAME = 'P1029-<FLD2>'.
          IF P1029-<FLD1> = 'X'.
            SCREEN-ACTIVE = 1.
             MODIFY SCREEN.
          ELSE.
            SCREEN-ACTIVE = 0.
          ENDIF.
      endif.
    ENDLOOP.
    Thanks for your valuable time.
    Regards,
    Ashwini

  • Got the form, just need to add the field.

    Hi!  Very new to this.  So i have a form that my company has already created with their logo etc.  ALL I need, is to add a greyed out field to each question.  How do i do that?  Do i have to create an entire new form?
    Thanks!

    Can you explain a little bit more about how the form you wish to edit came to be. Is this a PDF form? Was it creating in Acrobat or Formscentral? Are you hoping to edit it in Acrobat? if so what version do you have? Any information about the form will help us in guiding you forward.
    Andrew

  • Need to Skip the fields duaring the data upload by SQL*Loader.

    Hi all,
    I am not able to get how to skip some fileds in the file while uploading it thru SQL*Loader. Let us have a look the below scenario.
    The table has 4 columns. but in the input file came up with 6 fields. Let us assume the four fields came as first in the order. Then, we can populate the data into the 4 columns of the table. At the same time we want to skip the remaining fields. Even those fields/columns are no longer available in the database table.
    For example:
    create table data_temp(sno number,name varchar2(10 char),sex char(1),loc varchar2(20 char));
    Data file
    sno,name,sex,loc,organization,contact
    1,ram,M,India,HP,998976789
    2,Shesha,M,India,IBM,7890808098
    Control_file
    OPTIONS(SKIP=1)
    LOAD DATA
    INFILE *
    APPEND INTO TABLE data_temp
    FIELDS TERMINATED BY ',' optionally enclosed by '"'
    TRAILING NULLCOLS
    sno "trim(:sno)",
    name "SUBSTR(trim(:name),1,20)" ,
    sex "SUBSTR(trim(:sex),1,1)",
    loc "SUBSTR(trim(:loc),1,20)" ,
    Please suggest me how to implement the above scenario in the control file.
    Thanks in Advance!!
    Regards,
    Vissu.....

    Use FILLER. Control file:
    OPTIONS(SKIP=1)
    LOAD DATA
    INFILE *
    APPEND INTO TABLE data_temp
    FIELDS TERMINATED BY ',' optionally enclosed by '"'
    TRAILING NULLCOLS
    sno "trim(:sno)",
    name "SUBSTR(trim(:name),1,20)" ,
    sex "SUBSTR(trim(:sex),1,1)",
    loc "SUBSTR(trim(:loc),1,20)" ,
    organization filler,
    contact filler
    begindata
    sno,name,***,loc,organization,contact
    1,ram,M,India,HP,998976789
    2,Shesha,M,India,IBM,7890808098
    {code}
    Now:
    {code}
    SQL> create table data_temp(sno number,name varchar2(10 char),sex char(1),loc varchar2(20 char));
    Table created.
    SQL> host sqlldr scott/tiger control=c:\temp\vissu.ctl log=c:\temp\vissu.log
    SQL> select * from data_temp
      2  /
           SNO NAME       S LOC
             1 ram        M India
             2 Shesha     M India
    SQL>
    {code}
    SY.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I need to filter the Service Id

    Hi All,
    Here with i copied one query that returns some resultset based on Organise Id. But I need only one service id.
    Pls suggest me...
    SELECT DISTINCT(A.SERVICE_ID),
    B.SERVICE_CODING_ID,
    C.RGS_ID,
    D.CODED_TIME_REF_DOMAIN_ID,
    E.ORGANISE_ID,
    F.RESOURCE_GROUP_DESC
    FROM SERVICE_MASTER A,
    SERVICE_CODING_DETAIL B,
    SERVICE_RESOURCE_DETAIL C,
    SERVICE_CODED_TIME_DETAIL D,
    ORG_REFERAL_CONTROL E,
    RESOURCE_GROUP_MASTER F,
    RESOURCE_ORG_MASTER G
    WHERE A.SERVICE_ID = B.SERVICE_ID
    AND A.SERVICE_ID = C.SERVICE_ID
    AND A.SERVICE_ID = D.SERVICE_ID
    AND B.SERVICE_ID = C.SERVICE_ID
    AND B.SERVICE_ID = D.SERVICE_ID
    AND C.SERVICE_ID = D.SERVICE_ID
    AND C.RGS_ID = F.RGS_ID
    AND A.SERVICE_ID(+) = E.REFER_ID
    AND B.SERVICE_ID(+) = E.REFER_ID
    AND C.SERVICE_ID(+) = E.REFER_ID
    AND E.ORGANISE_ID = 'ORG000001';
    Cheers
    Moorthy.GS

    Hi Moorthy,
    Which one row do you need? Any single row? The first row according to some ordering? or a specific row?
    If you want any random row, add the line "AND ROWNUM = 1" at the end of the query. Or if you're running the query in PL/SQL or a similar language you can run the query as is and only fetch the first row.
    If you want the first row from some ordering, add "AND ROWNUM = 1" and an ORDER BY clause at the end.
    I suspect you want a specific row, in which case you need to add a line to your WHERE clause that specifies which row you want. I suspect you want a line that reads " AND SERVICE_ID = ???"
    I hope this helps,
    Steven

  • Need tables for the fields

    Hi,
            I want to know the tables where these fields can be available...
         Field “SERNR1”  -  Serial Number
    •     Field “MATNR1” – Assy Matl
    •     Field “SERNR” – Assy Serial NO
    •     Field “ARKTX” – Assy Description
    Pls let me know as soon as possible..

    Hi,
    check table vbap / VBRP/ LIPS , in those tables you can get
    ARKTX,MATNR,SERNR  fields.
    But there is no field with the name sernr1 in standard databse tables. May be that you can find in customized tables created specific to your project.that we cant see .
    but about matnr1 you can get in the following tables.
    VCRSELA_RES      Cross Selling Analysis: Results     
    HBSRLS           Affected Building List              
    Regds
    Sivaparvathi
    Please reward points if helpful...
    Edited by: Siva Parvathi on Dec 20, 2007 11:34 AM

  • Need to add the field on the MIRO screen...!!!!

    Hi All,
    Customer has a requirment to add the one field under the 'Details' tab of the MIRO screen.
    I tried searching Screen Exits for this, but no success..
    Is there any OSS note for this which can serve the purpose?
    Thanks in advance.
    -Sanjay

    My requirement is To display automatic cash management group with reference to account group in vendor master.
    In vendor master initial screen if user enters Account group (LFA1-KTOKK) as “VWOP or DMST in the accounting information screen Cash management group field (LFB1 – FDGRV) planning group code A1 has to display.
    In change mode if any of the user trys to change planning group code an error massage “change is not possible” has to appear..
    Now i ve coded in the method PRESET_VALUES_CCODE which is in the BADI definition VENDOR_ADD_DATA this method is getting triggered even after the accounting information screen displayed and could you please help me in displayin the error message? The error message is getting displayed but in the form of a pop when u say yes it leaves the transaction.. but I want the error message as a normal red colored error message which comes in the bottom line.. please tell me how could I do this.. this is the codin which I have done.. please give some solution please..
    method IF_EX_VENDOR_ADD_DATA~PRESET_VALUES_CCODE .
    break-point.
    if E_LFB1-FDGRV is initial.
    if I_LFA1-ktokk = 'DMST' or I_LFA1-ktokk = 'VWOP'.
    E_LFB1-FDGRV = 'A1' .
    ENDIF.
    else.
    if I_LFA1-ktokk = 'DMST' or I_LFA1-ktokk = 'VWOP' .
    if E_LFB1-FDGRV <> 'A1'.
    message id 'ZZ' type 'E' number '108' with
        'Change is not possible' .
    *message e108(zz).
    *CALL FUNCTION 'C14Z_MESSAGES_SHOW_AS_POPUP'
    *EXPORTING
    *I_MSGID = 'ZZ'
    *I_MSGTY = 'E'
    *I_MSGNO = '108'
    *I_MSGV1 = 'change is not possible'
    I_MSGV2 =
    I_MSGV3 =
    I_MSGV4 =
    I_LINENO =
    TABLES
    I_MESSAGE_TAB =
    *IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
    endif.
    endif.
    endif.
    endmethod.

Maybe you are looking for

  • PR showing open quantity, still PO is done completely for the PR.

    Dear All, PR is showing open quantiy in "Quantities/Dates" tab even though PO is done for full quantity of the PR. Due to this, PR is showing commitment items. Please guide for a proper solution to close the commitment items in the PR. Regards

  • Exporting column and table comments

    I need to be able to create an external "data dictionary" to show to database users. I am currently exporting to a reporting schema, and then writing SQL against the reporting schema to get table, column, datatype, etc... information. I also need to

  • Payment forms for 2 different currencies on one company code

    How can I assign 2 different forms for 2 different currencies on the same payment method and company code when using the automatic payment program ? Please assist. Debra

  • Add Question dynamically in crm survey

    How to add the question dynamically in crm survey? I checked the two class CL_CRM_SVY_BUILDER and  CL_CRM_SVY_DOM. IN htis method Insert_question method is there. But how to use this method. What value should we pass in node.? If anybody knows about

  • FM in BI that will calculacte Years/Days

    Hi Experts,   Are there any Function Modules avaliable in BW that will calculacte no of years/days between Given date and sys date. How to search what are the avaliable FM in BW Thanks Krishna