‎2011 Oct 03 10:58 AM
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
‎2011 Oct 04 9:33 AM
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.
‎2011 Oct 03 11:05 AM
‎2011 Oct 03 11:08 AM
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
‎2011 Oct 03 11:11 AM
Hi i guess u forgot about the gui functions.
or the gui is not activated.
activate it again and check again.
Regards,
koolspy.
‎2011 Oct 04 6:40 AM
‎2011 Oct 04 6:59 AM
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.
‎2011 Oct 04 8:04 AM
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
‎2011 Oct 03 11:17 AM
HI
WRITE THE QUERIES FOR BACK & SAVE & ACTIVATE THEM...
SO THAT THE GUI FUNCTION S WILL WORK....
THANKS,
CHAITANYA
‎2011 Oct 03 11:59 AM
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.
‎2011 Oct 04 6:46 AM
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
‎2011 Oct 04 9:33 AM
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.
‎2011 Oct 04 10:50 AM
‎2011 Oct 04 11:50 AM
My Dear Friend I will Provide you The Detail Document regarding this....
Regards
Ajit
‎2011 Oct 04 1:15 PM
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.
‎2011 Oct 05 4:31 AM