‎2007 Aug 02 11:30 AM
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?
‎2007 Aug 02 11:35 AM
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.
‎2007 Aug 02 11:52 AM
no shankar i am not getting check box could anyone suggest this one
‎2007 Aug 02 12:38 PM
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