FM call on event enter F4

Hi.
How can I call a FM within search help exit
relating to an input field on search ehlp field
(on click f4 must be called a FM ).
Regards
ertas

write this in flow logic.
PROCESS ON VALUE-REQUEST.
  FIELD REQUEST_AREA MODULE create_dropdown_box.
define the data here.
data: <it> like <tablename> occurs 0 with header line.
MODULE create_dropdown_box INPUT.
  SELECT <field-name>
                  FROM <table-name>
                  INTO CORRESPONDING FIELDS OF TABLE <it> WHERE REQUESTAREA <> ' '.
  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      retfield        = '<field-name>'
      value_org       = 'S'
    TABLES
      value_tab       = <it>
    EXCEPTIONS
      parameter_error = 1
      no_values_found = 2
      OTHERS          = 3.
  IF sy-subrc <> 0.
  ENDIF.
ENDMODULE.                 " create_dropdown_box  INPUT
or
goto ABAPDOCU
ABAP USER DIALOG
SCREENS
PROCESSING SCREEN
Demo_dropdown BOXES ON SCREEN
THERE U LL GET LOTS OF EXAMPLE.

Similar Messages

  • Google contacts and calendar events entered on my iPhone 5s are not syncing with my google account.

    Newly entered contacts and calendar events entered on my IPhone 5s are not syncing to google.
    Facts that may be pertinent:
    - I switched from the iPhone 4 to the iPhone 5s and did the easy option of having it automatically set up like my previous phone, so I did not change any part of the setup. It is possible that it stopped syncing at that time, based on which contacts have synced and which haven't.
    - My gmail account is set up as Exchange, with Mail, Contacts, and Calendars set to sync.
    - Server: m.google.com, Use SSl is on, S/MIME is off (I don't actually know what these are, but maybe they matter?)
    - Fetch New Data / Gmail account is set to Push
    - Contacts and Calendar Default Account is Gmail
    - In the Contacts app under Groups I have only GMAIL checked.
    I've read that Google recommends CardDAV, which I gather is not the same as Exchange?
    I'm afraid to delete anything and start over, for fear of losing my contacts.
    Is there a difference between the gmail account I set up and what the Contacts app calls GMAIL?
    If there is anything I should communicate about how things are set up on the Google end, let me know.
    Thanks in advance for help!

    Hello Marsden,
    Try this...
    Go to the isync program on your Mac. 
    Go to Preferences in the main menu
    Hit Reset Sync History
    I'm pretty sure this is how I fixed it... so far so good.
    Let me know if that works for you!

  • HT1296 Events entered in my iPhone 3GS will no longer sync to my Outlook 2010 calendar - what's up?

    Some change in iOS I suppose makes it so events entered in my iPhone 3GS will no longer populate my Outlook 2010 calendar when I sync the devices through iTunes.  It used to be that events entered in each place would populate the other locationg when synced.  No longer!
    There are two calendars in iPhone now and I don't know why. 
    Can anyone help me find out what's going on?

    Ok! So I just came across this randomly in another thread from user Kempas (thanks a lot!). It totally fixed the problem so I thought I'd repost it!
    https://discussions.apple.com/message/10644045#10644045
    Ok, I'm assuming everyone who is having trouble with Windows 7 (64-bit? mine is) has tried the following solution I found over at en.kioskea.net posted by a guy called Steve78545 (hey, you got to give a dude his due).
    It's maybe because Windows 7 uses a MTP driver instead of the USBAAPL by default, and what you need is an 'Apple Mobile Device USB Driver' which you might not have in 'Universal Serial Bus Controllers' (check it and see). If you haven't got it, as good ol' Steve78545 suggested:
    Update the driver by expanding 'Portable Devices' from the list, right click Apple iPhone/iPhone and select 'Update Driver Software'. Then select 'Browse My computer...'
    Copy the following path and paste it in - C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers - then hit 'Next'.
    Let the thing do it's...thing an it should work. At least it did for me, so I hope it helps a few people out!
    K

  • Days missing from list view if no event entered in iCal

    if i have no event entered on a particular day, the list view of iCal doesn't display the day. how can i still see the day in list view?

    The List view reveals the day/days with an event scheduled only. If there isn't an event scheduled for a particular day, that day will not be shown when using List view.
    The List view is a list of scheduled events only.

  • New problem! When I sync my iPhone 5s to Outlook the events entered in my phone Calendar do not get updated to my outlook calendar on my laptop yet entries on entered on my outlook calendar do get updated to my phone??

    New problem! When I sync my iPhone 5s to Outlook the events entered in my phone Calendar do not get updated to my outlook calendar on my laptop yet entries on entered on my outlook calendar do get updated to my phone??
    iPhone 5s
    Software - IOS 8.1
    iTunes - v12
    I have been using sync on all previous phones to date without issue, I have had the 5s since Nov 2014 and no issue, on Sunday without warning or changes to my phone or Outlook sync now has this error.
    I have restored my phone but still has same problem.

    Your IT person is an idiot.
    http://lmgtfy.com/?q=how+to+sync+iphone+with+outlook

  • Calling Portal event from ABAP class

    Hi Experts,
    I need a following clarificatrion, Please help,
    1. Is it possible to call a webdynpro method from a normal ABAP class?
    2. If no, we need a functionality of a class 'CL_WDR_HTTP_EXT_MIME_HANDLER' having method 'DO_DOMAIN_RELAX_HTML'.
    Is there any alternative method which can be used in ABAP having the same functionality.
    3. Is there any ways with which we can call portal event from ABAP class?
    Thanks,
    Shabir

    >1. Is it possible to call a webdynpro method from a normal ABAP class?
    I wouldn't necessarily recommend this approach. You shouldn't try to trigger events or any of the standard WDDO* methods from outside the WD Component itself.  That said, you can pass the object reference (like the WD_COMP_CONTROLLER object reference or the View Object Reference) into methods of normal classes.  Be careful if you are finding yourself calling a lot of your added methods from outside WD.  This is probably a sign that these methods should be in the Assistance Class or some other Class functioning as a Model Object.
    >2. If no, we need a functionality of a class 'CL_WDR_HTTP_EXT_MIME_HANDLER' having method 'DO_DOMAIN_RELAX_HTML'.
    Is there any alternative method which can be used in ABAP having the same functionality.
    What exactly do you want to do here?  Do you just want to get the relaxation script?  For what purpose?  You should never need to inject the relaxation script into WDA. 
    >3. Is there any ways with which we can call portal event from ABAP class?
    To what purpose.  Do you just want to delegate the triggering of the event that is inside WD Component to be called from a class?  If so you can pass the portal API object reference into a class from the WD Component.  However this only works while running within WD.
    How is this class used?  Are you running in WD?  Are you trying to generate some HTML code that runs in the portal independent of WD?

  • How to call server event in DO INIT method of view

    Folks,
    I have declared a server event in the view and when I am trying to call that event in DO INIT method of view , it is not firing the event .
    <i><b>
      public void wdDoInit()
        //@@begin wdDoInit()
        // set icon file names
        wdContext.currentContextElement().setIconLeftArrow("topLvlScrollerLeft.gif");
         wdContext.currentContextElement().setIconRightArrow("topLvlScrollerRight.gif");
        // hide display when errors during startup
         if(wdContext.currentContextElement().getErrorDuringInit())
              wdThis.wdFirePlugOutEmpty();
         wdThis.wdGetDaylyChangeModeAction();</b></i>

    I have created a action event
    <i><b>  public void onActionDaylyChangeMode(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionDaylyChangeMode(ServerEvent)
         wdThis.wdGetVcCatRecordEntryInterfaceController().blcEvent(VcCatRecordEntry.ACTION_CHANGE_MODE);
         wdContext.currentContextElement().setSelectedTab("TabCatRecordEntryDay");
         wdContext.currentContextElement().setTemp("Changed Tab");
        //@@end
      }</b></i>

  • Please very urgent How can i call focus event for dynamic created txtbox

    Hi,
    I create a one texbox using javascript .now i want to call onFocus event that textbox.How is it

    Hi,
    I create a one texbox using javascript .now i want to
    call onFocus event that textbox.How is itJust for you, slowly, so you can understand:
    Javascript was invented by Netscape and is a scri�ting language for browsers.
    Java is a programming language invented by Sun.
    Compare:
    Netscape. Sun.
    Notice a difference?

  • Event entered on iPhone not making it to mobileme and iCal

    Since the 2.1 update, events entered in my iphone are not making it to mobileme or my laptop. Nor is it going the other way (laptop to me and iphone.) Any suggestions appreciated.

    Just deleted the account on my iphone and set it up and it seems to be working again. Also got all my ical colors correct across the 3 platforms.

  • How to call the event handler of other application....?

    Hi,
    I am working  on two applications.
    Now  i need to call a Event handler from my first application to my second application.
    I need a same process in this aaplication also. So i need to call the event handler of that application.
    So, Kindly tell me about the process to call the even handler of another application.
    Thanks in Advance.
    Regards,
    Prithivi

    hi,Prithivi..
    Unfortunately, as far as i know, i should tell you that : you cann't call the event-hanlder in another Application if the 2 applicaions are run in different IE browser...
    If your 2 component are used in the same IE browser, maybe you can make one interface event, and trigger it in one component, then handle the event in the second component(by reimplemented the former)...
    However, from your description, i think, you want to trigger the event handler in another application in different IE Browser...
    So, very upset..We cann't communicate between the 2 applications, as far as i know...
    Best wishes.

  • Events entered on my iphone calendar do not appear on my ipad calendar, but events entered the other way around (on Ipad DO appear instantly on my phone calendar. How can I get these calendars to sync both ways instantly?

    Events entered on my iphone calendar do not appear on my ipad calendar, but events entered the other way around (on Ipad DO appear instantly on my phone calendar. How can I get these calendars to sync both ways instantly?

    If you're trying to sync an iCloud calendar, go to Settings>Mail,Contacts,Calendars>Default Calendar on your iPhone and make sure you have selected your iCloud calendar as your default.

  • Events entered on my iPhone 5 (7.1.1) calendar will not sync on my Mac 10.8.5. However events entered on the Mac will sync to my iPhone.

    Events entered on my iPhone 5 (7.1.1) calendar will not sync on my Mac 10.8.5. However events entered on the Mac will sync to my iPhone.

    Thanks for the input. Did ensure both were set the same. They weren't. Synced settings, restarted iCal and iPhone. Still only syncing in one direction. Any other suggestions? Thanks again.

  • Events entered in Calendar on iPhone 4S/iOS7 appear in cloud but not on iPhone.

    Events entered in Calendar on iPhone 4S/iOS7 appear in cloud but not on iPhone.

    my iphone will not allow me to save events on the calendar.  I use the plus sign and get a screen to enter the event name and time but when I go to hit save, it is not there.  When I hit "done" which is where the "save" button should be, the screen disappears and the event is not saved.  I tried seeing if all of my calendars were on but that doesn't appear to be the issue.

  • Events entered on iphone not showing up on mac ical

    Events entered on my iphone do not show up on my Mac ical.

    rastro2,
    Open "Settings" on the iPhone>Mail, Contacts, Calendars, Bookmarks>Accounts>your MobileMe account and turn off "Calendars," when prompted delete data, and wait two minutes, then turn "Calendars" back on. When asked merge the data, make that choice, and wait patiently. If you are able, I recommend using a Wi-Fi connection to make the change.
    Hopefully that will correct the problem.
    ;~)

  • Events entered in iPad calendar not in iPhone cal

    Events entered in iPad calendar not in iPhone cal

    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.

Maybe you are looking for