active code compilation inactive load compilation program source source code
When we create a new program, its state will be Inactive until we activate it.
Whenever we change an existent program, we can still work with it without changing its LOAD compilation (active version interpreted at runtime). For that, we should work in ABAP Editor (SE38), and when we have to run it, we press F8 without changing its status to Active. Saving is allowed.
Read the rest of this entry »
comment source source code
To comment a line:
- * (asterisk) at the first columm. This will comment the entire line.
-” (double quote). Comment text after double quote.
To comment a block of code, select lines and press CTRL+<. To undo uncomment, press CTRL+>.
indent pretty printer source code
Not only of extremely complex material we live… thinking on newbies to SAP, here is a tip on how to make source code look better!
Use Pretty Printer button for converting uppercase/lowercase letters and indent your code.
Read the rest of this entry »