‎2008 Feb 08 2:16 PM
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á
‎2008 Mar 25 8:24 AM
‎2008 Mar 25 8:24 AM
‎2008 Mar 25 8:31 AM
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
‎2008 Mar 25 8:36 AM
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.