Application Development and Automation 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: 
Read only

Check box in sapscripts

Former Member
0 Likes
1,953

How do i declare a checkbox in spascripts?

8 REPLIES 8
Read only

Former Member
0 Likes
1,258

Hi ,

1.If you need in the layout,Just do the follwing:

goto any PAGEWINDOW's Text elements in Script (SE71)

from the Menu-> INSERT-> Symbols

you find all symbols here.

2.If you need within in the selection screen ,you can call like normal report i.e within the driver program.

Data: v_sel as checkbox.

Regards,

Shiva Kumar

Read only

0 Likes
1,258

Thanks. which symbol should we select from the symbols for the check box?

Read only

0 Likes
1,258

Hi,

Select ICON_CHECKBOX icon.

Once you choose you will get <2039> in Text editor.

now save and activete you will see checkbox.

Regards,

sujit

Read only

Former Member
0 Likes
1,258

Hi,

Go to this link, You will find the way-

http://abapeasy.blogspot.com/2008/03/3-easy-way-to-add-checkbox-in-your.html

Regards,

Sujit

Read only

Former Member
Read only

Former Member
0 Likes
1,258

hi,

Refer to the link.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
1,258

Thanks i got it.

Read only

Former Member
0 Likes
1,258

Hi,

go with SE71 to your sapscript. Go to Windows and mark f. example

MAIN and press F9.

go to the line where you want to insert the box.

Than take INSERT->CHARACTERS->SAP-SYMBOLS.

Here you see a list of possible Sysmbols.

Take doublle-Click of SYM_LARGE_SQUARE or SYM_CHECKBOX

and you get it.

NOTE:you can see the box only when you print it, not in preview.

Test it.

Rewards if helpful.

Regards,

Bhupal.