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-SYMOBLS

Former Member
0 Kudos

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

Former Member
0 Kudos

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

6 REPLIES 6

former_member194669
Active Contributor
0 Kudos

Hi,

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


@5C@

Former Member
0 Kudos

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

0 Kudos

Hi Max,

How to find the icon by TRX icon?

Vishnu.

0 Kudos

Hi,

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

0 Kudos

Try to run the report RSTXICON

Max

0 Kudos

Hi Max,

Thank you.Gud report.

Vishnu.