2009 Jan 23 8:16 AM
hi folks,
in se80 I had a dump when I want to expand the tree where the gui titles are listed.
the dump was because out of memory.
now I have the strange behavior that my changes of the gui titles are ineffective.
I created a new gui title and its visible and activated in se80 but when I call the set titlebar statement in pbo at runtime it returns a sy-subrc = 4 (title not found).
has anyone an idea how I can clean this inconsistency?
2009 Jan 23 8:20 AM
hi
Check whether the title bar name 'XXX' is in correct convention as that u saved and activated.
regards
R@SAP
2009 Jan 23 8:59 AM
my title bar name is correct (I copied it from se80) but it doesn´t work
2009 Jan 26 1:31 PM
In the PBO, where you have the line like
SET TITLEBAR '100'.
If you doulbe click on the 100, does it bring up the Title?
2009 Jan 26 2:20 PM
hi paul,
thank you for your reply.
doubleclick brings the correct title but at runtime the gui title is unknown.
I think there is an inconsistency with the repository objects because I had a dump when I try to expand the gui titles tree in se80.
2009 Jan 26 3:12 PM
Maybe change the title temporairly, compile it.. test it.. and change it back.
Depending on the complexity of the screen, you may want delete it, and recreate it.
2009 Jan 26 3:18 PM
It looks like yout GUI Title is inactive.
Try to activate it by:
Go to SE80
Select the GUI Title
Activate it.
Regards,
Naimesh Patel
2009 Jan 26 3:21 PM
I still tried to recreate it and it is active.
after the dump all changes at the gui titles are ignored and not available at runtime.
in se80 it is allright and the gui titles are activated and visible with the correct text.
2009 Jan 30 8:24 AM
solution:
in the coding was the language set to another language than the original language and the gui title was still translated.
so I had to adapt the gui title in the other language.