Application Development 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: 

SE38 Z Program should be password protected/ not all should be able to view

Former Member
0 Kudos

Hi Everyone,

I have a requirement were we have craeted an assest; which is a "Z" program. We dont want everyone to have view this code, hence we need to eithere hide the contents or make the program password protected.

Is there a way, im sure that we could do password protection in 4.6 via a table, couldn't recall the table.

Please let me know if we can accomphlish this?

Thanks,

Raj

7 REPLIES 7

former_member194669
Active Contributor
0 Kudos

My suggestion will be insert your report code in a custom table and use following link

create the program at runtime.

If you still want password protection. search this forum you can lot of threads

0 Kudos

Hi ARS,

I did not see any relavent matter in the provided link.........the provided link is talking abt dynamic DELETE requirement, guess, its a mistake?

thanq

0 Kudos

SAP ABAPer,

Please check Rich's reply in the link with example "report zrich_0003" for

generate subroutine pool

Former Member
0 Kudos

hi,

Give the following set of characters in the first line of your code.

*@#@@

Check Vijay's post in the following link

[Hiding ABAP Code|;

Note: But make sure before using this, because even you cannot view your code later when required.

Regards

Sharath

Former Member
0 Kudos

Hi,

You may use enhancement SEUED001 & exit EXIT_SAPMS38L_001 for the same. You can code your own logic in the above mentioned exit.

I hope this helps,

We are using the above method & ensure that no external consultant will have an access to transaction CMOD

Regards

Raju Chitale

Edited by: Raju Chitale on Apr 15, 2009 7:54 AM

rainer_hbenthal
Active Contributor
0 Kudos

Why are you not using normal SAP authorizations? In the productional environment, se38 and ae38 and se80 should be accessible only for a few guys, So create a transaction for your report and add this to a profile. Thats it.

Former Member
0 Kudos

b