Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

help needed.

Former Member
0 Likes
802

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
779

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...

8 REPLIES 8
Read only

Former Member
0 Likes
780

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...

Read only

0 Likes
779

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.

Read only

0 Likes
779
Read only

former_member404244
Active Contributor
0 Likes
779

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

Read only

0 Likes
779

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

Read only

0 Likes
779

on the very first line of your program. This text should be the only text on the line.

Read only

former_member404244
Active Contributor
0 Likes
779

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

Read only

0 Likes
779

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.