Thanks for the response
If I understand correctly it's not possible to view ABAP code with SA38?
It is possible for our admin to setup SE38 permissions for me so I can view code but not be able to change or execute the ABAP code?
Hello,
Our company is fairly new to SAP (1 year). Currently I work in Production creating various types of data tools. Over time my goal is to begin to learn to develop in SAP. I was wondering if there is a transaction that would allow display only of the underlying code of the transactions? A consultant we currently have in house short term mentioned using SA38. When I google SA38 it appears it can be used for more than viewing. What would be your suggestion for the least intrusive method for me to gain access to viewing underlying code used on transactions? I have access to the development server. What concerns would IT have in my use of SA38?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
As chwong already stated: You can run the code in SA38. Viewing it is normally se38. (se80 if you need to also view structures, views, datatypes etc.)
In SE38 there are various authorization options. Display, create/modify and execute among them. It is possible to create a role with only display rights. This already exists in some roles such as S_A.SHOW (which bascially allows you to see everything and change nothing).
Business Accounts
Answer for Membership
by: chwong67Posted on 2009-09-17 at 16:49:38ID: 25362175
SA38 is used for executing ABAP program only.
We don't encourage developer to use SA38 to execute ABAP program at production server.
We could display ABAP coding using SE80 or SE38 (with execute program too) with limited authorization which can be set by administrator.