Hello Amol Chavan.
*Assign a group number to your header fields.
*In your PBO module, write the condition to make it inactive by passing SCREEN-INPUT = 0.
For instance,
loop at screen.
if screen-group1 = 'WBS'.
screen-input = 0.
MODIFY SCREEN.
endif.
endloop.
![c.jpg]()
Regards.