Function key and moving the columns in a table

Hi all,
Can anyone help me how to make use of function key UI element in nwds 7.1 ehp1 version..
and also how to move the columns of the tables at run time...
thanks,
viswa

No,
i am not working on mobiledevices...
i am recently installed this nwds 7.1 ehp1 version  and learning the new things in that...
for that purpose i am searching for the pdf's or examles here...
can anyone pls send me the tutorials or samples to work on it
thanks,
viswa

Similar Messages

  • Function module to find the columns in Internal table

    Hi Group,
    Is there any function module which displays the columns of the internal table. I guess there is one cos when we debug any program and select the "Tables" button while debugging and enter an internal table and then do a "Find" the pop up which comes up shows the internal table columns. As this functionality is in the debugger which I cannot debug hence was wondering if some one has come across any such function module. Thanks in advance.
    Regards,
    Ankur Bhandari
    [email protected]

    Hi again,
    1. In the above FM
       Pass Program as SY-REPID (U cann pass other prg name also)
    in FieldName Pass the name of the internal table
       eg. 'ITAB'
    2. This FM will give u the details of the
       internal table.
       The u can display the COMPONENTS table
       using ALV or anyother method u like.
    Regards,
    Amit M.

  • Function Keys and Mouse Right Click Stopped Working On New iMac

    I bought a new iMac a couple of days ago and everything was working fine until last night when I noticed that the volume up/down function keys and also the mouse right click no longer worked.
    For the mouse I tried turning off the right click option and back on again and also tried another mouse which has the same problem.  Both work ok on a MBP which I have.
    I have tried doing the normal SMC and PRAM resets which doesn't solve the problem.
    One program which I installed after I got the computer was Logmein which screwed up my audio settings.  After uninstalling that my audio settings are ok but I was wondering if the program could also have changed some other settings.
    Any ideas would be greatly appreciated.

    Have you checked the System/Keyboard preference pane to see if the Function key option is checked?
    OT

  • I can no longer hold down a key and get the character to repeat as say, aaaaa. Instead I get a menu of accented a's, such as àáâäæãåā. I can't find any thing in the System Preferences that allows my to turn this function off

    I can no longer hold down a key and get the character to repeat as say, aaaaa. Instead I get a menu of accented a's, such as àáâäæãåā. I can't find any thing in the System Preferences that allows my to turn this function off.

    Back up all data before proceeding.
    Please triple-click anywhere in the line below on this page to select it:
    defaults write -g ApplePressAndHoldEnabled NO
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign ($) to appear below what you entered. You can then quit Terminal. Log out or restart the computer.

  • Project deleted in iPhoto 11 ver. 9.1.1 After spending three months building a twenty six page Book Project in iPhoto i added a page and later decided to delete the page. I selected the page, pressed the delete key and confirmed the delete dialog box ( i

    Project deleted in iPhoto 11 ver. 9.1.1
    After spending three months building a twenty six page Book Project in iPhoto i added a page and later decided to delete the page. I selected the page, pressed the delete key and confirmed the delete dialog box ( i didn't read, dummy) by pressing the delete button. The whole project was gone, the undo menu was grayed out and there was nothing in the iPhoto trash about my Book.
    Surly I can find this if I knew the path to find the project in a library on a back column I have of my hard drive.. Could anyone help me?

    Sorry I'm having a hard time getting this.
    If I go to my hard drive BIGMAC>Library>Application Support>iPhoto>the only thing in this folder is Themes.
    However, when I "Get Info" it's 580MB for 24,421 items. iPhoto says I have 35,977 photos. I would think the database would be into the GB for this many photos.
    If I go to BIGMAC>system>Library>I find nothing about iPhoto
    Is the iPhoto file in the Application Support the one I need to replace with my backup?
    Thanks so much for your help.
    Jack

  • RE: RE: Function keys and droplists

    I had to implement the same problem in a window. I wanted Ctrl-F to be the
    same as the "Fetch" button. I forgot the SetAsFunctionKey existed, so I
    created a Menu choice with a shortcut of "Find." I have had no problems,
    when
    Ctrl-F is pressed the "menuWidget.activate" event is posted and no keystroke
    events are sent at all.
    Greg.Nyberg wrote>>>From: [email protected]
    Date: Tue, 26 Jan 1999 10:20:40 -0600
    Subject: RE: Function keys and droplists
    Also note that if you set a cntrl-<letter> as a function key, any time the
    user types that letter (without the cntrl) in any entry field on the window,
    the field gets an "aftervaluechange" event fired. Normally aftervaluechange
    doesn't fire until after you leave the field... This caused us significant
    problems in the use of cntrl-<letter> key combinations, since we were
    validating the contents of fields as the user left them in some cases. We
    went back to only using the upper-row function keys, avoiding F1 (help) and
    F10 which have undesirable side effects as you describe. F4 is also a
    problem as it tends to open droplists before getting processed as a function
    key, but we could live with that.
    - -Greg
    -----Original Message-----
    From: Thomas Kunst [SMTP:[email protected]]
    Sent: Tuesday, January 26, 1999 3:18 AM
    To: [email protected]
    Cc: Ostlund, Scott CWT-MSP
    Subject: Re: Function keys and droplists
    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window
    but
    the menu is still activated. Forte refuses to acknowledge this as a
    bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    > Picture a grid with a bunch of widgets within it. Inside this
    grid there is
    > a 'Find' button accelerated with the letter 'F'. Also inside
    there is a
    > droplist. When the user places focus on the droplist and hits
    Ctrl+F to
    > shortcut the find button the method to handle the button click is
    called but
    > the droplist changes to the first element beginning with the
    letter 'F' as
    > well. Does anyone know of a way to not change the droplist when I
    am
    > handling the letter 'F' as a function key?
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I had to implement the same problem in a window. I wanted Ctrl-F to be the
    same as the "Fetch" button. I forgot the SetAsFunctionKey existed, so I
    created a Menu choice with a shortcut of "Find." I have had no problems,
    when
    Ctrl-F is pressed the "menuWidget.activate" event is posted and no keystroke
    events are sent at all.
    Greg.Nyberg wrote>>>From: [email protected]
    Date: Tue, 26 Jan 1999 10:20:40 -0600
    Subject: RE: Function keys and droplists
    Also note that if you set a cntrl-<letter> as a function key, any time the
    user types that letter (without the cntrl) in any entry field on the window,
    the field gets an "aftervaluechange" event fired. Normally aftervaluechange
    doesn't fire until after you leave the field... This caused us significant
    problems in the use of cntrl-<letter> key combinations, since we were
    validating the contents of fields as the user left them in some cases. We
    went back to only using the upper-row function keys, avoiding F1 (help) and
    F10 which have undesirable side effects as you describe. F4 is also a
    problem as it tends to open droplists before getting processed as a function
    key, but we could live with that.
    - -Greg
    -----Original Message-----
    From: Thomas Kunst [SMTP:[email protected]]
    Sent: Tuesday, January 26, 1999 3:18 AM
    To: [email protected]
    Cc: Ostlund, Scott CWT-MSP
    Subject: Re: Function keys and droplists
    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window
    but
    the menu is still activated. Forte refuses to acknowledge this as a
    bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    > Picture a grid with a bunch of widgets within it. Inside this
    grid there is
    > a 'Find' button accelerated with the letter 'F'. Also inside
    there is a
    > droplist. When the user places focus on the droplist and hits
    Ctrl+F to
    > shortcut the find button the method to handle the button click is
    called but
    > the droplist changes to the first element beginning with the
    letter 'F' as
    > well. Does anyone know of a way to not change the droplist when I
    am
    > handling the letter 'F' as a function key?
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Re: Function keys and droplists

    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window but
    the menu is still activated. Forte refuses to acknowledge this as a bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    Picture a grid with a bunch of widgets within it. Inside this grid there is
    a 'Find' button accelerated with the letter 'F'. Also inside there is a
    droplist. When the user places focus on the droplist and hits Ctrl+F to
    shortcut the find button the method to handle the button click is called but
    the droplist changes to the first element beginning with the letter 'F' as
    well. Does anyone know of a way to not change the droplist when I am
    handling the letter 'F' as a function key?--
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Also note that if you set a cntrl-<letter> as a function key, any time the
    user types that letter (without the cntrl) in any entry field on the window,
    the field gets an "aftervaluechange" event fired. Normally aftervaluechange
    doesn't fire until after you leave the field... This caused us significant
    problems in the use of cntrl-<letter> key combinations, since we were
    validating the contents of fields as the user left them in some cases. We
    went back to only using the upper-row function keys, avoiding F1 (help) and
    F10 which have undesirable side effects as you describe. F4 is also a
    problem as it tends to open droplists before getting processed as a function
    key, but we could live with that.
    -Greg
    -----Original Message-----
    From: Thomas Kunst [SMTP:[email protected]]
    Sent: Tuesday, January 26, 1999 3:18 AM
    To: [email protected]
    Cc: Ostlund, Scott CWT-MSP
    Subject: Re: Function keys and droplists
    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window
    but
    the menu is still activated. Forte refuses to acknowledge this as a
    bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    > Picture a grid with a bunch of widgets within it. Inside this
    grid there is
    > a 'Find' button accelerated with the letter 'F'. Also inside
    there is a
    > droplist. When the user places focus on the droplist and hits
    Ctrl+F to
    > shortcut the find button the method to handle the button click is
    called but
    > the droplist changes to the first element beginning with the
    letter 'F' as
    > well. Does anyone know of a way to not change the droplist when I
    am
    > handling the letter 'F' as a function key?
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Switch function keys and Fkeys

    The default use of the F-keys is for the functions such as brightness and volume. How do I switch function keys and F-keys so the F keys are the default, especially for programs that I can assign custom keystrokes such as in Adobe InDesign. Thanks

    Hi, Shut down the notebook.  Tap away at the esc key as you start the notebook to enter the Start-up Menu.  Select the Bios option ( f10 ), then make the change shown in the document on the following link. http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02035108&cc=us&dlc=en&lc=en&jumpid=reg_R1002_US... Regards, DP-K

  • Disable the need of the function key when using the control key

    I'm often using the F1-12 keys when using an IDE for developing. Those IDE's use the CTR+F1-12 shortcuts quite a bit and it's always needed to use FN+CTR+F1-12 which is ridiculous and redundant. Is there a way to keep using the functions assigned to F1-12 (Adjust volume, brightness...) without pressing the function key and be able of using CTR or ALT +F1-12 without the need of pressing the function key?

    According to the system help text it is possible. And for me it works as described in the help text on my MacBook Pro.
    But on my  Mac Pro (late 2013) the relevant control (“Use all F1, F2, etc. keys as standard function keys”) is missing form System Preferences >> Keyboard >> Keyboard.
    From the help text for the topic "Use keyboard function keys:"
    If you frequently use the alternate function of a function key, you can switch the keyboard so that the function keys perform the alternate function without your pressing Fn. You then hold down Fn to use a function key’s original hardware control function. If your keyboard doesn’t have an Fn key, try holding down the Control key.
    Choose Apple menu > System Preferences, then click Keyboard.
    Open Keyboard preferences
    Select the “Use all F1, F2, etc. keys as standard function keys” checkbox.

  • I downloaded a program on my macbook pro and moved the file now everytime i open the program it says repair now...how do i fix that

    i downloaded a program and moved the file from which it was orignally downloaded now everytime i open it it says repair now...what do i do to get it to stop doing that...i hit repair now every time and it still says it everytime upon the programs startup

    Photoshop needs to be in the folder within Applications in which it was originally created. Put it back where you got it.
    Did you actually complete the download process or were you maybe running from the .dmg that you downloaded?

  • HT202807 I have a MB Air 128gb and a Time Cap.802.11AC. My HD is maxed out because of 30GB of photo storage after migration to 10.3.3 Photos. Please recommend an external drive best for connecting to TC and moving the iPhoto Lib off my HD

    I have a 13" mid 2011 MB Air 128gb and a Time Cap.802.11AC. My HD is maxed out because of 30GB of photo storage after migration to 10.10.3 Photos. I have reduced apps and files as much as possible so the only thing left is to move the photos.  Please recommend an external drive compatible for connecting to my TC 802.11ac and moving the iPhoto Lib off my HD which will free approx 15 gbs. of space. I don't plan on using it for any other purpose so a small capacity drive will suffice. I know the "optimization" is supposed to adjust for this condition but I don't trust that assertion.I only have 2gb free space remaining. 

    I don't plan on using it for any other purpose so a small capacity drive will suffice.
    If you really only want such a small capacity drive.. what about just buying a 32GB or 64GB USB memory stick.
    You should still have a back up to the internal hard disk of the AC TC.
    Or just buy a WD Passport.. don't waste your money buying 500GB as it is only a bit more to buy 1TB and a bit more again for 2TB.. For future use if you do buy a USB hard disk buy 2.5" type.. and buy 1TB or if the budget stretches 2TB..

  • Google Sheets: A browser error has occurred. Please hold the Shift key and click the Refresh button to try again.

    Since upgrading to OSX Yosemite last night, I get this error message when I open spreadsheets previously created in Google Drive: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." Following these instructions does absolutely nothing.
    Word google docs open fine, as do spreadsheets that aggregate responses from a form and a select few spreadsheets; however most other spreadsheets display the same error message.
    I've tried:
    opening in Google Chrome - uninstalling and reinstalling Google Chrome: same issue
    opening in Firefox: same issue
    opening from sheets.google.com: same issue

    moving tab doesn't work.

  • I get this message when I try to open my google shared docs this week: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." - but that click/refresh doesn't work either. What's up?

    # Question
    I get this message when I try to open my google shared docs this week: "A browser error has occurred. Please hold the Shift key and click the Refresh button to try again." - but that click/refresh doesn't work either. What's up?

    The backend end is in serious pain....on many levels.
    Try this: Connection Problems Form

  • My early Intel iMac running Snow Leopard will not boot past the apple logo. I have tried holding the c key and inserting the install disk, but nothing. What do I try next?

    My early Intel iMac running Snow Leopard will not boot past the apple logo. I have tried holding the c key and inserting the install disk, but nothing. What do I try next?

    I have tried resetting PRAM and all other items listed in the Apple support site. This happened after an update to iTunes was added. Also this is happening to other people. Please help.

  • Ho do I change the physical order of the columns in a table

    I want to change the physical order of the columns in a table, so that I get the expected order when I query like :
    select * from <tablename>

    Hi!
    There are different methods of doing that, you can either create a view on that table which will retrieve the columns in the correct order, or you can copy and rename the table using CREATE TABLE AS SELECT ..., or you can use the online table redefinition functionality if your using 10g.
    Regards,
    Petra

Maybe you are looking for

  • Repair orders using SD_SALES_DOCU_MAINTAIN

    Hi all, I'm trying to use the FM 'SD_SALES_DOCU_MAINTAIN' for creating repair orders. On runing the progrma i'm getting the following error message <b>'Only quantity 1 AU is allowed (Item 000010)'</b>. I'm attaching my code here. If any one has worke

  • Will not display on most monitors.. very frustrating..

    I purchased my MBA a couple weeks ago and have successfully been able to connect 1 monitor (over VGA). I have tried two projectors (neither will work, although it will detect both of them) and it will not connect to my Viewsonic at home (both my othe

  • Strange characters when printing

    I don't know what happen but when i select printing reader open a Windows with characters very very big and buttons are disapeared and when i click on preferences i get this image.I uninstalled and installed acrobat reader 11 (last versión) and vga d

  • 5.1.1 issues with iPhoto

    I searched for this issue and found nothing, so sorry if I missed it but I am having a very specific problem since updating yesterday. When I edit a photo, mostly the crop feature, I get a loading circle and then my locked/passcode screen. Has anyone

  • How to export raw pictures to jpeg without losing the original colors?

    Hello guys, Actually I'm facing a problem which is I took photos in Raw Format but unfortunately when I import it to LR it lose its colors and here is a video for my problem LR's problem - YouTube And now I want a solution so I can convert it to jpeg