‎2008 May 12 7:06 AM
hi
how to place chehboxes and raiobuttons in the script.
and checkboxes and radiobutons should display in he output f form printing
‎2008 May 13 8:58 AM
Hi chaithu yeduguru ,
Create a small window which is a BOX and maintain frame for that window to appear at output , create a text element and insert value as 'X' based on your condtion.
Hope this may solve your problem.
Please reward points if found helpful.
Thanks and regards,
Rajeshwar.
‎2008 May 13 10:09 AM
is it possible to place checkboxes and radiobuttons at the form output.
‎2008 May 13 10:17 AM
just use SAP symbols.
For unmarked checkbox create a new text field and add symbol <727> in it.
For marked checkbox, use symbol <697>.
‎2008 May 13 10:51 AM
‎2008 May 13 11:16 AM
Hi chaitu ,
there are three easy ways you can add check boxes in sap script.
go thru them.....
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..
tats all
regards
karthik
reward me if usefull