Application Development 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: 

created gui title not found in pbo

Former Member
0 Kudos

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?

8 REPLIES 8

Former Member
0 Kudos

hi

Check whether the title bar name 'XXX' is in correct convention as that u saved and activated.

regards

R@SAP

0 Kudos

my title bar name is correct (I copied it from se80) but it doesn´t work

Former Member
0 Kudos

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?

0 Kudos

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.

0 Kudos

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.

0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

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.