Hi,
doing this may be a little dangerous, but you can try out http://www.sap-basis-abap.com/sapab028.htm
Regards,
Anand Mandalika.
Hi Anand,
Consider i have the program 'ztst'. if i want to hide it by setting the password and i shoud be able to change,display but not others who don't know the password.
When we execute the prgroam ZHIDE , we give two parameters . prgname and pwd . it lock for all . but i want to change/display using the pwd which i have set.
thanks for you reply.
reg
sen
If you hide the source as described in this posting, the program cannot be regenerated. If any dictionary object that your program uses gets changed, then the system will mark your program as needing to be regenerated. The next time it is executed, the system will attempt to regenerate, will fail to find the source code and therefore your program is unusable.
You may also lose the ability to debug the program.
You may also lose the ability for the dump manager to point out the line of code where a failure occurred.
As long as you are okay with these restrictions, then go for it and let us know how it goes.
Add a comment