‎2006 Oct 18 11:53 AM
m having table control on my screen......but if its rows remain empty, it dsntnot allow me to do any work on it....i.e. till it remain empty i cant press button on screen.....can any one help me
‎2006 Oct 18 11:57 AM
‎2006 Oct 18 12:25 PM
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
‎2006 Oct 19 4:25 AM
Hi,
PROCESS AFTER INPUT.
MODULE USER_COMMAND_9002_EXIT at exit-command.
create a back button of type e
then try with your back if it works then it should work,.
can you post your code in here.,
Thanks
venki