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

Dynpro caption

Former Member
0 Likes
480

Hi!

I would like to know, is there a way to use text-symbols (like text-t01) as captions (static texts) on a dynpro.

If yes, how???

Thank you

Tamá

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

In that case you can use

SET TITLEBAR 'TTT'.

3 REPLIES 3
Read only

Former Member
0 Likes
463

In that case you can use

SET TITLEBAR 'TTT'.

Read only

JozsefSzikszai
Active Contributor
0 Likes
462

hi Tamás,

SET TITLEBAR 'TTT' WITH string.

Declaration of titlebar TTT:

whatever text ... &

& will be replaced with string.

of course in your program you'll need:

string = text-001.

hope this helps

ec

Read only

Former Member
0 Likes
462

Hi.

You cant use the text symbols for the caption. But those text symbols can be used anywhere in the program. Do use SET TITLEBAR 'TITLE'.

Regards,

Sankar.