cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a field editable or uneditable in different T-code

Former Member
0 Kudos

Dear all,

I add a new field in screen in XD02 which is editable.

But I also need to make it read only in XD03.

Is there someone who know how to realize this?

Thanks very much!

Lydia

Accepted Solutions (0)

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can make a field read-only like this:

session.findById("wnd[0]/usr/txtPersonas_5").enabled = false;