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: 

INPUT DISABLE A FIELD OF SUBSCREEN.

former_member719641
Participant
0 Kudos
336

In my module pool screen, there is a subscreen named 'subs_report'. This subcreen is being call with a field 's_plant'.

When we loop the main screen, we are unable to find this subscree 'subbs_report' as well as the field 's_plant'.

Actually I want to disable the field 's_plant' .

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos
245

I don't understand the question. Do you mean that you do LOOP AT SCREEN in the main screen, and you don't see neither the subscreen area nor the fields from the subscreen? It's normal. Only the subscreen can see its own fields, and be responsible of changing them.