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

screen exit....disable display mode

Former Member
0 Likes
669

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.

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
Read only

Former Member
0 Likes
543

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

Srinivasa Varrey

Read only

MusAbaper
Active Participant
0 Likes
543

Hi,

Use :

loop at screen.

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

screen-input = 0.

modify screen.

endif.

endloop.

Best regards

Mustapha