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: 

table control is not working..

Former Member
0 Kudos

hi,

i am trying this for long !! please do help me..

1. created a screen with a table control using the wizard.

2. created a push button under that with function code = NEW.

3. in the screen's PBO, wrote a module to fetch the data and populate the table. (working fine).

4. user selects multiple lines and clicks on the push button.

I validate the selection, if invalid, i display a message using

MESSAGE E899(F2) WITH 'selected data is invalid'.

message is displayed.. and the PBO of that screen is again called wherein the data is fetched again and populated !! how this happens i dont know !!, i had given the next screen as the same screen number , possible bcos of that ??

what i am concerned is, after the error message is displayed, the table control does not respond to to the line selection. if i click the scrollbar it works, the list scrolls up and down. but i am not able to select / deselect the lines !!

please do let me know how to solve this...can u try this in ur system and check too. i m in ECC 6.0.

thks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

May be you can give information message instead of ERROR.

4 REPLIES 4

Former Member
0 Kudos

May be you can give information message instead of ERROR.

0 Kudos

yes, i gave it as information message and that worked..in addition i had to tweak my code a bit !! thanks a lot to all.

Former Member
0 Kudos

Hi,

You have given error message there...that is why u r not able to select the lines again bcoz error message doesnt allow this what u need to do is either u use Information Message instead of Error Message or also u can use CHAIN ..ENDCHAIN statement... it will work...

Thanks & Regards

Ashu Singh