cancel
Showing results for 
Search instead for 
Did you mean: 

Printing SAP symbols dynamically in smartforms

Former Member
0 Kudos

Hi All,

Is it possible to Printing SAP symbols dynamically in smartforms.

For eg. assign a checkbox code <697> to variable and then printing the same whenever a specific condition is satisfied in the code.

rgds,

thilak

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

yes u can..but also u can do it through normal script code...

check below to find the symbols in text editor...just in ase u dont know...

goto to the texteditor of a text element in smartform. Its a small button on the left hand side of.

Then goto insert>characters>sap icons

Remember these icons or symbols whatever u will not be able to see in print preview....u have to take a print

and see

(create a text element in the form(right click->create-> text)

select the text element and got to the general attributes section. Here on the left hand side of the text editor u will find a small button. Click that.

From the insert MENU(in the menu bar)

insert>characters> sap iconssymbols....)

Former Member
0 Kudos

thanks for your replies.

To print dynamic symbols how to declare a variable for a symbol and hence the assignment.

Rgds,

Chamu

Former Member
0 Kudos

You can declare a symbol in Script as /: Define &symb& = ' '.

Former Member
0 Kudos

thanks manjunath,

can v use if..else validation within smartform script.

Former Member
0 Kudos

Hi Thilak,

Depending on the condition you can directly call the SAP Symbols. I think there is no need of variables again. IF you want variables just try. I think we can pass the SAP Symbol code to a variable and print it dynamically.