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

Dynamic CheckBoxes

Murali_Shanmu
SAP Champion
SAP Champion
0 Likes
622

Hi

I need to create CheckBoxes in the Screen Dynamically based on the selections on the screen. I am working on Module Pools.Based on User action i may have to show N number of Checkboxes which may vary for each user entry.

1 ACCEPTED SOLUTION
Read only

Murali_Shanmu
SAP Champion
SAP Champion
0 Likes
594

Say suppose i need to display at the max 20 Check boxes. Then i have to hide the rest of all those that i dont need to display ? What abt using Guixt scripts. Will they help me here.

4 REPLIES 4
Read only

Former Member
0 Likes
594

The check boxes you will have to define statically.

Dynamically you can contro whether they are displayed on screen or not. You can change the screen-active parameter of the checkboxes to make them visible / invisible.

Check here -

http://help.sap.com//saphelp_470/helpdata/EN/9f/dbab6f35c111d1829f0000e829fbfe/content.htm

Cheers.

Read only

Murali_Shanmu
SAP Champion
SAP Champion
0 Likes
595

Say suppose i need to display at the max 20 Check boxes. Then i have to hide the rest of all those that i dont need to display ? What abt using Guixt scripts. Will they help me here.

Read only

0 Likes
594

I have never used GUIXT scripts . You can always group the checkboxes using group attribute in screen painter and then in program you can use screen-group1 to make a group visible/ invisible.

Cheers

Read only

Murali_Shanmu
SAP Champion
SAP Champion
0 Likes
594

Thank Sanjay