Application Development and Automation 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: 
Read only

Check box in table control

Former Member
0 Likes
739

Hi,

I am facing one problem while handling table control in module pool programming. I have added

one field of type c length 1 in the existing table control. My requirement is i am displaying

table control fields based on the header order data. I mean for example if the characterstic value

of header order data is 4 then i am displaying four records in the table control if it is 2

then i am displaying two records in the table control. Now what i need to do is i have to display

check box symbol under the newly defined field along with other data i mean if characterstic value is

4 then i have to dispaly 4 check box symbols 1 in each row of the table control. How to proceed for this.

Please help me i will give points.

Thanks a lot in advance.

Hi,

I am facing one problem while handling table control in module pool programming. I have added

one field of type c length 1 in the existing table control. My requirement is i am displaying

table control fields based on the header order data. I mean for example if the characterstic value

of header order data is 4 then i am displaying four records in the table control if it is 2

then i am displaying two records in the table control. Now what i need to do is i have to display

check box symbol under the newly defined field along with other data i mean if characterstic value is

4 then i have to dispaly 4 check box symbols 1 in each row of the table control. How to proceed for this.

Please help me i will give points.

Thanks a lot in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
712

Hi,

Design two Screen according to your requirement amd Make your logic to call particular screen based on the Characteristic field value.

Thanks,

Greetson

Read only

Former Member
0 Likes
712

You will always see the checkboxes. But based on the condition as 4 or 2....whateevr....you have to make the check boxes enabled or disabled.

I mean enabled only for those 4 rows....and disabled for rest of the rows.

i hope it helps.

thanks

Read only

0 Likes
712

Hi,

Can you explain this point more breifly?

Read only

0 Likes
712

refer the below thread.. it might help you.

https://forums.sdn.sap.com/click.jspa?searchID=10245861&messageID=4808471

thanks

Read only

Former Member
0 Likes
712

hi

i also finding the same problem, r u solved ur problem, if yes means plz give suggestion.i also need to give the check box according to tabstrip control row,,,,

pls urgent