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

SAPScript Question

former_member220801
Participant
0 Likes
967

I would like to add some checkbox / some checkbox with a tick inside in my form. Is is able to do so? I have found the symbol in MS Word and try to paste it as text in the form. However, it is shown abnormally when I preview the form using program RSTXCDM1.

Could anyone please help? Thanks a lot!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
933

Hello,

In window>textelements>insert>charecters>SAP SYMBOLS.

There you click on the symbol what ever you want by placing the courser in text elements.

I think it will not reflect in print preview but will come in raw copy.

Thanks,

9 REPLIES 9
Read only

Former Member
0 Likes
934

Hello,

In window>textelements>insert>charecters>SAP SYMBOLS.

There you click on the symbol what ever you want by placing the courser in text elements.

I think it will not reflect in print preview but will come in raw copy.

Thanks,

Read only

Former Member
0 Likes
933

i don' think that there is any option to display check box in sap script . but u can use box command to make check box . it means make small box where u want check box in sap script.

Read only

abdul_hakim
Active Contributor
0 Likes
933

hi seed.

itz not possible to use checkbox in sapscript as it is not interactive.in such case you can use Adobe Interactive forms..

Cheers,

Abdul Hakim

Read only

former_member220801
Participant
0 Likes
933

Hi Adbul Hkaim,

I am not talking about an interactive checkbox.

I want to show a checkbox / checkbox with tick in the printout depends on certain variable in the program.

Hi Naren,

where can I find the path you are talking about?

'In window->textelements->insert->characters->SAP symbols'

I have no idea what does it mean.

Thanks all for your reply.

Read only

0 Likes
933

Hi Gundam,

Select any window and press text element icon(F9).

Go to insert - > characters - > SAP symbols there are some symbols but not as per your requirement if you want to insert any of the available you can use any of them.

Read only

former_member220801
Participant
0 Likes
933

Hi Kumar and Naren,

That looks like what I want(at least I can find a checkbox there!). I would like to know whether it is possible to add some other symbols? If yes, how? Thanks!

Read only

0 Likes
933

Hi Gundam,

I do not think that you can add your own symbols there.You have to select the symbol that is matching with your requirement.

Regards,

Mukesh Kumar

Read only

Former Member
0 Likes
933

Hi,

Open the form.

Click WINDOWS.

Open the window where checkbox has to be added.

Go to Change Editor.

In the Menu bar.

Select Insert->Characters->SAP Symbols.

Select Selected Checkbox.

Regards,

Sujana

Read only

Clemenss
Active Contributor
0 Likes
933

Hi Gundam,

what you could possibly do is prepare the symbol you need as a TIFF or BMP graphic, load it with SE78 to SAP and use BITMAP command to show it. But in this case the position will be fixed bercause the graphics are not part of the text.

Regards,

Clemens