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

Lock a custom class

Former Member
0 Likes
499

Hi,

I want to put editor lock on a custom class that I created using SE24. How can I do that?

Sridhar

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
445

Hello Sridhar

Apparently there is no attributes popup available where you can set the <i>Editor Lock</i>.

However, you could use function module <b>TRINT_TADIR_MODIFY</b> (IMPORTING parameter <b>EDTFLAG = 'X'</b>) to set the lock.

Regards

Uwe

Read only

Former Member
0 Likes
445

It helped