Application Development 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: 

Empty Rows in Table Control

Former Member
0 Kudos

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

3 REPLIES 3

Former Member
0 Kudos

try to check no row is empty, do not insert any empty row

Former Member
0 Kudos

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

0 Kudos

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