Friday, November 11, 2011

Shortcuts in ABAP

Ctrl + Shift + V (Extended Paste): In new abap editor, many times you come up a scenario to copy paste some line of codes from another program. You have to copy a line   
     from Program2 first, then paste into Program1. For second code, again you have to copy and then paste. You can use the Ctrl + Shift + V    
    functionality to paste the recently copied lines. So, no need to switch windows unnecessarily. It's really a time saving stuff.
Ctrl + Alt + Num+ ( plus sign in Num keys)  :  to increase(zoom-in) the text size.
Ctrl + Alt + Num- ( minus sign in Num keys) :  to decrease(zoom-out) the text size.
Ctrl + Alt + /  :  To restore text size to normal.
Ctrl + U         :  The selected text converted into uppercase.
Ctrl + L         :  The selected text converted into lowercase.
Ctrl + J          :  The selected text will become capitalize.
Ctrl + K        :  The case of selected text will be swapped.
Ctrl + /          :  Jumps to the OK code field

No comments:

Post a Comment