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

Making existing text read-only

Former Member
0 Likes
527

Hi

I need to make existing long text read-only in transaction MSC2N. But user should be able to enter new text. I didn’t find any user exits when the user goes to text editor in this transaction. I found a badi but it doest seem to work. Could you plz guide me with this

Thanks

Hi

I need to make existing long text read-only in transaction MSC2N. But user should be able to enter new text. I didn’t find any user exits when the user goes to text editor in this transaction. I found a badi but it doest seem to work. Could you plz guide me with this

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
449

Hi, I have the same situation.

When the user go to text editor, set mode as read only.

I not found user exits when the editor is called.

The transcation call the standard program SAPLSTXX (Sapscript Editor), using form create_editor

Thanks