Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP workbench shortcut key :: T-code input

Former Member
0 Likes
2,324

Does anyone know the shortcut key for Transaction code input field?

I mean something like "Alt+D" for IE browser.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,582

So SAP does not support shortcut key for T-code input.

This could be very useful shortcut key since almost all SAP products have T-code input field.

Does SAP has improvement plan to add the shortcut key?

9 REPLIES 9
Read only

Former Member
0 Likes
1,582

hi David,

please check the following inf. this could be helpful for the question u have asked.

You can use an input field to enter and edit text. It consists of a field name and the field data.

Use

When the input field has the focus [External], you can enter text and numerical data using the keyboard.

Access

Sequential element navigation works for input fields, which means you can move the focus [External] forwards to an input field using [Tab] or backwards using [Shift]+[Tab]. You may need to press [F2] to start the text editing process. If an underlying function exists, you can start it by pressing [F2] – this corresponds to a double click with the left mouse button.

Help Functions

When the input field has the focus [External], you can call up the help documentation for this field by choosing [F1]. If the input field has a tool tip, you can call it up by choosing [Ctrl][q]. You can open the context menu of the focused input field by choosing the [ContextMenu] key or [Shift][F10]. In more complex applications, the F4 help opens up a dialog box and provides selection options. If there is an F4 help, this is indicated by a small icon to the right

Keyboard Usage for Interface Elements in SAP GUI for Windows NetWeaver'04 13

SAP Online Help 10.07.2006

of the input field, which appears as soon as the focus moves to the field. To call up a history list and choose one of your previous entries, choose [Backspace] when the text cursor is at the first position in the field.

The system only displays tool tips and history lists if the settings under Options allow this. To call up the options dialog box, choose [Alt]+[F12] and the appropriate character key.

Internal Navigation

You can move the text cursor between characters using the right and left arrow keys within the input fields. Use [Ctrl][Left] or [Ctrl][Right] to go to the next or previous word. Use the keys [Home] and [End] to position the cursor before the first or after the last word or character in the field.

Select

To select characters in an input field, you can use [Shift] with the right and left arrow keys. To select the word before or after the text cursor, choose [Ctrl]+[Shift] with the left or right arrow key.

Manipulation

You can use the clipboard to copy or cut selected characters. Choose [Ctrl][c] or [Ctrl][x] to do this. You can paste them elsewhere by choosing [Ctrl][v]. You can undo your last action by pressing [Ctrl][z]. When editing text, you can use the [Delete] key to delete the character to the right of the cursor and the [Backspace] key to delete the character to the left of the cursor.

When entering data, you can toggle between the insert mode and the overwrite mode by pressing the [Insert] key. When you are in the insert mode, any data to the right of the cursor moves to the right when you type. The insert mode is the default mode in the standard system. In the overwrite mode you overtype any data to the right of the cursor.

Exit

To finish editing, choose [Tab] or [Enter] to leave the input field and accept the changes made. To finish editing and undo the changes made, choose [Escape].

reward with points if helpful.

Read only

0 Likes
1,582

Hi Mahesh,

Thanks for the elaboration.

Your input is helpful for general input field operation.

Anyway, here I want to know the shortcut key for T-code input field only.

For example, if we need to open transaction User List (sm04), the operation is:

1, Use mouse to click the T-code input field in the toolbar

2, Enter "/nse80"

What I want to know is that for step 1, is there any shortcut key?

Read only

0 Likes
1,582

This message was moderated.

Read only

prasanth_kasturi
Active Contributor
0 Likes
1,582

hi,

use control + tab it will go to tick mark

then again press tab.

regards

prasanth

Read only

0 Likes
1,582

Hi Prasanth,

Thanks for the input.

I have tried your solution.

It works in some editor. But in some editor, e.g. some screen has table control, I failed to reach T-code input field after trying both "Ctrl+tab" and "tab". Furthermore, the count of "tab" key is different in case I'm in different editor.

Do you mean that there is no direct shortcut key for T-code input field?

Read only

Former Member
0 Likes
1,583

So SAP does not support shortcut key for T-code input.

This could be very useful shortcut key since almost all SAP products have T-code input field.

Does SAP has improvement plan to add the shortcut key?

Read only

0 Likes
1,582

Sap does support this, check below

ALT + F12 Calls the menu popup for Customizing of local layout

CTRL + Shift + P Makes a Hardcopy which shows no menu popup and can also contain status texts and modal popups.

CTRL + / Cursor jumps directly to the OK-Code field.

CTRL + I Cursor jumps to the first input-enabled field.

CTRL + + Creates new session.

CTRL + ; Creates Sap shortcut.

ContextMenu-Key = SHIFT + F10 Calls context menu.

CTRL + Q Shows tooltip for the focus control (excepth ActiveX controls).

ESC on OK-code field Closes the drop down list, if it is open.

CTRL + Z, CTRL + Y Undo und Redo in the input field.

Was this helpfull

Read only

0 Likes
1,582

Hi Simin,

"Ctrl+/" does work.

And I also try out other shortcuts as provided by you.

They are very useful.

Thanks a ton.

David

Read only

0 Likes
1,582

Direct Answer for the question Thank you David