‎2011 Feb 16 1:16 AM
Is there a way to display a source code without a Test/Execute button?
I want to just 'show' the source code to unauthorized people.
FM 'EDITOR_PROGRAM' can execute a report.
ABAP keyword 'EDITOR-CALL FOR LT_SOURCE DISPLAY-MODE.' only display source code,
but code navigation is not activted.
‎2011 Feb 16 3:26 AM
Hi,
Use EDITOR-CALL FOR report LT_SOURCE DISPLAY-MODE.
Regards,
Srini.
‎2011 Feb 16 12:05 PM
Give these people authorization S_DEVELOP with display rights only (ACTVT = 03), but not S_PROGRAM, then they can use SE38 or SE80 to display the code but are not allowed to execute the program (the programs must have an authorization group in the attributes for this to work).
At least I think so, because I did not face this very special scenario myself yet.
Or just print and hand out the code
Thomas