Search Help(F4 Help)

Hi All,
My view has one input field and one button....
when i click the button ,it will be searched for Corresponding input Field(to search perticular field only)....
Please suggest correct way....
Thanks & Regards
Mathi

Hi Mathi,
It is better to create the project by your self.
Here is the following  Steps
Step 1: Create a WebDynpro project.
Step2 :  Right click on the model =>create Model => Import Adaptive Web Service Model=>Next=>Give Model Name(say FlightDetails)/PackageName/Model Instances/RFC Meta Data =>Next => Give SAP logon information for single server(Host Name/System Number/client/logon name/password/language)=>Next=>Give the Function Name(Bapi_Flight_Getlist) =>Next=>Finished
Step3 : Create a Webdynpro component(say FlightDetailsComp).
Step4: Right Click on the Used Model add the model(FlightDetails) that you have created using RFC.
Step 4 :   Double-Clicks on the Component controller and Create a Value node(FlightInput) set Cardinality(0..1) and a Value Attribute(airlineid) under the node.
                                  FlightInput
                                     |_ airlineid
Step5 : Double-Clicks on the ComponentName(FlightDetailsComp) and open the the Diagram view and do the Mapping between component controller and used model (FlightDetails), views and component controller.
[In the context Model node structure will be like
                            Bapi_Flight_Getlist_Input
                                     |-Output
                                               |------ Flight_List
                                                        |---Attributes
                                     |- Airline
Step6: Go to the Component Controller then select “Method” Tab and create the following three methods.
i>     getOVSInputNode return type com.sap.tc.webdynpro.progmodel.api.IWDNode
ii>     getOVSListener return type com.sap.tc.webdynpro.progmodel.api.IWDOVSContextNotificationListener
iii>     getOVSOutputNode retun type
                com.sap.tc.webdynpro.progmodel.api.IWDNode
Step7:
Go to the Implementation tab and provide the following implementation for the functions
1>   public void wdDoInit()
    //@@begin wdDoInit()
     wdContext.nodeFlightInput().bind(wdContext.createFlightInputElement());
     Bapi_Flight_Getlist_Input bapiInput = new Bapi_Flight_Getlist_Input();
     wdContext.nodeBapi_Flight_Getlist_Input().bind(bapiInput);
    //@@end
2>  public com.sap.tc.webdynpro.progmodel.api.IWDNode getOVSInputNode( )
    //@@begin getOVSInputNode()
    return wdContext.nodeBapi_Flight_Getlist_Input();
    //@@end
3> public com.sap.tc.webdynpro.progmodel.api.IWDOVSContextNotificationListener getOVSListener( )
    //@@begin getOVSListener()
    return ovsListener;
    //@@end
4>  public com.sap.tc.webdynpro.progmodel.api.IWDNode getOVSOutputNode( )
    //@@begin getOVSOutputNode()
    return wdContext.nodeFlight_List();
    //@@end
5>
//@@begin others
  private IWDOVSContextNotificationListener ovsListener = new OVSNotificationListener();
       private class OVSNotificationListener implements IWDOVSContextNotificationListener {
            public void onQuery(
                 IWDNodeElement queryInputNodeElement,
                 IWDNode queryOutputNode) {
                      //Type custing of node element
                 IPublicFilghtDetailsComp
                      .IBapi_Flight_Getlist_InputElement ovsInput =
                      ( IPublicFilghtDetailsComp
                    .IBapi_Flight_Getlist_InputElement) queryInputNodeElement;
                                     IPublicFilghtDetailsComp.IFlight_ListNode ovsOutput =
                                     (IPublicFilghtDetailsComp.IFlight_ListNode) queryOutputNode;
                 try {
                      ovsInput.modelObject().execute();
                      ovsInput.node().getChildNode("Output", 0).invalidate();
                 } catch (Exception e) {
                      IWDMessageManager msgMgr = wdComponentAPI.getMessageManager();
                      msgMgr.reportException(e.getLocalizedMessage(), false);
            // Setting result to Value node elwment
            public void applyResult(IWDNodeElement applicationNodeElement,IWDNodeElement queryOutputNodeElement)
                 IWDMessageManager msg = wdControllerAPI.getMessageManager();
                 IPrivateFlightDetailsView.IFlightInputElement  flightElement = (IPrivateFlightDetailsView.IFlightInputElement) applicationNodeElement;
                 IPublicFilghtDetailsComp.IFlight_ListElement outputElm = (IPublicFilghtDetailsComp.IFlight_ListElement)queryOutputNodeElement;
               flightElement.setAirlineid(outputElm.getAirlineid());
            //Setting Input for search
            public void applyInputValues(IWDNodeElement applicationNodeElement,IWDNodeElement queryInputNodeElement)
Step7: Go to the View(FilightDetailsView) then select “Layout” Tab and design the layout.
    Like    Airline : FlightInput.airlineid
Take a ToolbarInputField  and give the “labelText” value Airline and “value” property value “value     FlightInput.airlineid.
Step8: Go to the Implementation and provide the code.
  public void wdDoInit()
    //@@begin wdDoInit()
     IWDAttributeInfo[] ovsStartUpAttributes =
               wdContext.nodeFlightInput()
                              .getNodeInfo()
                              .getAttribute("airlineid")
          IWDOVSContextNotificationListener listener =
               wdThis.wdGetFilghtDetailsCompController().getOVSListener();
               if (listener != null) {
                    WDValueServices.addOVSExtension(
                         "Flight Details",
                         ovsStartUpAttributes,
                         wdThis.wdGetFilghtDetailsCompController().getOVSInputNode(),
                         wdThis
                              .wdGetFilghtDetailsCompController()
                              .getOVSOutputNode(),
                         listener);
    //@@end
Step9: Create an Application(say FilghtApp) .
Step10 : Build and Deploy.
Regards,
Mithu

Similar Messages

  • Search function in Help not working in any application

    The Search function is not working in any application's Help. Upon entering the terms I need help for I get a hang at "Searching..." but never any result. This problem started sometime in the last year or so. Prior to that the search function in Help worked fine. My network connectivity is excellent.
    I recently reinstalled OS X 10.5 but I'm sure the problem existed before that and persisted after the reinstall.
    The reinstall was due to upgrading to 10.7 and only then finding that I had lost needed functionality, but I don't think this has anything to do with the current problem. All other aspects of Help seem to be working fine
    I don't find any reference to this problem anywhere so I'm hoping someone can help with my Help(!) problem. Thanks in advance.

    Try running your Leopard install disk again, as well as the 10.5.8 combo updater. This might reinstall any 'missing bits'.
    You can do this without deleting the hard drive, just install straight over your existing system, but close all applications and external devices first.
    Or you could also do this via an Archive and Instal:
    How to Archive & Install:
    http://support.apple.com/kb/HT1710
    and this also:
    http://support.apple.com/kb/HT2196?viewlocale=en_US
    This document explains how to correctly reinstall a prior version of Mac OS X in the event that other troubleshooting does not resolve an issue:
    http://docs.info.apple.com/article.html?artnum=25404
    BUT: Don't install older versions of Mac OS than what came with your computer:
    http://support.apple.com/kb/HT2186?viewlocale=en_US

  • URGENT HELP ! Search did not help !

    *URGENT HELP ! Search did not help !*
    I bought my new iPod classic three days ago and until yesterday it worked OK. Every time I plug iPod to my computer I get message "CONNECTED" and I hear that sound in Windows that is saying that something is connected, but almost amidiadly I get the message "EJECTING" and it ejects. I don't see anything in iTunes or My Computer and everything lasts for a few seconds. I reinstalled Windows, so I'm using a fresh copy without any bugs, well if you can call Windows bug free lol USB port to which I'm connecting iPod is 2.0...
    I can't even see iPod in My Computer - Properties - Hardware - Device Manager.. And when I leave this windows on and then connect iPod I can see that "xx Apple iPod" appears for a few seconds...
    I read that people had similar and same problems, but there is for instance no connected device in Device Menager for me to update and even Disk Mode does not work... I also did not read that someone solved this problem...
    Scould I call them and ask them to get another one or what ?
    PLEASE HELP ! And Thank You...
    Message was edited by: Samael54

    No I downloaded the fix, but it won't not even install.. I sow that that fix was replaced with a new one, so I subscribed to get that fix, but nothing so far, but I remember installing that fix yesterday and it did not help as well.. I will try to get it to some other computer and restore it without iTunes somehow, but I don't know if this is posible or if it does not work with my PC does not mean it will work on some other

  • I don't know exactly when this started, but Winamp became my default search and homepage.. The homepage issue was easy, but the search issue is bigger than I expected. It ALWAYS uses Winamp (Powered by AOL) as my default search. Please help. Thank you.

    I don't know exactly when this started, but Winamp became my default search and homepage.. The homepage issue was easy, but the search issue is bigger than I expected. It ALWAYS uses Winamp (Powered by AOL) as my default search. Please help. Thank you.

    reinstall it but make sure to uncheck the box next to "make winamp my default search engine"
    attached is screenshot from the part of installation proces where that checbox should be unchecked
    hope this helps

  • Can I migrate from mavericks to mavericks server. Have tried using a hard drive but the but the sever does not find the migration backup when it's searches. Any help out there?

    Can I migrate from mavericks to mavericks server. Have tried using a hard drive but the but the sever does not find the migration backup when it's searches. Any help out there?

    Is the HDD in the 2009 15" MBP dead?  (The original source of your data)  If not, you might want ot take it out and put it in an enclosure.
    You might try spotlight on know files to see if that gives you any clues where your data is located.
    You might down load from the Internet OmniDiskSweeper (free) and open it.  It should show you all of the files you have on your MBP and enable to locate them.
    Ciao.

  • There is no wifi tick on my ipad. how it's happened? now i can't open or close or search wifi. please help!!

    there is no wifi tick on my ipad. how it's happened? now i can't open or close or search wifi. please help!!

    Go into Settings - Wi-Fi or Settings - Network to make sure you have WiFi turned on.

  • HT201272 the app store app crashes/closes when i try doing a search. can anyone help?

    the app store app crashes/closes when i try doing a search. can anyone help with this?

    Mines been doing it for at least 6 months.Support had me do a reset and when that didnt work,they convinced me to update to version 11.That was a waste of time... Even if I open the App Store with nothing but basic utilitys loaded on my iPad,the App Store closes/crashes for no "Obvious" reason.However internal diagnostics show the cause is that the App Store is overloading the iPads processor.I have tons of memory on my iPad (64GB) but apparently the newer versions of the iTunes App Store are overloading it, (Even in a stripped down state).
    Solution? I have never gotten any helpfull answers from support in nearly 6 months.So, other than reverting to an even earler version of iTunes (Pre version 10.7 at least for me),or using something like the "Apple Sliced "App...  Most of them are free,and have a few good features, but all that I've tried are are less usefull for doing App searches.
    It was a real shock to me ,when support claimed it had never heard about this issue before.These forums would indicate differently.It seems really stupid to design a basic utility, that a fair number of customers wont be able to use, and recieve no warning before encouraging us to install it..

  • Community help search field ignores help files by default.

    I tried to search for "Blending mode", then "Option Bar" in the main support page, with Community help targeted, and I don't get any hot from the help files. http://community.adobe.com/help/search.html?q=option+bar&lbl=photoshop_product_adobelr&hl= en_US&self=0&area=0
    Must we now search from the help pages directly?
    Edit: I see that the results from "Community Help" is checked, but, one MUST select also " Only Adobe Content" AND "Adobe Refernence Only" to have the ACH results on top... creating this search string: http://community.adobe.com/help/search.html?hl=en_US&q=option+bar&l=photoshop_product_adob elr&area=0&self=1&meta=site%3Dphotoshop_cs5_all
    I do not remember having to click on three options to get ACH content...

    Should be fixed now. Let me know if you still see the problem.
    And big thanks for reporting it!

  • Help for Help

    Hi
    I remember i have used a SAP Help wich shows a window when we can write a word and it shows the documentation help for that word.
    This is like help window showed when we press F1 in some code line in ABAP program for search help for some ABAP command.
    But i use that Help called from F1 in ABAP code line i do not find where can i write other Word for search help for that Word.
    Then, i tried using the transaction ABAPHELP but in my system we do not have access to this Tcode.
    Does somebody knows how can i go to SAP Help where i can write a Word for search Help for it ?
    Regards
    Frank

    Hi,
    As mentioned above, you are most likely talking about this litte blue "i" icon in SE38 or SE80. It allows to enter abap keyword, glossary, index and lots of others. Just use this one for searching any SAP documentation. There is also online manual available there.
    You can also use below transactions and if not authorized run their respective programs.
    ABAPDOCU - program -> SAPMSABAPDEMOS_TREE
    ABAPHELP -  program -> SAP_HELP_ABAP
    The second you mentioned you are not authorized to call, simply use the program instead.
    Hope this 'help on help' will help
    Marcin

  • Help with Help.  Launches Wrong Browser

    When I search Illustrator's help, it launches my Opera browser.  I've only installed Opera for testing web designs.  I don't like it.  It's not my default browser.  How can I make Illustrator launch my default browser, or how can I specify a browser for Illustrator's help system?
    thanks for your advice.  I'm trying to learn Illustrator and use CorelDraw less often.

    Thank you.  I'm using CS4 on Windows 7.  I've set the default browser.  Additionally I've used 'Default Programs' to set the various browser file types to my default browser.  The only place where Opera pops up is when I search the help system in the Adobe Creative Suite applications.
    I've searched the Adobe preferences but haven't found a solution.

  • No support for pse4, need help with help and everything else.What's a layer? How can I get help PDF from CD? I don't have a clue how to use this. I have a Macbook pro.

    Need help with help pse4 not supported by adobe. how to do topics not available and I have never used any thing like this. Help says there is a download but have not been able to get it. What's a rookie to do ? Is there somewhere I can go to find out how to use PSE4?

    The internet is overflowing with tutorials on PSE. Just google what you want and include Photoshop Elements 4 as part of your search term, or  go to the library and they may have several different books on PSE 4. For PSE 4, you won't find a mac specific book, but that doesn't matter because the editor is the same on either program. Just substitute Command for Ctrl and Option for Alt in the keystrokes, and ignore anything about the organizer.
    Some popular sites for learning elements:
    http://www.photoshopelementsuser.com/
    lynda.com
    eclecticacademy.com
    youtube has a lot of video tutorials, too.

  • Help menu help loads After Effects 7 Help

    Using Golive CS2, when I go to the help menu and choose Golive Help, After Effects 7 help opens instead, with a dropdown menu that has no listing for Golive Help. I just reinstalled Golive CS2, the update, and a help update to no effect.

    First, ensure you have the latest help centre and Golive Help package:
    Help Centre 2.1:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=3171
    Help Package: http://www.adobe.com/support/downloads/detail.jsp?ftpID=3091
    *Ensure the file GoLive_8.0_en-us.zip is in the Adobe Help
    Centre\AdobeHelpdata\Packages folder.*
    There are a couple of Techdocs relating to the Help Centre:
    331717 Help window doesn't appear when you start Adobe Help Center
    (Windows XP, 2000)
    http://www.adobe.com/support/techdocs/331717.html
    319210 Adobe Help Center is missing content or returns the error, "The
    topic you want to view applies to a CS2 product you have not installed."
    http://www.adobe.com/support/techdocs/319210.html
    If those don't help:
    1. Try deleting the Help Preference file by holding down CTRL+ALT+SHIFT
    whilst starting Help.
    2. Assuming ahc.exe is located in C:\Program Files\Adobe\Adobe Help Center,
    delete the following folders
    C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Cache
    C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Database
    C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Preferences
    C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Search
    The only folder under C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData
    you should have left is one called packages.
    Run ahc.exe
    What should happen is that your help centre database should get rebuilt
    (you will see progress messages as it process each help package) and
    everything should work.

  • ERROR:  Account Derivation Condition - Help - Windows Help

    Account Derivation Rules > Conditions..................when you click on Help > Window Help the following error is shown:
    Help target US/XLA/@XLAABADR_XLA_AB_CONDITIONS could not be found.
    Has anyone experienced this before or have any recommendations on where to search? I've looked through metalink and the forums with no luck.
    Using:
    Oracle Applications: 12.1.3
    Form Version : 12.0.15.12010000.10
    Forms
    APPSTAND : 12.0.6.12010000.6
    FNDSCSGN : 12.0.15.12010000.10
    XLAABADR : 12.0.74.12010000.4
    XLAABCON : 12.0.32
    XLASTAND : 12.0.6
    Form Menus
    FNDMENU : 12.0.2.12010000.6

    Is the issue with this specific form? What about other forms in the same module?
    Please see (R12: Troubleshooting iHelp [ID 740834.1]).
    Also, see the suggested solutions in these docs.
    HTTP error 404: Help Target AR/SRS_RXARPFTR Could Not Be Found [ID 470848.1]
    Online Help Link In Spares Management Form Does Not Work [ID 1078571.1]
    Thanks,
    Hussein

  • When I try to install Itunes, I get this error: (translated from Norwegian) There was a network error while trying to read from the file: C: \ windows \ installer \ iTunes.msi I have tried many times to reinstall, but nothing helps, please help me.

    When I try to install Itunes, I get this error: (translated from Norwegian) There was a network error while trying to read from the file: C: \ windows \ installer \ iTunes.msi I have tried many times to reinstall, but nothing helps, please help me.

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Help apple help me, at first I was new to iphone registration 1 apple ID account but because I hardly use icloud account. so I do not remember the password and login name, my computer crash when I decided to run the software on ios7.1, but do not expect m

    help apple help me, at first I was new to iphone registration 1 apple ID account but because I hardly use icloud account. so I do not remember the password and login name, my computer crash when I decided to run the software on ios7.1, but do not expect me to be locked iclou account, I hope this mail unlocked apple for my apple account. I'm currently using the machine iphone 5, IME: ********. thank you ... ask yourself? machine is in warranty period warranty icloud error not send mail to me at mail
    <Personal Information Edited by Host>

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Help.. help.. HP Mini 1000.. reset bios!!! CNU9257483

    help.. help.. HP Mini 1000.. reset bios!!![edited Serial Number by Moderator]
    Thank all>>>>>
    This question was solved.
    View Solution.

    Ken try.
    e9lo7qxvuf
    REO
     I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damage that may arise to your system by using these services. Please be aware that you do this at your own risk.
    HP Expert Tester "Now testing HP Pavilion 15t i3-4030U Win8.1, 6GB RAM and 750GB HDD"
    Loaner Program”HP Split 13 x2 13r010dx i3-4012Y Win8.1, 4GB RAM and 500GB Hybrid HDD”
    Microsoft Registered Refurbisher
    Registered Microsoft Partner
    Apple Certified Macintosh Technician Certification in progress.

Maybe you are looking for

  • Dynamic SQL and Pivot Query in 11G

    Hello all, I am using APEX and 11G I am trying to create a report based on the results of a pivot query. Below is the code to build the query string. The :P4_EPSB_PERIOD_HOLD holds data like (SEP-08') for example. declare q varchar2(4000); begin q:=q

  • IPod 60 Photo - Windows XP - iTunes ****!  Need Help!

    I use a compaq presario 3017cl and every time i connect my ipod the updater says that it needs to be restored. Sick up having to restore and udate 16gigs of music just to add one song. On my third iPod Photo 60gig, have logged countless hours with te

  • Stubborn folders in FAT32 drive won't budge...

    Hi! So i have a whole bunch of files on a 1TB external HDD formatted in FAT32, which were put there while using Windows. I have been copying files out of these folders for a while now, but there are a few stubborn folders which i cant delete. Finder

  • Help with css3 rollover tag please

    Hey guys I'm stumped and need help with positioning some big picture buttons. Here is the link o the home page http://ceramic-planet2.businesscatalyst.com/ As u can see I have four picture buttons using css3 roller but I want all four buttons next to

  • Annual Leave Form

    Hi, I have an annual form which i would like for it to calculate the working days between two dates. I have an error when i select the start date to be e.g. Thursday 31 October and end date Monday 4th Nov it only seems to caluculate 1 weekend day? I