Skip to Content
0
Former Member
May 13, 2010 at 08:39 AM

titlebar language management

134 Views

Hi all ..

simple question .. is there a way to handle language in PBO instruction

SET TITLEBAR 'TITLE'.

Or do I have to handle it manually creating a specific title for each language? ... for example ..

CASE sy-langu.
    WHEN 'IT'.
        SET TITLEBAR 'TITLE_IT'.
    WHEN 'FR'.
        SET TITLEBAR 'TITLE_FR'.
...

regards

Gabriele

Edited by: Gabriele Montori on May 13, 2010 10:42 AM