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

Not able to open an include

former_member16553
Active Participant
0 Kudos
470

Dear Expert

                       I want to modify an user-exit for me51n implemented alraedy , but in the include ZXM02U01 there is also a z incude when i double click on the z include its not opening it's shows error that , 'The source is protected' plaese help me how can i open it.

1 ACCEPTED SOLUTION
Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Kudos
419

If it's locked then create a z progrm. doe   read report <include_name> into l_it_program. Download l_it_program using gui_download

2 REPLIES 2
Read only

former_member189779
Active Contributor
0 Kudos
419

Open that Include in SE38 --> Attributes --> Editor Lock

Check if editor lock is applied. Also do F1 to check what editor lock means.

Also check http://scn.sap.com/thread/1817299

Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Kudos
420

If it's locked then create a z progrm. doe   read report <include_name> into l_it_program. Download l_it_program using gui_download