cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox in sapscript

Former Member
0 Kudos

Hi all,

I need to print a checkbox in my sapscript.

The line in sapscript I would have is:

5 blalba yes <- here my checkbox

Hi have uploaded a bmp file with a checkbox, but with this command:

/: BITMAP 'SQUARE3' OBJECT GRAPHICS ID BMAP TYPE BMON

insert the checkbox at the begin of the line, what is the code for insert at soma point of line?

By all,

rewards for all

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fabrizio,

Try using [ ] in text symbol. it will look like checkbox.

refer these links as well... though its for Smartforms.

Another approach:

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.

<b>Reward points if this helps.

Manish</b>

Answers (1)

Answers (1)

Former Member
0 Kudos

Maybe the shortcut to use [ ] is a good idea...