Hi All,
In my module pgm thr are 3 selection criteria and a table control..According to the values user provides table control weill be popualted..
User has provision to update one field in Table control....The prob is if any error happens in table control the 3 selection fields are getting disabled...
To resove this i used LOOP AT SCREEN....all the 3 fields i set it to screen-input = 1 this one i coded above the Table control loop.....
So first time if error happens 3 fields will be enabled but..next time error happens all the 3 fields are gettting again disabled....
Please help me to resolve the issue.......
Regards,
ABAPer 007