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

TEXT-SYMOBLS

Former Member
0 Likes
830

Hi Friends,

I want to insert a icon in a text-symbol .How to do that.I have a requirement where in I am declaring the push-button as SELECTION-SCREEN PUSHBUTTON text-001 and I want to display a submol on this function-module.So how to get the icon in the text-symbol text-001.Hope you got the requirement.

Regards,

Vishnu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
787

Hi

The sign of the icon must to be written beetween @: so @XX@

The value of XX you can find out by trx icon.

So your text-symbols should by @XX@

Anyway the right code should be:

SELECTION-SCREEN PUSHBUTTON 1(20) BOTT USER-COMMAND AAAA.

INITIALIZATION.

  BOTT = TEXT-001.

Max

Hi Friends,

I want to insert a icon in a text-symbol .How to do that.I have a requirement where in I am declaring the push-button as SELECTION-SCREEN PUSHBUTTON text-001 and I want to display a submol on this function-module.So how to get the icon in the text-symbol text-001.Hope you got the requirement.

Regards,

Vishnu.

6 REPLIES 6
Read only

former_member194669
Active Contributor
0 Likes
787

Hi,

For example if you want to create traffic light RED then create a text-001 with value


@5C@

Read only

Former Member
0 Likes
788

Hi

The sign of the icon must to be written beetween @: so @XX@

The value of XX you can find out by trx icon.

So your text-symbols should by @XX@

Anyway the right code should be:

SELECTION-SCREEN PUSHBUTTON 1(20) BOTT USER-COMMAND AAAA.

INITIALIZATION.

  BOTT = TEXT-001.

Max

Read only

0 Likes
787

Hi Max,

How to find the icon by TRX icon?

Vishnu.

Read only

0 Likes
787

Hi,

Go to SE11> choose type-group> enter ICON--> display

Read only

0 Likes
787

Try to run the report RSTXICON

Max

Read only

0 Likes
787

Hi Max,

Thank you.Gud report.

Vishnu.