Search help description translation for portal view

Hi Experts,
I have created a Z search help which is being called in the portal. The description of the search help text has also been maintained in user local logon language via se63 but still when viewing from portal the description is shown incorrect/different. Is there anywhere else where i need to maintain the search help text description?
thanks.

Hi Maya
Follow these steps:
1.Delete the context node/attribute which is bound to search help from the View.
2.Now Save metadata.
3.Perform Context mapping again .In the Edit Context Mapping window drag the node/attribute FROM RIGHT PANE TO LEFT PANE and select the entry.
4.Delete the Input Field from the view.
5.Save again
6.Close NWDS and reopen it.
7.Create input field again and bind it to the context element.
Hope this solves the problem.
Regards
Ananda

Similar Messages

  • Trigger Automatic Search Help in WebDynpro for ABAP

    I have a WDA application for creating a Purchase Order. The first screen has 2 options - one for creating a PO from scratch; and one for copying an original PO.
    The second view ('Copy PO') for copying a PO has a single field (PO document) with a Search Help attached (freely programmed). The Search Help works well.
    Now for the question:
    When firing the second screen ('Copy PO'), I would like to trigger the Search Help without actually entering the view. Is there some way of firing an event that triggers the Search Help without entering the 'Copy PO' view?
    Any help would be gratefully accepted.

    hi gareth.......
                a solution for you.....
                   instead of triggering  a search help....
                  in you wddoinit method... call a popup which ahs a table with all the required values...
                 so when the user selects one... it has to be bound to an attribute....
                 which is then passed to the po field.
    ---regards,
       alex b justin

  • How to assign search help using ovs for select options for ALV in web dynpr

    how to assign search help using ovs for select options for ALV in web dynpro

    Hi,
    refer http://wiki.sdn.sap.com/wiki/display/WDABAP/InputhelpofObjectValueSelectioninWDABAP
    http://www.****************/Tutorials/WebDynproABAP/OVS/page1.htm
    and http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproAbap-OVSsearch+help
    Thanks,
    Chandra

  • Assigning search help (F4 functionality ) for recipient field in IW32

    Hi,
    my requirement is to assign search help (F4 functionality) for recipient field in components tab of IW32. anybody help me to assign search help for it. same way i need to assign that in MIGO, MB21, MB1A goods recipient field.

    hi,
    refer to the following link:
    http://www.saptechies.com/how-to-add-f4-help-to-a-field-on-screen-module-pool/
    i hope it helps
    regards

  • Search help does not work when view context is mapped to comp context

    Hello,
    I am trying to display search help for an input field of a view. The context to which the input field is bound is a node with an attribute. I have specified Dictionary Search help for the attribute. Now when I execute the application, I am able to get the search help in the screen.
    But, I  need to map this  view context node to its comp controller context. When I do the mapping, the search help does not appear when executed.
    It would be a great help if someone can point out an answer to this.
    Thanks,
    Maya

    Hi Maya
    Follow these steps:
    1.Delete the context node/attribute which is bound to search help from the View.
    2.Now Save metadata.
    3.Perform Context mapping again .In the Edit Context Mapping window drag the node/attribute FROM RIGHT PANE TO LEFT PANE and select the entry.
    4.Delete the Input Field from the view.
    5.Save again
    6.Close NWDS and reopen it.
    7.Create input field again and bind it to the context element.
    Hope this solves the problem.
    Regards
    Ananda

  • Input search help not working in portal correctly, works in R/3 fine?

    Hi All,
    We have created a custom iview which is based on a BSP.  One of the input fields has search help provided, which is simply a list of all employees.  When we execute the BSP from r/3 it works perfectly fine but when we execute if from portal, the search help behaves strangely.  Not all images are found and it's lost the look and feel that it had in r/3. 
    If anyone can shed any light, i'd be most grateful.
    Kind regards,
    Liz.

    Is it because of the size of the bsp page? Sometimes when a bs displays in the content area the window is smaller than expected and the bsp optimizes things like dropdows etc. Can you try launching the iView in a new window and see if that helps?

  • Custom search help in WD for ABAP

    Hi
    I have a Text field which does not have any input help. Now I have a custom Search help object in my R/3 store. How do i use this search help object for displaying the values for this Text field. I believe there is some standard  method  available for this. Kindly help me out.
    Regards,
    <i><b>Seema</b></i>

    Context->Dictionary Search Help.

  • Search Help in Webdynpro For ABAP

    Hi Experts,
                      In my application I want to attach search help to a field. My problem is that table field for which I am creating search help contains duplicate values. I dont want those duplicate values. How can I achieve this?
    I am using trfgr field of table T510.
    Please help.
    Thanks & Regards,
    Pratibha Shukla

    I have coded like this . But I am getting short dumb. It says field symbol not assigned. Please help.
    FUNCTION zexit_search_trfgr.
    *"*"Local Interface:
    *"  TABLES
    *"      SHLP_TAB TYPE  SHLP_DESCT
    *"      RECORD_TAB STRUCTURE  SEAHLPRES
    *"  CHANGING
    *"     REFERENCE(SHLP) TYPE  SHLP_DESCR
    *"     REFERENCE(CALLCONTROL) LIKE  DDSHF4CTRL STRUCTURE  DDSHF4CTRL
      DATA : BEGIN OF it_trfgr OCCURS 10,
              trfgr TYPE pa0008-trfgr,
            END OF it_trfgr.
      DATA : itab LIKE LINE OF it_trfgr.
      IF callcontrol-step = 'SELECT'.
    *******Fetch trfgr from table t510
        SELECT DISTINCT trfgr FROM t510 INTO TABLE it_trfgr WHERE molga = 40.
    CALL FUNCTION 'F4UT_RESULTS_MAP'
    EXPORTING
       SOURCE_STRUCTURE         = 'T510'
    *   APPLY_RESTRICTIONS       = ' '
      TABLES
        shlp_tab                 = shlp_tab
        record_tab               = record_tab
        source_tab               = it_trfgr
      changing
        shlp                     = shlp
        callcontrol              = callcontrol
    * EXCEPTIONS
    *   ILLEGAL_STRUCTURE        = 1
    *   OTHERS                   = 2
    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.

  • Search help: default value for 'Maximum no of hits'

    Hello,
    I have a request from a user to change the default value for maximum number of hits in the search help.
    Any quick hint?
    Regards,
    Michal

    Not sure if this is possible and don't have a SAP system available at the moment ...
    But check this out...
    Is there anything in user profile ..
    or check if the number of hits field has a PARAMETER ID associated with it...
    Then in that case you might default a value other than 500 in your user profile.
    Cheers,
    Ram

  • How to see additional individual search helps in sh for PERNR

    Hi,
    In this moment I see only 3 tabs in search help for PERNR. But there are about
    20 search helps. How  can I activate them ?
    I tried to do it by program DBPNPGMC but it didn't help.
    Thank you very much
    Irena

    Hi irena,
    1. Attach the search help PREM
      for pernr.
    2. It has got many different kinds of 20-30 helps inside it.
    regards,
    amit m.

  • How to make custom append search help tab default for all users?

    I've implemented my own search help append and I need to make the F4 search help to display my tab as default for all users. I know that search help stores the last tab used by the user in memory and when user uses the search help next time the last used tab is displayed but I have to make the system display the tab od my search help append always as default tab. Any idea how to do it?
    Message was edited by:
            Marcin Milczynski

    hi
    <b>Enhancement using Append structures</b>
        Append structures allow you to attach fields to a table without actually having to modify the table itself. You can use the fields in append structures in ABAP programs just as you would any other field in the table.
    Click on the append structure tab and opt to create new
    structure.
    Append structures allow you to enhance tables by adding fields to them that are not part of the standard. With append structures; customers can add their own fields to any table or structure they want.
    Append structures are created for use with a specific table. However, a table can have multiple append structures assigned to it
        Customers can add their own fields to any table or structure they want.
    The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP

  • I'm using Vista SP1 and tried to install iTunes 10.5 many times, but failed. I was searching help on web for the whole day but those are useless. I always encounter something related to 'Windows Installer', which I've update.Any help would be appreciated.

    Yea, as topic. Help plzzzzzzzzzzz

    I should have posted this earlier, but anyway. I restored my laptop to factory version after backing up any useful data, and the first thing I the laptop was restored was connect to the internet, download and install the latest version of iTunes. And Bingo! It worked.
    Apple helps you find Original Sin with the Windows.

  • Search help proble m for date

    Hi All,
    Am using 4 screen fields which are of DATS type ,but am unable to attach F4 help.
    i have tried several posibilities like declaring the fields like sy-datum and many more,but nothing is working out.
    pls help me out.
    regards
    -john

    hi,
    use 'F4_DATE'  function module.
    DATA: DATE  LIKE WORKFLDS-DAY.                         
    CALL FUNCTION 'F4_DATE'
           EXPORTING
                DATE_FOR_FIRST_MONTH         = SY-DATUM
           IMPORTING
                SELECT_DATE                  = DATE
           EXCEPTIONS
                CALENDAR_BUFFER_NOT_LOADABLE = 1
                DATE_AFTER_RANGE             = 2
                DATE_BEFORE_RANGE            = 3
                DATE_INVALID                 = 4
                FACTORY_CALENDAR_NOT_FOUND   = 5
                HOLIDAY_CALENDAR_NOT_FOUND   = 6
                PARAMETER_CONFLICT           = 7
                OTHERS                       = 8.

  • Need help with pushview for multiple view files

    Does anyone know how to create a pushview function or changeHandler function that would allow each item on a list when selected to change to a different view?
    Example is that if like has 1, 2, 3 on it selecting 1 would take user to view1.mxml, selecting 2 would send user to view2.mxml, etc.  I do not want to send all list items to the same view and just load different information.
    Thanks!

    I will check that out thanks! 
    In the mean time I did get the answer - see here: http://stackoverflow.com/questions/8936115/how-to-create-multiple-events-in-a-single-list- in-flex

  • How to create search help for Maintanence View

    Hi,
    I want to create a Search Help for a Maintanence View and bring Conditions
    in this Search Help. Condition can be as e.q. Show me only the Records with Status 2.
    How can I achieve this?
    Thanks.
    Best Regards
    Beserithan Malabakan

    HI,
    You can create this in SE11, there create a search help, and in the Minatain Search HElp screen, give the Maintanance view name and give the field anmes as you want, and right side you will find 'Default Values', there you can give the default values, so here in the Field name give as <b>STATUS</b> and in the Defaule Value will be <b>2</b>.
    Regards
    Sudheer

