SAP Help Various ABAP development tips, information and source code for producing be-spoke ABAP programs









Hiding ABAP Source Code so that it can not be viewed by anyone

It is very easy to hide your source code in ABAP in version previous to '4.6'. Simply enter *@#@@[SAP] on the first line of your program. This should be the only text on the line. There is no easy way to get your source code back, so make sure you make a backup and save it to a local drive!