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: 

Text elements in smartforms

Former Member
0 Kudos

Hi guys,

I am working on a smartform. I wanted to know how do i put a checkbox in my text element in my smartform?

Please help me out on this.

Thanks and regards,

Frank

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Include -> Characters -> SAP Symbols

Or

In a window u create a text element..

Then in the Properties of the text element there is tab with WEB PROPERTIES.. In that give a field name and the Input type ( list box will be there ) , give it as check box ,,

Thats it!! u will have a check box in that text element !!!!!!

No need to upload anything, just use SAP symbols.

For unmarked checkbox create a new text field and add symbol <727> in it.

For marked checkbox, use symbol <697>.

They do not show on print preview, but you can see them on paper or for example on .PDF output.

You can see a list of SAP symbols in transaction SO10, menu path Insert / Character / SAP symbols.

you can check the symbols using SO10. insert->character ->SAP symbols.

there you can see all the symbols and their representation.

Reward points if it is useful...

reward if it helps u...

2 REPLIES 2

Former Member
0 Kudos

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

Include -> Characters -> SAP Symbols

Or

In a window u create a text element..

Then in the Properties of the text element there is tab with WEB PROPERTIES.. In that give a field name and the Input type ( list box will be there ) , give it as check box ,,

Thats it!! u will have a check box in that text element !!!!!!

No need to upload anything, just use SAP symbols.

For unmarked checkbox create a new text field and add symbol <727> in it.

For marked checkbox, use symbol <697>.

They do not show on print preview, but you can see them on paper or for example on .PDF output.

You can see a list of SAP symbols in transaction SO10, menu path Insert / Character / SAP symbols.

you can check the symbols using SO10. insert->character ->SAP symbols.

there you can see all the symbols and their representation.

Reward points if it is useful...

reward if it helps u...

Former Member
0 Kudos

Hi

Go to the Text node of the corresponding window.

go to the change editor window.

in the change editor window click on INCLUDE from the menu bar.Under that INCLUDE select Character,under that select SAP SYMBOLS to display a checkbox in the smartform.

you can load images of check-boxin bmp format, both Checked & Unchecked, by tx. SE78 & use these based on the appropriate conditions in your Smartform.

This is the method I have adopted in all the smartforms. Hope this helps...