OTL timecard LOV changing search option

Hi,
Can anyone help in changing search option by value rather than display_value??
Please let me know the steps..
thanks
mallik

Hi,
BrianK197719781979 wrote:
OK Im making tiny steps forward now...
SELECT *
FROM hxc_lookups
WHERE meaning in ('Total Hours','Timecard Period End Date','Timecard Period Start Date','PO Number','Project',
'Timecard Status','Timecard Submission Date','Task','Timecard Comment')
AND lookup_type in ('HXC_TIMECARD_SEARCH_ITEMS_WRK','HXC_APPR_TIMECARD_SEARCH_ITEMS')---Query the both the lookup_type and update 'Total Hours' to as u required 'Total Days'.
---May be here u req to do vo extesnion also to change the query to:
SELECT * FROM hxc_lookups
WHERE meaning in ('Total Days','Timecard Period End Date','Timecard Period Start Date','PO Number','Project',
'Timecard Status','Timecard Submission Date','Task','Timecard Comment')
AND lookup_type in ('HXC_TIMECARD_SEARCH_ITEMS_WRK','HXC_APPR_TIMECARD_SEARCH_ITEMS')
Change:
WHERE meaning in ('Total Hours' ) to WHERE meaning in ('Total Days')
Regards
Meher Irk

Similar Messages

  • Can't change search options in Outlook 2007 on Windows Server 2008R2 Remote Desktop Users

    One of my users is trying to change search options in Outlook 2007.
    But he can't change the search options.
    He is working with Outlook 2007 on Remote Desktop Services 2008 r2.
    We doen't use cache mode on terminal server.
    Any sugesstion how we can enabling search options for remote desktop  users ?

    Hi Roel,
    Thank you for posting in Windows Server Forum.
    To customize Instant Search options by using Group Policy 
    - In Group Policy, load the Office Outlook 2007 template (Outlk12.adm).
    - To customize how results are displayed, under
    User Configuration\Administrative Templates\Microsoft Office Outlook 2007\Tools | Options\Preferences\Search Options, double-click the setting that you want to set. For example, double-click Turn off wordwheel.
    - Click Enabled. For hit highlighting color, choose a color from the Background Color drop-down list.
    - Click OK.
    More information.
    Configure Instant Search options in Outlook 2007
    http://technet.microsoft.com/en-in/library/cc178983(v=office.12).aspx
    In addition, perform below steps to edit the registry key and check.
    Step 1: Open the Registry Editor application.
    Step 2: In the Registry Editor, click the Edit menu and select Find. Type PreventIndexingOutlook in the search field and click Find Next.
    Step 3: Right click PreventIndexingOutlook and select Modify. Change its Value data to
    0 and click OK.
    Step 4: Search again by clicking the Edit menu and select Find. Type SetupCompletedSuccessfully in the search field and click Find Next. Locate this key.
    Step 5: Right click the SetupCompletedSuccessfully key and select Modify. Change its Value Data to 0 and click OK.
    Step 6: Restart your computer and you will now be able to perform advanced searches in Microsoft Outlook.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • OTL Timecard LOV Sort Order

    Hello,
    We have an LOV field on our OTL timecard called Rate Up. It is a custom timecard created by someone who is long gone. We would like it sorted in a particular order. We identified a database view that is likely the source of the data, but adding an ORDER BY in the view did not work.
    This is probably really simple when one knows how. How can we put a sort order on this LOV?
    Thank you,

    Both of these suggestions are really close. I thank Avinash and Giuseppe for their advice.
    I found a validation set named XXEP_OTL_RATEUP_CODE_TK, but it is already sorted. We use this validation set on the Oracle Forms style OTL Timekeeper screens, but not on the web self service screens, where our sort problem exists.
    I enabled diagnostics without any useful information, but a trace gave me the following sql statement which uses hxc_cui_custom4_v. I added an order by into the view, cleared cache, logged off and on, tried a different PC with a different user, but no luck sorting. So where is this select specified, so I can add an order by?
    Thank you,
    PARSING IN CURSOR #192 len=1188 dep=0 uid=435 oct=3 lid=435 tim=3702128553905 hv=3217417118 ad='b8abd5f8'
    select distinct display_value displayvalue, value
    from hxc_cui_custom4_v a,
    (select trunc(FND_DATE.CANONICAL_TO_DATE(:1)) "TC_DATE" from dual) b
    where person_id = :2
    and b.TC_DATE between emp_per_start_date and emp_per_end_date
    and b.TC_DATE between emp_asg_start_date and emp_asg_end_date
    and b.TC_DATE between emp_pgr_start_date and emp_pgr_end_date
    and b.TC_DATE between emp_sps_start_date and emp_sps_end_date
    and b.TC_DATE between emp_gd_start_date and emp_gd_end_date
    and b.TC_DATE between emp_pgd_start_date and emp_pgd_end_date
    and b.TC_DATE between emp_pgs_start_date and emp_pgs_end_date
    and b.TC_DATE between emp_pspp_start_date and emp_pspp_end_date
    and b.TC_DATE between all_pgr_start_date and all_pgr_end_date
    and b.TC_DATE between all_sps_start_date and all_sps_end_date
    and b.TC_DATE between all_gd_start_date and all_gd_end_date
    and b.TC_DATE between all_pgd_start_date and all_pgd_end_date
    and b.TC_DATE between un_pur_start_date and un_pur_end_date
    and b.TC_DATE between un_purv_start_date and un_purv_end_date
    and b.TC_DATE between un_puci_start_date and un_puci_end_date
    and b.TC_DATE between un_puci2_start_date and un_puci2_end_date
    END OF STMT
    EXEC #192:c=0,e=521,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,tim=3702128553897
    FETCH #192:c=1430000,e=1552659,p=0,cr=25048,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130106837
    FETCH #192:c=0,e=52,p=0,cr=0,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130109204
    FETCH #192:c=0,e=21,p=0,cr=0,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130109625
    FETCH #192:c=0,e=14,p=0,cr=0,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130109853
    FETCH #192:c=0,e=42,p=0,cr=0,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130111605
    FETCH #192:c=0,e=22,p=0,cr=0,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130112010
    FETCH #192:c=0,e=19,p=0,cr=0,cu=0,mis=0,r=10,dep=0,og=1,tim=3702130112207
    FETCH #192:c=0,e=194,p=0,cr=0,cu=0,mis=0,r=7,dep=0,og=1,tim=3702130112570

  • Change search options to FILE NAME only

    Is there a way to change the search options to always search for FILE NAME only?
    I don't know who'd saech for contents every time, that would seem like a last resort if you couldn't find what you are originally looking for and forgot the file name. We have 10's of thousands of files and having the stupid contents pop up EACH time I want to do a search wastes so much time.
    Help!

    The only way to bypass the crippled Spotlight search is to use a tailored savedSearch. This is what I use. The system files allows finding things in the stupidly hidden user's Library:

  • Find/Change search options vanish

    I'm using ID CC 2014 in Windows 7. I have had this same problem since CS4 and it is driving me crazy. At various times, I'll open the Find/Change dialog, and will see that not all of the search choices are there. All Documents and Documents are always there, but the other options of story or selection are not (and yes, I'm either in story or have selected text).
    The only way to fix it is to exit and restart ID.
    Any thoughts on a permanent fix?

    Certainly a good thought; I've got lots of stuff running, though nothing particularly unusual. It would be probably harder to track that down than to just make do with the current situation.

  • Change search options back

    This is supposed to be a "user friendly" browser...why do you continue to make changes that we, as "users" cannot opt out of. I liked the search section the way it was and I want it back.

    The new Search Bar scheme can be reverted.
    Open up '''about:config''' ''(typed in the Location Bar)''
    Right-click and toggle this preference to '''''false'''''
    '''browser.search.showOneOffButtons'''
    Then restart Firefox.

  • OTL TIMECARD LOV Configuration

    Hi Guru's,
    I have a question on dependents LOV in TimeEntry Screen.
    Description:
    I have a LOV called AFE which shows all the AFE Codes and AFE Names from the table(this table has two columns in the database). And another LOV called RC which shows RC code and RC Name depends on AFE Code(This table has AFE Code along with these two columns).
    -- Code in LDT
    QUALIFIER_ATTRIBUTE15 = "Afe_Number = ::XXXHxcAFECode"
    If We dont select anything from AFE LOV then it shows all the rows in RC LOV because of the above attribute will not be called.
    My requirement:
    I have records in RC table for AFE Code null also. I want display only these null value records.
    How can I handle this, Please add your thoughts as much as you can.
    It's an urgent issue, please respond ASAP.
    Thanks in adv.
    Naresh

    Hi Guru's,
    I have a question on dependents LOV in TimeEntry Screen.
    Description:
    I have a LOV called AFE which shows all the AFE Codes and AFE Names from the table(this table has two columns in the database). And another LOV called RC which shows RC code and RC Name depends on AFE Code(This table has AFE Code along with these two columns).
    -- Code in LDT
    QUALIFIER_ATTRIBUTE15 = "Afe_Number = ::XXXHxcAFECode"
    If We dont select anything from AFE LOV then it shows all the rows in RC LOV because of the above attribute will not be called.
    My requirement:
    I have records in RC table for AFE Code null also. I want display only these null value records.
    How can I handle this, Please add your thoughts as much as you can.
    It's an urgent issue, please respond ASAP.
    Thanks in adv.
    Naresh

  • Please create "on-the-fly change search engine" option ALSO for when we mark [word] in a text, then right-click, then choose "Search [engine x] for [word]"?

    In Firefox 34, you have changed the search bar.
    The new style is perfect for those who always starts by typing in, letter for letter, the search term.
    People such as myself, we almost never type in the search term,
    but instead we mark a [word] in a text, right-click this marked [word], then select "Search [engine x] for [word]".
    Speaking for myself, I have now a total of 36 search engine providers, but I usually only use 7 of those.
    I use "Wikipedia (English)" most of the time..
    - but then I will switch to e.g. "AniDB" and use that one for 1 hour..
    - or switch to "Google" and use that one for 30 minutes..
    - or switch to "Wikipedia (Norwegian)" and use that one for 2 hours..
    - or switch to "Wiktionary (English)" and use that one for 15 minutes..
    ..and then I will switch back to "Wikipedia (English)" again.
    The way the search bar was in Firefox 33 and earlier, I could very easily switch the default search engine.
    Just one click to open the drop-down menu, then choose one.
    In Firefox 34, I have to choose "Tools" -> "Options", the "Search" tab..
    - before I can THEN click to open the drop-down menu.
    4 clicks instead of 1, that's like 400% more work..!
    Also, the fact that I have to go into "Options".. make this..
    ..I don't know how to put it, it's a kind of psychological barrier that I have to overcome each time.
    I mean, before Firefox 34, I went to the "Options" window like maybe 4 times each YEAR,
    now, I have to go there 4 times each DAY..!
    I am not saying you should revert to the old style Search bar,
    as I feel that those you are typing search terms are indeed very happy for this new style..
    Instead, I think of 2 possible ways to create happiness also for us that do mark text and choose "Search.."
    1) An "on-the-fly change search engine" option ALSO for when we mark [word] in a text, then right-click, then choose "Search [engine x] for [word]".
    This could work as a cascading menu option, where it says..
    Search for [word] in -> [engine x]
    ..and where [engine x] was the current default engine, and all the other engines was listed underneath,
    just like the drop-down menu when you switch the default engine.
    Additionally, you could have an on / off checkbox in the "Options" "Search" tab, where you had this option:
    "Change default search engine when choosing another from the drop-down menu"
    THIS would actually be PERFECT.. It would be even much BETTER than in Firefox 33 and earlier..! :-)
    2) If there are things with the first option that don't work (something I've missed etc),
    then maybe you could have an on / off checkbox in the "Options" "Search" tab, where you had this option:
    "Use old-style search bar"
    This would be off by default, but when switched on, it would give us the old Firefox 33 style Search bar.

    Strongly recommend Context Search extension which will solve your problem
    - https://addons.mozilla.org/en-US/firefox/addon/context-search/?src=search

  • Creating fields as LOV (using alternate names) on OTL timecards

    Hi,
    I would really appreciate if someone can help me understand the process of being able to add fields on OTL timecard as LOV fields using alternate names. These are COST segments which I need to add on OTL timecard. The part which is most confusing to me is modifying the .ldt to get these fields working.
    Appreciate if anyone can point me to related documents.
    Thanks,
    Maddy
    --

    Hi Maddy
    Ramsys has pointed you towards a very useful document, the timecard configuration guide. But, the guide is very complicated and it shows you what to do, but doesn't really explain 'why' you have to do it.
    I run training courses on OTL, and this is a complex area to understand. It is possible to display almost anything on the timecard if you put your mind to it! Your example fo the cost centre is quite straightforward. Youi can create a value set to display the cost codes you want. A suitable one might already exist. You then need to have a view object (VO) to use this on the timecard. OTL provides 10 dummy VOs which you can use. The guide explains how to do this. The VO links your value set to the timecard. This step accounts for displaying the data on the timecard.
    You also need to have somewhere to store the values selected by the user. To do this you need to define a contect in the OTL_INFORMATION_TYPES DFF to store the data. You will also need to have a mapping component to link the data on the screen to the OTL_INFORMATION_TYPES context. Usually, you can use an existing mapping component.
    Good luck!
    Regards
    Tim

  • Change reduce the options equal, greater, greater then in search option set

    Hi experts,
    I create a search option set with one Allowed Predefined Properties: cm_tbp_validfrom. You can select the options =, <, <=, >, =>. For the users we will show only the options >, =>. Is this possible? and if it is how to do this?
    thanks in advance,
    Joeri

    Good write-up ;-)

  • OTL Timecard Customization !!!

    Hi All,
    I'm trying Customization to OTL Timecard i.e add two extra columns Project Name and Task Name.
    I got this ldt file (hxczzhxclayt0019.ldt) to customize. I did my changes to add these fields. I was successful in seeing these columns.
    But the problem is I don’t know if the LOV is actually working or not. When I click on the Torch or LOV icon, it does open and I’m able to select the project name. But when I’m done with selection of the project name it does not reflect on the Project Name column of the Table Matrix, it instead shows the Project Id in the Project Column of the Table Matrix. And how will I make the Project Id and Project Name dependent.
    Note:1) ProjectLOVVO was already there with project name. so i dint customize it.
    2) And i have no idea how QUALIFIER_ATTRIBUTE6 field works.
    3) Could any body please explain me or direct me where i can get the definitions of the fields QUALIFIER_ATTRIBUTE (1 to 30)
    Here is the code changes I have made in the ldt file.
    ##########Text Field for Project Name############
    BEGIN HXC_LAYOUT_COMPONENTS "Projects Timecard Layout - Project Name"
    OWNER = "ORACLE"
    COMPONENT_VALUE = "PN"
    REGION_CODE = "HXC_CUI_TIMECARD"
    REGION_CODE_APP_SHORT_NAME = "HXC"
    ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
    ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
    SEQUENCE = "215"
    COMPONENT_DEFINITION = "LOV"
    RENDER_TYPE = "WEB"
    PARENT_COMPONENT =
    "Projects Timecard Layout - Day Scope Building blocks for worker timecard matrix"
    LAST_UPDATE_DATE = "2009/05/20"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Timecard Layout - Project Name"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
    QUALIFIER_ATTRIBUTE1 = "ProjectLOVVO"
    QUALIFIER_ATTRIBUTE2 = "N"
    QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
    QUALIFIER_ATTRIBUTE4 = "809"
    QUALIFIER_ATTRIBUTE5 = "12"
    QUALIFIER_ATTRIBUTE6 =
    "HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N|HxcCuiProjectName|PN|RESULT|N"
    QUALIFIER_ATTRIBUTE8 = "ProjectName"
    QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
    QUALIFIER_ATTRIBUTE10 =
    "oracle.apps.hxc.selfservice.timecard.server.ProjectLOVVO"
    QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
    QUALIFIER_ATTRIBUTE20 = "N"
    QUALIFIER_ATTRIBUTE21 = "Y"
    QUALIFIER_ATTRIBUTE22 = "L"
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    QUALIFIER_ATTRIBUTE27 = "Attribute8"
    QUALIFIER_ATTRIBUTE28 = "PN"
    LAST_UPDATE_DATE = "2009/05/20"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    Please suggest me a solutions, this is an urgent issue i need to resolve !!!
    Thanks and in advance.

    Client Does not want it to be a earning element and do not want to catch Punch in and Punch out times for Unpaid breaks.
    User should enter only minutes and that should be deducted from Regular Hours before explosion.

  • OTL Timecard

    Hi,
    I need to add a display only field on the OTL Timecard. It should show the 'display_value' column from Custom2VO. The values I see in the ldt file for referencing Custom2VO are choice_list and lov - are there other options?
    Thanks!

    Add following line in component qualifier region of the ldt
    QUALIFIER_ATTRIBUTE30 = "Y"
    This attribute says read only flag Yes

  • How to change search result list entries?

    Hi together,
    I'd like to fit the TREX search result list to my own requirements. I've edit the Search Result Renderer Settings, Search Result Layout Set, Search Component Set and the Search Option Set. But that's not enough.
    1.) I would like to display the relevant index name, in which the document was found.
    2.) For special indexes (not for all!) I want to change the content link:
    For example: if TREX is finding an xml-File in index "abc_index" I would like to change the content link from
    "https://portalserver/irj/go/km/docs/folder/p76.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    and from
    "https://portalserver/irj/go/km/docs/folder/p76_data.xml" to
    "https://portalserver/irj/go/km/docs/folder/p76.htm"
    3.) I'd like to display a special part of the document as a explanatory text in the result list.
    I think point 1 and 3 are possible with properties and HTML-extractors. But point 2 I'm afraid I have to create my own component.
    But how to manage this? I cannot find any code snippets or tutorials or pattern to copy and develop further.
    Is it possible or advised to write a WebDynpro? Are there other possibilities? I don't know how to start.
    I would be pretty delighted to get any idea...
    Thanks a lot
    Steffi

    Hi Stefanie
    1) If you want to be able to show the name instead, you should write your own property renderer. Heres the link for the documentation: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c739e546-0701-0010-53a9-a370e39a5a20 -> How to Implement Flexible UI
    Components -> Property Renderer
    2) Documentation will be send in a matter of minutes.
    3) I also think the web property extractors only work with the web repository manager, because as far as I know that is the only repository manager, where you can select a web property extractor upon creation. I guess you could open an OSS to SAP and ask if its not possible to extract properties in your scenario just to be sure if its not possible. But my guess is that you either have to develop your own repository manager or publish your files on a web server in order to meet your requirements.
    Best regards,
    Martin

  • Why is there no "SEARCH OPTION" in the Windows Store? Apps missing be nice if I could find them !

    Since on this journey from Win 8 consumer preview to Win 8 retail preview   ..And no currently trying out Win 8 Pro...It verified if it was gonna give me back ( allowed to re-download ) the apps I was used/had in previous editions. The Store gives you
    a selection of YOU APPS from previous versions of the OS preview of apps you installed and currently would want to reinstall. Various versions of the Consumer preview I installed 2 out the 4 times i installed the OS seen I had installed the app Comixology.
    When the first time I installed Retail preview it didn't have it in my list nor was it listed in the store!  Same goes with Iheart Radio and Slacker Radio though numerous installments of the OS. Now trying out the Win 8 Pro 9200 version It showed I at
    one point no matter what PC I used ( I own a few and bought a new one recently ) It showed at one point I installed Comixology. Yet it didn't show Iheart Radio or Slacker in my install list of old to reinstall nor was it even in the Store!!!!   \\\So
    what the hell gives ?????   I mean If there was a SEARCH Option it would make it easier to track these Metro ( whatever they are calling it now -personally I think they should call it FRAMES as in Window Frames  :P  When you go on these
    programs sites they only offer up Apple or Android app downloads and nothing mentioning of Metro or Win 8 -which is understandable due to not being released yet but still if the Store can't comply with your history of app install base ( paid or free ) and
    you can't have the ability to retrieves said apps you once installed how can that be trusted if and when paid apps are bought if you are only to reinstall the entire OS and find that your app is not obtainable via offered through the main store or even in
    your downloads app install history. I hope they fix this issue as it's been pissing me off since this whole testing thing!!  

    Sorry if I offended you by using an anecdote - the actions of kids are simply an easy way to explore the actions of adults.  Growing up doesn't change base instincts.  Most people (myself included) tend to have an immediate distrust of change when
    it is not change that they are instigating, when it is forced upon them.  What better example is there than a child, where many big decisions are made for them?
    As for the new interface, I didn't catch on until it was revealed to me (or I hit my head against the wall, can't remember), so I'm not saying it is easy.  Better education is needed, but going back to the old way doesn't help.  The five or six
    questions I have answered today are questions that I myself had, and wished someone had answered for me.  This is a
    drastic change from old versions of Windows.  I even told my boss yesterday that I can't see his company (I'm a contractor) switching any time soon - too much new stuff to learn.  That being said, once there are some good training tools available,
    I do believe that this OS will be a good choice - it does feel more intuitive after only a few days of use.  A training course is likely necessary for new users, however my guess is that this will wind up being a beneficial change (long-run)
    for IT departments, because the system does feel more aimed towards the casual user.  No matter what program you use, the search and settings are in one easy place.
    I admittedly do not have a lot of files in my Skydrive, however the file that is there is purple, while the folders are blue.  Not sure if all files are like that, and I really do not have the time to explore those differences.  That being said,
    the number in the bottom-right seems pretty self-explanatory, the number of child elements in the container.  I barely remember the old Skydrive interface, however I do remember it felt clunky.  Whether or not the changes are a true
    improvement, it does feel more streamlined.
    Metro (or whatever it is called now) is confusing.  It is scary.  (My word, not yours, nor am I trying to imply it.)  It is definitely
    different from the past.  But it makes sense.  Same interface on every MS product: Xbox, Windows, and Phone.  Microsoft didn't exactly
    pioneer this idea, either.  Apple has been creeping in that direction for a while now.  As I said previously, I can move around faster in the new Start menu than I could in the old, and I can actually do
    more without ever putting a hand on the mouse - for anyone that is waist-deep in computers, regardless of their specific job, that tends to be a
    good thing.
    There are a lot of growing pains here, for both Microsoft and the consumer.  Has MS gotten it right?  Not yet, not entirely, but the goal is clear.
    If your complaint is on broken
    functionality, then I wouldn't disagree with you.  There is plenty of that, and I think it was a bit foolish of Microsoft not to have a Connect site up for such things.  (If I'm wrong on that, and there is one, please point me that way.  I'm
    still stuck with Explorer.exe crashing from click-scrolling.)
    As for disliking the big changes, well, I can't agree with you on that at all.  Again, it wasn't an easy transition, but now that I'm here, I don't want to go back.  I want the true
    bugs fixed, but not having a search bar seems more like being stuck on old ways of doing things than a real problem.  That kind of thing can even lead to puking.

  • How to change search help for standard field in me51n.

    hi frnds,
              I want to change search help option for 'Advice code' field under Additional DFPS tab in me51n. But i dont know how to change or add search help for standard field. so plz help..
    best regards,
    sudip biswas

    Hi Abhi,
    Try using any one option:
    Create a Search Help in SE11.
    Now Goto SE11 -> Enter Ztable -> Select that field -> Click Search Help and try to assign the created Search help to that field in your Ztable explicitly
    OR
    Create a Zdata element in SE11.
    In Data Element, under Further Characteristics tab, enter Name  Parameters of Search Help.
    Assign this data element to that field in ur Ztable.
    OR
    Create a Zdomain and maintain a Value Table or Fixed Values for it.
    Assign this domain to that field in ur Ztable.

Maybe you are looking for