Application Development 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: 

Can we disable input in a long text field.

Former Member
0 Kudos

Hi,

I have a requirement from my customer to enhance Purchase Order Create/Change/Display transactions (ME21N/ME22N/ME23N). The customer wants to read some data from a custom table and to print the same in the Item level text field 'Work Authorization Data'. I have done it. Now the customer want to know to whether I can disable further manual input by the users. Is there any way disable input of a long text field. Will it work the same way as normal input field disabling. If so then what should be the SCREEN-NAME?

Experts please give your inputs.

1 ACCEPTED SOLUTION

Manohar2u
Active Contributor
0 Kudos

You need to set that texteditor as readonly like..

.
go_textedit->set_readonly_mode( cl_gui_textedit=>false )

.

1 REPLY 1

Manohar2u
Active Contributor
0 Kudos

You need to set that texteditor as readonly like..

.
go_textedit->set_readonly_mode( cl_gui_textedit=>false )

.