💻 SAP/ABAP

SAP GUI Shortcut

DevLevi 2024. 6. 12. 06:53

ABAP Editor Shortcut

단축키
내역
Find / Replace text
도움말
Copy selection
연결
Close
Ctrl + F4
Ctrl + F1
Ctrl + Shift + F4
Cut selection
Ctrl + X
Paste selection
Ctrl + V
Redo typing
Ctrl + Y
Select all
Ctrl + A
Undo typing
Ctrl + Z
Shift + F3
프로그램 종료
Shift + F5
기타오브젝트
Shift + F12
전체 화면 설정/해제
Ctrl + Home
문서의 맨 앞으로 이동
Ctrl + End
문서의 맨 마지막으로 이동
Ctrl + Z
실행 취소
Ctrl + Y
실행 취소한 것을 취소
Ctrl + X
자르기
Ctrl + C
복사
Ctrl + V
붙이기
Ctrl + A
모두 선택하기
Ctrl + D
현재 줄 아래에 복사
Ctrl + F
찾기
Ctrl + H
찾아서 바꾸기
Ctrl + L
블록 설정한 것 소문자로 변환
Ctrl + U
블록 설정한 것 대문자로 변환
Ctrl + J
블록 설정한 것 줄마다 첫 글자 대문자
Ctrl + T
블록 설정한 것 맨 앞에 글자만 대문자
Ctrl + K
블록 설정한 것 대소문자 변경
Ctrl + O
지정 라인으로 이동
Ctrl + /
명령어 창으로 이동
Ctrl + ,
커서 위치 라인 주석 처리
Ctrl + .
커서 위치 라인 주석 풀기
Ctrl + <
선택한 라인 전체 주석 처리
Ctrl + >
선택한 라인 전체 주석 풀기
Ctrl + *
Toggle Outlining
Ctrl + Shift + -
Collapse All
Ctrl + Shift + +
Open All
Ctrl + Shift + T
한 줄 복사
행 맨 앞으로 이동
Ctrl + Shift + X
한 줄 잘라내기
Ctrl + Shift + L
한 줄 지우기
Ctrl + Alt + M
북마크 추가 삭제
Ctrl + M
다음 북마크로 이동
Ctrl + Shift + M
이전 북마크로 이동
Ctrl + Alt + 1 ~ 9
1~9번 북마크 추가 삭제
Ctr+1 ~ 9
1~9번 북마크로 이동
Ctr + Alt + +
글자 크기 크게
Ctr + Alt + -
글자 크기 작게
Ctr + Alt + up(화살표)
라인을 위로 이동
Ctr + Alt + down(화살표)
라인을 아래로 이동

Edit Actions

Function
Shortcut
Activate inactive development object
Ctrl + F3
Activate all inactive development objects
Ctrl + Shift + F3
Check consistency and syntax
Ctrl + F2
Close
Ctrl + W
Close all
Ctrl + Shift + W
Code completion / Content Assist
Ctrl + Space
Delete line
Ctrl + D
Delete next word
Ctrl + Delete
Delete previous word
Ctrl + Backspace
Find Next
Ctrl + K
Find Previous
Ctrl + Shift + K
Format source code (aka Pretty Printer in the SAP GUI)
Shift + F1
Format source block (aka Pretty Printer in the SAP GUI)
Ctrl + Shift + F1
Keyword completion
Tab
Mark word
Double-click
Mark whole line
Triple-click
New ABAP development object
Ctrl + N
Open quick fix / quick assist dialog
Ctrl + 1
Rename
Alt + Shift + R
Save
Ctrl + S
Save all
Ctrl + Shift + S
Selection to upper case
Ctrl + Shift + X
Selection to lower case
Ctrl + Shift + Y

Displaying Actions

Function
Shortcut
Show the properties of the currently focused object or file
Alt + Ctrl + P
Show bookmarks, breakpoints, and tasks of the focused editor row
Alt + Ctrl + P
To show the variable view in the debugger and to set the focus into the view.
NoteSwitch back to the source by using F12.
Shift + Alt + V
Set the View menu, that for text editors the ruler context menu is shown or to add bookmarks, breakpoints, or tasks
Ctrl + F10
Show bookmarks, breakpoints, and tasks of the focused editor row
Alt + Ctrl + F10
Adopt the size of the current editor, view, and so on to the maximum screen size
Ctrl + M

Navigation Actions

Function
Shortcut
Backward navigation to the previous opened tab
Alt + Left
Forward navigation to the next opened tab
Alt + Right
Select the next open editor you want to navigate to
Ctrl + F6
Switch between perspectives
Ctrl + F8
Select the previous open editor you want to navigate to
Ctrl + Shift + F6
Navigate to last edited location
Ctrl + Q
Open development object
Ctrl + Shift + A
Open Quick Outline
Ctrl + O
Open Quick Type Hierarchy
Ctrl + T
Open SAP GUI
Ctrl + 6
Switch to next view
Ctrl + F7
Switch to next perspective
Ctrl + F8
Navigate to ABAP source code
F3 or Ctrl + Click
Move the keyboard focus into the top level editor or the active editor tab
F12
Show context menu
Shift + F10

Moving Actions

Function
Shortcut
Backward one word
Ctrl + Left
Forward one word
Ctrl + Right
Jump to line
Ctrl + L
Move one line down
Ctrl + Alt + Down
Move one line up
Ctrl + Alt + Up

Commenting Actions

Function
Shortcut
Add comments
Ctrl + <
Remove comments
Ctrl + >
Toggle comments
Ctrl + 7

Search and Help

Function
Shortcut
Open search dialog
Ctrl + H
Show ABAP Language Help
F1
Show ABAP element info
F2
Where-used list
Ctrl + Shift + G

Windows-based Shortcuts

Function
Shortcut
Find / Replace text
Ctrl + F
Copy selection
Ctrl + C
Close
Ctrl + F4
Close all
Ctrl + Shift + F4
Cut selection
Ctrl + X
Paste selection
Ctrl + V
Redo typing
Ctrl + Y
Select all
Ctrl + A
Undo typing
Ctrl + Z