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: 

check box

Former Member
0 Kudos

I need to print check box in sapscript.is there any command to insert that check box into script.??

8 REPLIES 8

Former Member
0 Kudos

go to sapscript editor

Change the editor to 'PC Editor' and take the menu.

Include -> Characters -> SAP Symbols

whether this will not be visible in the print preview.

other wise..

Just keep it like <697> in your text element.

Telephone <697> : &W_TAB-TEL&

Corresponding symbol will be printed in the paper.

<b>Note: It will not be displayed in the print priveiw.</b>

0 Kudos

Hi,

Thanx.Before i did like this only ,but printer configuration is not done here.So i cannot see that.I just inserted boxframe instead of check box.Will it work??

0 Kudos

Hi,

Check threads like

and

If you need interactivity, you have to look at adobe interactive forms.

See also http://sdn.sap.com/irj/sdn/interactiveforms

Eddy

PS.

Put yourself on the SDN world map (http://sdn.idizaai.be/sdn_world/sdn_world.html) and earn 25 points.

Spread the wor(l)d!

0 Kudos

ya definatly..it is good one to make small box instead of check box.

or u can type symbol <b>[ ](braket)</b> from ur keyboard instead of checkbox.

0 Kudos

Hi kishan,

I have to tick that box based on condition.For that check box one database field is there.based on that field check box is to be tiked.

tahnks.

0 Kudos

ok...

sapscript is only for display the out put u could n't give condition like that in sapscript.

but u can do one thing.

in driver program u make the cond for that...

if condition match ur requirment print one line.

othewise print anothe line.

u have to rite both line in sapscript but it print based on condn in driver program.

1st line checkbox enabled

2nd line checkbox disable.

0 Kudos

can you tell me the logic for checking the check box.

if field = 1

check box is to be checked.

else

check box is to be left blank.

so,how to write the logic for above.

0 Kudos

do one thing.

<b>IF, ENDIF Conditional text output</b>

is used for showing conditional text out for proper syntex just check.refer link...

go to sapscript form.

/: if &field1& = cond

ph value which u want to show in sapscript output

/: else

ph check box value u want to show in sapscript output.

/:endif.

ph---->paragraph