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: 

screen exit....disable display mode

Former Member
0 Kudos

Hi All,

I am working on screen exit. I am using the tn. code KO01, KO02, KO03. I have added three new fields on the subscreen. I want the fields which i have added to be input disabled when i go to the transaction code KO03. How should i achieve it.

Will reward if the reply is helpful.

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Go to attributes section of sub-screen, then choose output only for input/output column.

Srinivasa Varrey

ouhamoumustapha
Active Participant
0 Kudos

Hi,

Use :

loop at screen.

if screen-name = 'ZONE1' or screen-name = 'ZONE2'.

screen-input = 0.

modify screen.

endif.

endloop.

Best regards

Mustapha