2005 Oct 15 7:03 AM
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.
2005 Oct 15 7:16 AM
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.
2005 Oct 15 7:13 AM
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.
2005 Oct 15 7:16 AM
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.
2005 Oct 15 7:18 AM
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
2005 Oct 15 7:23 AM