Application Development and Automation 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: 
Read only

Degree symbol in database

Former Member
0 Likes
2,318

Hi Experts

In my ztable, am supposed to insert the Degree symbol between the data of the database.

Is that possible to add degree symbol in database, how to solve this, i need to print that symbol in smartform also.

Pls, help me on this.

Thanks in advance.

Regards

Rajaram

Hi Experts

In my ztable, am supposed to insert the Degree symbol between the data of the database.

Is that possible to add degree symbol in database, how to solve this, i need to print that symbol in smartform also.

Pls, help me on this.

Thanks in advance.

Regards

Rajaram

7 REPLIES 7
Read only

Clemenss
Active Contributor
0 Likes
1,270

Hi Raja,

you may define a 1 or 2 character length field in the databse and put your symbol there. I could not find the Degree symbol in our system, we have only symbols

SYM_1

SYM_2

SYM_ASTERISK

SYM_BOLD_MINUS

SYM_BOLD_PLUS

SYM_BOLD_X

SYM_CAUTION

SYM_CHECKBOX

SYM_CHECKED_DOCUMENT

SYM_CHECK_MARK

SYM_CIRCLE

SYM_CUMULATED

SYM_DELETE

SYM_DIAMOND

SYM_DOCUMENT

SYM_DOCUMENTS

SYM_DOWN_ARROW

SYM_DOWN_TRIANGLE

SYM_ELLIPSIS

SYM_EXECUTABLE

SYM_FAX

SYM_FILLED_CIRCLE

SYM_FILLED_DIAMOND

SYM_FILLED_SQUARE

SYM_FLASH

SYM_FOLDER

SYM_GLASSES

SYM_HALF_FILLED_CIRCLE

SYM_HALF_FILLED_SQUARE

SYM_LARGE_SQUARE

SYM_LEFT_ARROW

SYM_LEFT_HAND

SYM_LEFT_TRIANGLE

SYM_LOCKED

SYM_MINUS_BOX

SYM_MINUS_CIRCLE

SYM_MINUS_FOLDER

SYM_NOTE

SYM_OPEN_FOLDER

SYM_PENCIL

SYM_PHONE

SYM_PLUS_BOX

SYM_PLUS_CIRCLE

SYM_PLUS_FOLDER

SYM_PRINTER

SYM_RADIOBUTTON

SYM_RIGHT_ARROW

SYM_RIGHT_HAND

SYM_RIGHT_TRIANGLE

SYM_SORTED_DOWN

SYM_SORTED_UP

SYM_SPACE

SYM_SQUARE

SYM_UNLOCKED

SYM_UP_ARROW

SYM_UP_TRIANGLE

SYM_WORKFLOW_ITEM

No degree there.

Please explain your task in depth.

Regards,

Clemens

Read only

Former Member
0 Likes
1,270

COLOUR FASTNESS TO WASHING 40* C

In the above statement i used astritch symbol(instead of degree symbol).

but i need to display the degree symbol.

This i need to add in the database itself.

is it possible.

Read only

Clemenss
Active Contributor
0 Likes
1,270

Hi Raja,

it is not possible to add any icons or symbols to the system.

TTDTG is for definition of text symbols. This is something different.

Regards,

Clemens

Read only

Former Member
0 Likes
1,270

Standard symbols table = TTDTG

Read only

Former Member
0 Likes
1,270

Hi,

If you want degree symbol do like this...

Activate NUM LOCK, hold ALT down, and enter these numerals 167. then you will get degree symbol.

Regards,

Omkar.

Read only

0 Likes
1,270

Thanks Omkaram Yanamala,

I has worked woderfully for my application.

Great piece of information I must say.

Regards,

Davinder

Read only

Former Member
0 Likes
1,270

Hi Raja Ram,

If I give input as 65 (ascill value) I want display 'A'.

Below logic is for convert from character to ascii value ,

report demtest.

*going from A to 65

data : c value 'A'.

field-symbols :

Thansks & Regards

ilesh 24x7