cancel
Showing results for 
Search instead for 
Did you mean: 

checkbox in Script

Former Member
0 Kudos

hi to all

is placing a checkbox in Script's main window.if yes how to so so?

thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

1. Upload two logos(small picture of two checkboxes), one which is checked and another which is not checked.

2. You can make use of hyper snap dx 4 software or some other to desgin your checkbox little logo.

3. Make use of 2 INCLUDE statements in your script.

4. Depending on the condition call them in IF or CASE condition.

In this way, no BOX command is needed and you can also see the display on print preview..

Thanks,

Mark

kiran_k8
Active Contributor
0 Kudos

Mahesh,

Go to the corresponding windows text editor in the change mode.

Go to INSERT in the menu bar

Choose Characters

Choose SAP Icons.In that list you will be able see an Icon for Check box with name ICON_CHECKBOX.

Once you choose that you will get <2039> in the text editor.save and activate it.

You will be able to see the check box only when you print it but not in the print preview.

K.Kiran.

Former Member
0 Kudos

Check boxes are not possible in scripts. But you can do using box commands.

in that you can use value 'X' for check and space for uncheck.

Reward points if useful.

Regards,

Nageswar