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 script

Former Member
0 Likes
620

I have a requirement in SAP Script to print a Check bok.

I tried using SAP symbols in the script, but it does not print. It inserts <679> for checkbox & <697> for marked checkbox. Any special command to be passed?

3 REPLIES 3
Read only

Former Member
0 Likes
554

Hi,

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.

Note: It will not be displayed in the print priveiw.

Read only

Former Member
0 Likes
554

no shankar i am not getting check box could anyone suggest this one

Read only

Former Member
0 Likes
554

Hi Siva,

I thnik you are seeing this in print preview of the layout to test check boxes.

Please take a print out it will output fine.

otheriwsie you have to use BOX command to make a check box.

Regards,

Krishnendu