1

I have a module pool screen wherein the screen header text needs to be animated(marquee/blink). What could be the best possible solution to achieve this?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

1 Answers1

0

Only way I see that this can be done is to put an HTML viewer inside a custom container on your ABAP dynpro screen and then pass the marquee/blink text as HTML to the viewer. Demo program RSDEMO_HTML_VIEWER might be helpful in this regard.

Gert Beukema
  • 2,510
  • 1
  • 17
  • 18