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: 

How to disable checkbox in module pool without changing code?

gilberto_parga
Participant
0 Kudos

Hi guys,

I want some users group to have disabled the set of check boxes (choosing 1 of them beforehand, the only option we want they to use) in a custom module pool program. Actually this is the initial screen set in the custom transaction, like a selection screen but it is a "normal" screen. It is composed only for the check boxes and a 'Go' pushbutton. Do you know how to do that without changing the program? It does not matter if we create another transaction; I tried creating a transaction variant from SHD0 but it did not work (this cannot disable the checkboxes an the check box we want be chosen is not taken into account, the first check box is always chosen). If you have ideas let me know, thank you!

1 REPLY 1

Former Member
0 Kudos

You should be able to do this by creating a new program that calls this one using CALL TRANSACTION ... AND SKIP FIRST SCREEN.

You'll have to set and read the check boxes using SPA and GPA parameters.

Rob