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

Source code proteced

Former Member
0 Likes
895

hi ,

i want to see a program , if i try to see that program i am getting error as source code protected , can any one help me .

regards,

siva kumar

10 REPLIES 10
Read only

Former Member
0 Likes
859

Hi,

i think u do not have authorizations to see that program.

please reward points.

Regards,

satish.

Read only

0 Likes
859

for all user , the source code is protected , is there is any way

Read only

0 Likes
859

Hey

Go in debug mode & remove if any authorizations exist and open the program.

Aakash

Read only

Former Member
0 Likes
859

hi,

goto SE38.

Give the program name.

/h in command field and Enter.It will activate the debugger.

then click Display button.

it goes to authorization object check.

change the SY_SUBRC value to 0.

but this is not possible in higher versions or production server.

or

goto->attributes. change the editor lock flag to unchecked.

Edited by: Arunachalam, Selvapandian on Dec 21, 2007 2:20 AM

Read only

Former Member
0 Likes
859

hi Siva Kumar,

Try to Debug it and find out where exactly u r getting that error message. That will solve ur problem.. If it is standard Program tell me the program name.

Hope it ll help u...

Reward points plzz

Regards,

Naveen

Read only

0 Likes
859

i found where the error message is coming from after changing that one no message is coming ,but still i am not able to see the program.

Read only

matt
Active Contributor
0 Likes
859

It is possible to hide source code. Once it is hidden, generally, it is not possible to see the code. SAPMSYST is such a program.

matt

Read only

Former Member
0 Likes
859

Hi,

In Debug try to find where Program Checks the Username.

Then put Break-point there. Next time change the Username with your

Username .

Hope this will work ,

Thanks

Praveen

Read only

Former Member
0 Likes
859

Consult preferably your seniors or collegues.

regards.

Read only

Former Member
0 Likes
859

Hi,

i think while trying to change that code you are getting this issue, if so go to SE38, give the program name, select the 'ATTRIBUTES' radio button, which will displays the attributes of that program, make sure that the "Editor lock" check box is not selected, if so ask the owner of that program to uncheck, then only you will allow to change.

Reward if useful.

Thanks,

Sreeram.