Hi,
there may some validation in PAI in chain ... endchain
on screen fields try to modify the logic
as
loop at itab.
chain .
module validate.
endchain
endloop.
module validate.
if not itab is initial.
do validataion
endif.
or check in table control field properties
whether <b>required property </b> is checked .
If yes uncheck the property
Regards
amole
Add a comment