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: 

Dynamic CheckBoxes

Murali_Shanmu
Active Contributor
0 Kudos

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

Murali_Shanmu
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

Murali_Shanmu
Active Contributor
0 Kudos

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.

0 Kudos

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

Murali_Shanmu
Active Contributor
0 Kudos

Thank Sanjay