Application Development and Automation 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: 
Read only

GUI Title

Former Member
0 Likes
2,288

Dear Friends,

I had a table maintenance view, and it was functioning properly.

According to my requirement, I changed there title bar with following code.

But when I activated the new code,maintenance view functions (back, save, ...) are not worked and impossible to rollback.

Please tell me what was happened and how can I fixed this issue.

I hope you will clear my problem.


PROCESS BEFORE OUTPUT.
 MODULE LISTE_INITIALISIEREN.
   MODULE TITLEBAR.
 LOOP AT EXTRACT WITH CONTROL


module TITLEBAR output.
SET TITLEBAR '0001'.
endmodule.                 " TITLEBAR  OUTPUT

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,788

Hi Nelson,

I tried to change guii title of a screen of table maintanance. Its working fine. I believe you need to check your title is active and activate entire function group, including your include where Title code exists. Activate entire function group ... no need of additional handling of standard functions..

Regards,

Ravi.

14 REPLIES 14
Read only

Former Member
0 Likes
1,788

This message was moderated.

Read only

Former Member
0 Likes
1,788

hi

When you create a maintenance view screen, titles etc. are automatically generated

When you write your code in it, it may not work as intended..

I think you hv to roll back the change using version management, try removing the title see if it works as previously

BR,

Rahul

Read only

koolspy_ultimate
Active Contributor
0 Likes
1,788

Hi i guess u forgot about the gui functions.

or the gui is not activated.

activate it again and check again.

Regards,

koolspy.

Read only

0 Likes
1,788

Hi

how can i activate GUI functions?

Read only

0 Likes
1,788

Hi,

this is already discussed by ajit

you need to write the queries for back, save and what ever you require and Declare function Code in GUI.

Next define pf-status in PBO and Queries in PAI USER_COMMAND.

Regards

Koolspy.

Read only

0 Likes
1,788

Hi Friends,

I tried that solution so many times.

when i put the code below, title will change and no any other functions work even PAI not trigger. it says choose a valid function

Read only

Former Member
0 Likes
1,788

HI

WRITE THE QUERIES FOR BACK & SAVE & ACTIVATE THEM...

SO THAT THE GUI FUNCTION S WILL WORK....

THANKS,

CHAITANYA

Read only

0 Likes
1,788

I think regenerating the User Interface should solve the problem. Just go to the user interface - double click on titlebar - 001. Or go to SE41.

Read only

Former Member
0 Likes
1,788

Please WRITE THE QUERIES FOR BACK & SAVE & ACTIVATE THEM...

AND Declare function Code in GUI.

define Status in PBO AND Queries in PAI USER_COMMAND.

Regards

Ajit

Edited by: ajitabap on Oct 4, 2011 7:51 AM

Read only

Former Member
0 Likes
1,789

Hi Nelson,

I tried to change guii title of a screen of table maintanance. Its working fine. I believe you need to check your title is active and activate entire function group, including your include where Title code exists. Activate entire function group ... no need of additional handling of standard functions..

Regards,

Ravi.

Read only

0 Likes
1,788

hi

can you please send me the steps you had to follow?

Read only

0 Likes
1,788

My Dear Friend I will Provide you The Detail Document regarding this....

Regards

Ajit

Read only

0 Likes
1,788

Hi Nelson,

If i understand correctly.. This may help you..

se11 - change

Utilities-> table maintanance generator

note the function group name

open in se80

in screens select your screen

write module title_bar in pbo.

double click title_bar to create module.

create module in new include.

SET TITLEBAR '0001'. double click '0001'

enter title name

select all tittle

activate title bar.

back

activate screen.

activate entire funtion group..

Regards,

Ravi.

Read only

0 Likes
1,788

Hi Ravi,

Thank you very much!