martedì 18 marzo 2008

3 easy way to add checkbox in your Sapscript

Hi abappers,

surfing on internet i have found 3 way for add a checkbox in Sapscript, now i explain you below:


1. you can do using box commands.in that you can use value 'X' for check and space for uncheck.

2. Go to the corresponding windows text editor in the change mode.Go to INSERT in the menu barChoose CharactersChoose SAP Icons.In that list you will be able see an Icon for Check box with name ICON_CHECKBOX.Once you choose that you will get <2039> in the text editor.save and activate it.You will be able to see the check box only when you print it but not in the print preview.

3. a. Upload two logos(small picture of two checkboxes), one which is checked and another which is not checked.
b. You can make use of hyper snap dx 4 software or some other to desgin your checkbox little logo.
c. Make use of 2 INCLUDE statements in your script.4. Depending on the condition call them in IF or CASE condition.In this way, no BOX command is needed and you can also see the display on print preview..

Nessun commento: