Filtering Lookup Definition entries while displaying

Hi Experts,
I have a Lookup definition which has 100+ entries. While displaying it to users in an object form , I would like not to display some of the entries (very minimal entries).
Does OIM provides any kind of filtering options? Can you suggest me how to implement this?
Thanks & Regards
Inbaa

Here is a previous post that explains how to use the custom lookup:
Re: Form Field Validation.
-Kevin

Similar Messages

  • Not showing Excise invoice tab in Migo while Display

    Dear SAPient's,
    While displaying material document in MIGO. No Excise Invoice tab is showing altough it is there while creating GRN.
    please Do needful.
    warm Regards,
    Bijay jha

    Hi,
    As you want to see "Excise "Tab in MIGO while displaying material document in MIGO t.code, 1st check do you have authorization to view Excise document, If yes, You can view the excise details in MIGO t.code.
    2ndly check, During goods receipt , did the excise duties are captured in MIGO t.code.If yes , you can view all details if you have authorization.
    Also check did that material which is excisable have  CIN master data in J1ID t.code.
    NOTE: To capture excise duties  in t.code:MIGO, you need to do following settings:(check did you have such in your system,,,)
    Select check boxes of "EI capture" & "Post EI in MIGO" in MIGO Settings segment in Maintaining Excise Group setting in following path:
    SPRO --- >Logistics general - > tax on Goods Movements- >India --- >Basic setting --- >Maintain Excise Groups
    Also set entry of 101 Movement Type for capturing Excise Duties in following path:
    SPRO --- >Logistics general - > tax on Goods Movements- >India - >Business Transactions->Specify Which Movement Types Involve Excise Invoices
    Regards,
    Biju K

  • Converting Number  into words while Display

    Hello Sir,
    I am working on Project System.
    I am getting Field  MAT_PSPNR(Valuated Sales Order Stock WBS Element) in MSEG Table.
    In table the Corresponding field  stored in Numbers while Display its converted into Some other Content  Please Explain Me ?.
    REPORT  zdemo LINE-SIZE 600.
    tables: mseg.
    select-options: so_mblnr for mseg-mblnr.      " Document No
    start-of-selection.
    select mat_pspnr from mseg into mseg-mat_pspnr    " Valuated Sales Order Stock WBS Element
    where mblnr in so_mblnr.
    check sy-subrc = 0.
    write:/01 mseg-mat_pspnr.
    endselect.
    Table Stored value  for MAT_PSPNR  = 00000293
    Report Display: WSP/RAM/02/03.
    Kindly Explain how the Contents has been changed ?.
    Regards,
    Venkat.

    Hi Venkat,
    please check  the Domain of the field you are trying to display .
    it will have a conversion routine.
    for field MAT_PSPNR domain is PS_POSNR
    In the domain definition tab you will have a conversion routine .
    because of this conversion routine your data is represented in internal format in the table and external format when displayed.
    please read  conversion routine documentation.
    regards,

  • HCM PF: Create multiple new records while displaying old ones

    Hiya (cross-posted to OSS & SDN),
    I'm having some difficulties when trying to create new records to IT0014 while displaying old records at the same time, hope you can help me. The problem in brief is that existing records are removed from display when I create new ones and click on check.
    My setup is as follows:
    - SAP ERP 6.0 EhP4 SP29
    - one form scenario with the following fields set up for backend service SAP_PA (two consecutive calls, first for I0014_xxxxx and the second for fields I0014_xxxxx_NEW):
    o I0014_BEGDA Validity begin date 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 BEGDA * PAD_BEGDA
    o I0014_BETRG Amount 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 BETRG * PAD_AMT7S
    o I0014_ENDDA End date 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 ENDDA * PAD_ENDDA
    o I0014_LGART Wage Type 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 LGART * LGART
    o I0014_LGTXT Wage Type Text 5 SAP_PA: Value for Effective Date Create 0014 * HCMT_BSP_PA_XX_R0014 LGTXT * LGTXT
    o I0014_WAERS Currency Manual Default Value: EUR Create 0014 * HCMT_BSP_PA_XX_R0014 WAERS * WAERS
    o I0014_BEGDA_NEW Validity begin date Create 0014 * HCMT_BSP_PA_XX_R0014 BEGDA * PAD_BEGDA
    o I0014_BETRG_NEW New Amount Create 0014 * HCMT_BSP_PA_XX_R0014 BETRG * PAD_AMT7S
    o I0014_ENDDA_NEW New end date Create 0014 * HCMT_BSP_PA_XX_R0014 ENDDA * PAD_ENDDA
    o I0014_LGART_NEW New Wage Type 1 ZS_ACTIONS: Value Help Create 0014 * HCMT_BSP_PA_XX_R0014 LGART * LGART
    o I0014_WAERS_NEW New currency Manual Default Value: EUR 6 SAP_PA: Value Help Create 0014 * HCMT_BSP_PA_XX_R0014 WAERS * WAERS
    - the PDF layout has two table controls: one for displaying the old values (I0014_xxxxx) and one for displaying the new entries to be created (customer requirement to display the tables side by side)
    - old values are displayed all right and they get populated without any problems
    The problem is that when I try to create a new entry with fields I0014_xxxxx_NEW, the first table entry in fields I0014_xxxxx is cleared out. This same problem currently occurs also with other table type entries (I0027, I0008).
    I've looked very closely at note 1043692 and it states the following in its limitations:
    - limitation 4:
    a change to the field LGART is not allowed
    => I'm not doing a change, trying to create
    - limitation 6:
    Two front end fields mapped to the same backend (infotype) field cannot be used in the same table, though you have configured different default values and made one field as operation exclusive. The reason being that the field marked as Op-Exclusive will not be operated upon and there will be inconsistencies in the number of table lines generated.
    => could this be the reason for my problem?
    I have also given a shot at creating a generic service for the job, but as the same note suggests it didn't work (testing the process timeouts if I return fields with multiple field values with separate indexes and subtypes).
    Have you had any experiences with table controls showing both past and to-be values? Does the framework even support this kind of a requirement?
    Best regards,
    Mikko

    Hi Aravind,
    appreciate your input.
    Not sure however if I followed you completely. When you wrote "values that needed to be displayed are made as optional" did you mean optional = operation-exclusive or optional = disabled with the help of a rule? 
    Did you btw do this especially with subtype * and index * relevant infotypes? I tried your approach and upon initialization everything looks good (I didn't have the generic service in between SAP_PA:s because gs:s won't work in case of subtype * infotypes at least according to OSS and my initial tests), both the display and edit elements are populated all right.
    However when I create a new entry into the new fields, their sort order is messed up upon check & send - the last entry suddenly becomes the first and check & sending for the second time I get errors about LGART and SUBTYpe not being the same (which is natural and according to the OSS note I referred to previously).
    If you have been working with subty * related multiple fields, can you elaborate more on your solution?
    Best regards,
    Mikko

  • Hide some cells while displaying ALV GRID !

    Hi guyz!
        Back with lill query,
        While displaying ALV GRID using REUSE_ALV_GRID... FMs ,i need to hide
        some cells by default, when the lists is generated.But those cells should
        be  availble to be displayed by the user from ALV layout settings.
        Please advise
    Thanks
    jahan

    Hi, Check for fm documentation.
    Only relevant if layout parameter
    LAYOUT-GET_SELINFOS of IMPORTING structure IS_LAYOUT is set.
    Complex type for modifying information displayed on the selection dialog box:
    mode:              'R' = Only entries passed in internal table
                              IS_SEL_HIDE-T_ENTRIES are output on
                              the dialog box. Selection information
                              obtained by the list tool by reading the
                              selection screen again (only if the report
                              is called with selection screen) are
                              replaced by the entries passed.
                       'S' = The selection information obtained by the
                              list tool by reading the selection screen
                              of the calling report again, are modified
                              by the entries of table
                              IS_SEL_HIDE-T_ENTRIES.
    t_entries:         Table with selection information
    t_entries-mode:   'A' = Display selection information of the current
                             table row on the information dialog box.
                      'D' = Do not display selection information of the
                             the Select option or of parameter SELNAME
                             on the dialog box.
    t_entries-selname: (required only if t_entries-mode = 'D')
                       name of Select option or parameter
    The following table fields are only required if t_entries-mode = 'A'. They contain the selection information to be added.
    t_entries-field:  DDIC field name of the field for which selection
                       information is to be displayed
    t_entries-table:  DDIC table name of t_entries-field.
    t_entries-stext:  Field description on the information dialog box.
                      If t_entries-field and t_entries-table were
                      filled, this text is taken from the DDIC.
    t_entries-valuf:  Selection condition from-value (external format)
    t_entries-valut:  Selection condition to-value (external format)
    t_entries-sign0:  (I)nclusive (E)xclusive
    t_entries-optio:  All values of the option field of the Select
                      option are allowed.
    The remaining fields are used internally and are irrelevant to the caller.
    aRs

  • *Journal Entries while uploading the vendor master data from legacy system*

    hi SAP Folks,
    can any one of you tell me the journal entries while uploading the vendor master data from legacy system to SAP system.
    Eg: legacy system is having 10000 vendors list, 1 reconciliation account and $ 1000000. while uploading all these data from legacy system to SAP what are the journal entries we get.
    thanks in advance.
    Edited by: ravindranath manikonda on Nov 24, 2008 1:12 PM

    Hi
    you will be having  only one entry logically
    i.e. Opening Bal. clrng A/c Dr.
           To Vendor A/c Cr.
    regards

  • Error while displaying report

    I am getting following error while displaying report in sap business one-
    <b>Internal error (-101) occured [Message 131-183]</b>
    I tried resintalling sap but it did not solved the problem.The reports are getting displayed on other pc's but not on my pc.

    Hi Yogesh,
           I haven't installed any patch on my client machine.
                                                                                    Regards,
                                                                                    Dilip Kumbhar

  • Short dump while displaying cube data in production

    Hi Folks,
    I'm getting a short dump while displaying cube data in production, please suggest
    Thanks and Regards
    Santhosh

    Hi Santosh,
    I'd suggest to follow as per SAP Note: 568768 - Analysis of SQL Errors causing Shortdumps or Error messages. The Note contains precise steps to analyze such an ABAP dump.
    cheers
    m./

  • Umlaut characters getting distorted while displaying in Web dynpro java

    Hi All,
    I have a scenario where I am reading some string values from  a properties file placed in java DC.
    The values read from properties file are to be displayed in  Web Dynpro application.
    The string values contain some umlaut characters eg (ü,ä).
    While displaying in web Dynpro application the umlaut characters  are getting  distorted.
    Any pointers for the same?
    Regards
    Radhika Kuthiala

    Hi Radhika,
    Solution1> you can convert the property file in the encoded format, in the DC having the pr0perty file.
    use this command in the command line:-->native2ascii -encoding utf8 file.txt file2.txt
    Are we renaming hte files after changing the format?
    In one of my previous project we have property file with the french character so we got error, to avoid this we have manually transtaled the file and utilized in the application and used the command in dos promt:-
    native2ascii -encoding utf8 source.txt destination.txt ,
    here if you want to replace the existing file u have to give same name source and destination file. But we have created 2 seprate file. after translation you will something like Fre/uooch king of output.
    Solution3> you can read the file and save in the Strign format and use java package import java.nio.charset.; and encode the string. ---
    Pls refer the below link:-
    http://mindprod.com/jgloss/encoding.html
    Hope this may help you.
    Deepak!!!

  • ENT-06954: Error while Displaying BIBean for Cube/Dimension Dataviewer.

    Hi all,
    I have defined a cube with three dimensions. All elements are deployed and the mappings is executed successfully. If I try to open the dataviewer either for the cube or for the dimensions I receive the following errors:
    ENT-06954: Error while Displaying BIBean for Cube Dataviewer.
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.CubeDataViewerMain.getDataviewObject(CubeDataViewerMain.java:391)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.CubeDataViewerEditor._init(CubeDataViewerEditor.java:66)
         at oracle.wh.ui.editor.Editor.init(Editor.java:1115)
         at oracle.wh.ui.editor.Editor.showEditor(Editor.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1344)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1362)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:864)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:851)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    ENT-06972: Error while Displaying BIBean for Dimension Dataviewer.
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.getDimensionListObject(DimDataViewerMain.java:479)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerEditor._init(DimDataViewerEditor.java:89)
         at oracle.wh.ui.editor.Editor.init(Editor.java:1115)
         at oracle.wh.ui.editor.Editor.showEditor(Editor.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1344)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1362)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:864)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:851)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    In another warehouse this function works properly. I am using OWB 10gR2 (10.2.0.1.31).
    Any hints to fix this issue would be appreciated.
    Thanks in Advance, C.

    If you run OWB using the supplied shell script or batch file are there other errors on the console before the exception. OWB uses a component (OLAPI does some validation over and above any other) which dumps the errors on the the standard output which often illustrates some invalid metadata in the OLAP catalog.

  • HT4623 I updated to the latest iOS and now YouTube and the Ap store are no longer on my phone. Also, not all my music will play and if I play a song it will actually play a different song while displaying the one I chose. Any ideas how to fix this?

    I updated to the latest iOS and now YouTube and the Ap store are no longer on my phone. Also, not all my music will play and if I play a song it will actually play a different song while displaying the one I chose. Any ideas how to fix this?

    You have to download the individual youtube app now. It is no longer a nataive ios app from apple in ios6

  • Error while displaying file " C:Temp Filename.Ext cannot be created"

    Dear Friends
    Some users face problem while display the file. They get message " C:\Temp\ Filename.Ext cannot be created ". I checked Details. I got explaination as follows.
    Caution! You are not authorized to work with temporary storage
    Message no. ED204
    Diagnosis
    You do not have authorization to read or write from or to the temporary storage.
    The system uses the temporary storage when you display or change programs using the ABAP Editor.
    The system checks to see whether there is a temporary version of the program.
    If there is, a dialog box appears in which you must choose whether to use the temporary version or the database version.
    The system fills the temporary storage when the editor crashes or you save a temporary version of the program.
    System Response
    You probably do not have the authorization object S_DATASET.
    Procedure
    Ask your system administrator to assign you the relevant authorization.*
    Actually this  problem never occurs frequently. User access the files very frequently creating around 200 Mb to 400 Mb in C:\Temp Folder per day per user. I observerd as per message that User is not have Access right to C drive. Once I get access from IT for that user he is able to display file. But before giving right he is able to display file. But suddenly he is not able to display. I am not getting exact reason why this problem occurs. Some users temp folder size is upto 700 Mb with no acces right to C Drive still he is able to see the image.
    In DC20 I have kept C:\Temp as path for temp folder.
    I have checked the links  also
    Request you to provide me
    What is exact reason of the error?
    Is the solution to problem is giving access rights to the user?
    Do I have to give authorization object S_DATASET to a user?
    With Regards
    Mangesh Pande

    Dear Amaresh
    Thanks for your reply and solution.
    So you mean to say thats this Authorization object  has to be provided to user?
    But my question is how the user was able to see the file even when this Authorization Object was not assigned.
    He was able to display all file. But for particular DIR he is not able to display.
    I have checked this thread
    http://wiki.sdn.sap.com/wiki/display/PLM/Error26172withSAPGUI710+patch13.
    User has SAP GUI 7.10
    File Version 7100.1.0.1027
    Build   0
    Patch Level  0
    Request your help
    With Warm Regards
    Mangesh Pande

  • Problem while displaying top of page in list display

    Hi,
    M facing problem in displaying top of page in list .
    M using following methods:-
    lr_outer_grid TYPE REF TO cl_salv_form_layout_grid,
    lr_inner_grid TYPE REF TO cl_salv_form_layout_grid,
    lr_label TYPE REF TO cl_salv_form_label,
    lr_text TYPE REF TO cl_salv_form_text.
    For displaying the top of page m using event TOP_OF_PAGE.
      CREATE OBJECT lr_outer_grid.
    *Outer grid
      lr_inner_grid = lr_outer_grid->create_grid(
      row = 1
      column = 1 ).
    *... create lable information in inner_grid
    User ID
      lr_label = lr_inner_grid->create_label(
      row = 1
      column = 1
      text = text-h03 ).
    *... create text information in inner_grid
      lr_text = lr_inner_grid->create_text(
      row = 1
      column = 2
      text = sy-uname ).
    *... set label for text
      lr_label->set_label_for( lr_text ).
    But while m going to do same coding for second parameter its not intializing length so adding extra spaces while displaying second row.
    e.g
    USERID       abcdefghjik
    PLANT         jhk            to hjk
    I want that output should look like
    USERID      abcdefghjik
    PLANT        jhk to hjk
    Please tell me the solution what should i do for avoiding extra space

    Hi Neelema,
    You could try this sample code.
    [http://sap-img.com/fu037.htm]
    [http://sap-img.com/abap/sample-alv-heading-in-alv.htm]
    Regards,
    Amit.

  • Asking ECC System Credentials while Displaying Employee Photo in CODService

    Hello All,
    Currently we are having requirement like , need to display the employee Photo from Portal.
    Already all the Employee Photos are Uplaoded in the backend, i can able to see employee photos on Hearder in PA30.
    While Displaying the Employee Photo from the Portal using COD Service, it asking the ECC System Credentails.
    What Configuration steps need to follow to display the Employee Photo in CHange Own Data Service from the Portal with out asking the backend system Credentails..
    Plz Share some inputs to fix the issue..
    Thanks in Advance
    Adapag

    Hi Pramod,
    Thanks for the reply, we stored all our employee photos on  ECC System Only...
    If i enter the Personal No: in PA30, i am able to see the EMployee Photos on the Header..
    But While accessing the COD Service from the Portal, asking ECC system credentials to display the photo.. If i am providing the Credenials Employee Photo is displaying .. other wise Blank Image Displaying...
    Siddarth suggested its due to SSO problem, if its sso issue, how come i login into portal without any errors currently we are using ABAP UME both Portal and ECC Login details r same...
    Please Suggest me how to fix the issue...
    Thanks in Advance
    Adapag

  • Scheduled task that populates Lookup Definitions from database in oim11gr2

    Hi Friends,
    How to write a scheduled task that populates the Lookup Definitions from database tables in oim 11g r2.
    Regards,
    jdev

    Check this link http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/refsched.htm#CIHBFCJG

Maybe you are looking for

  • IPhone 5s not charging on my macbook pro

    When connecting my iPhone 5S Lightning cable to my Macbook Pro 17 (A1297), the iPhone 5S does not show as connected to iTunes unless through WiFi sync. If I shut off the WiFi, the phone does not appear in iTunes. Only through Wifi Sync. There is also

  • To Select the data from two table one is transp table and onther is cluster

    Hi All, I want to select the data from two tables Here i am giving with an example. Fileds: kunnr belnr from bseg.  table bseg fields: adrnr from kna1     table: kna1. Know i want to put these into one internal table based on kunnr and belnr. Thanks

  • Bad workflow ? :-( document is still being processed in the background  :-(

    Hi guys, I have activated workflow without approval for PO's (saved & changed: WS14000075). Everything was working fine.. BUT.. For some reason, now some PO documents have the status "Waiting Approval", and if I try to edit them,I got the following m

  • Is it possible to create a limited upload account to cloud storage?

    With NAB around the corner I'm editing some news video from the event. What I was wondering is, is it possible to give my videographer a upload only account to my cloud storage for all the footage from NAB that doesn't mean him having access to my fu

  • DBtoFile

    Hi I have created a process to read the database file and write into a folder as file. mI have one database adapter, one transform activity, and one file adapter. while checking in the console i could find that my database adapter read all the record