Maybe you are looking for

  • Battery life with mountain lion 10 8 1.. Still awful

    After my update from version 10.8 to 10.8.1 , batter life has NOT improved as many have speculated. I ran the following two tests on a MBP ( mid 2009) 10.8 1 after installing.... -Time to discharge from 100% to 50% remaing - 1h 54 m. -Time to re-char

  • MBP is missing the "Display" icon in Sys Pref, Display PrefPane file needed

    Hi, I noticed that my "Display" icon under >Hardware, in the System Preferences is suddenly missing. It should be between "CDs & DVDs..." and "Energy Saver" icons. I think I need the Display Preferences Pane. Can anyone send me a copy, I don't have a

  • Applying a Certain Effect to EVERYTHING

    I'm just trying to sharpen the image of all the clips in my video. Is there a way I can apply it for the whole thing without actually dragging and dropping the "Sharpen" effect and increasing it's intensity to 10 for every single little clip? Cause t

  • Bar chart display problem

    Hello, In a page bean, a code is written to produce a bar chart image. The chart image is successfully created in app server's local directory c:\mycharts What URL should be given to view this image from the browser. Since this image is created dynam

  • Adobe Flash CS3 serial number with trial version problem

    I have been trying to install Adobe Flash CS3 but when i click on the icon it tells me my trial version has expired, to enter the serial number so I do but it does not work. I have manage to install Flash CS3 but everytime I click on the icon to star