Wednesday, April 15, 2015

Some SAP and ABAP Short Cuts

General command field formats
/n                      Skip to the next record if you are processing one batch input session
/bend                Cancel a batch input foreground process
/nend                Close all R/3 sessions and logoff with a dialog prompt
/nxxxx              Call the transaction xxxx in the same session
/o                      Generate a session list
/oxxxx              Call the transaction xxxx in an additional session
/i                       Delete the current session
/h                      Turn the debug mode on
/Nex                  Close all R/3 sessions and logoff without a dialog prompt


Special copy and paste

Click on the area and press CTRL+Y. It allows you to copy many lines at once and paste them afterwards.

No comments:

Post a Comment