‎2006 Nov 13 4:42 AM
Hi
Is there anyway to encrypt or secure my ABAP code so that unauthorised persons will not be able to access and use my code or even see my source code?
‎2006 Nov 13 5:08 AM
U can't encrypt a code but there is a way where in u can hide the code...go to sap help and u can find it....it will show that report exists but u can't see the code as such...
‎2006 Nov 13 5:08 AM
U can't encrypt a code but there is a way where in u can hide the code...go to sap help and u can find it....it will show that report exists but u can't see the code as such...
‎2006 Nov 13 5:19 AM
Hiiiii Thanks a lot but can u jus send me the link where i can find that content. it will be really helpful to me.
‎2006 Nov 13 5:23 AM
‎2006 Nov 13 5:37 AM
Hi,
u can hide your source code in ABAP. Simply enter *@#@@[SAP].
But i think it is applicable to SAP versions of (SAP >= 4.6).Please chk the same.
regards,
nagaraj
‎2006 Nov 13 5:57 AM
Hi Nagaraj,
Thanks a lot for ur reply. may i know wer i have to type dis out?? should i type it in my source code itself?? can u jus brief me on dis
‎2006 Nov 13 6:00 AM
on the very first line of your program. This text should be the only text on the line.
‎2006 Nov 13 6:01 AM
Hi,
U have to type this on the very first line of your program.
Please note that this text should be the only text on the line.
regards,
nagaraj
‎2006 Nov 13 11:43 AM
Hiii nagaraj.
Ur reply was useful but am using ECC 6.0 version. ur suggestion will work only n 4.6 or lesser than that. can u tell me something that hides the code in the current version.