‎2008 Nov 03 10:10 AM
Hi All ,
I have created table maintenance for Z* table. In that Table maintenance screen(in SM30) the GUI title is from Description of the respective table.Actually i want to display my own title without changing table description.What is the procedure to perform this.
Thanks in Advance..
‎2008 Nov 03 10:14 AM
Hello,
In se80 for that particular screen of the function group given for this Table maintainance generator write a module just above the loop in PBO. Inside that module use the following code
SET TITLEBAR 'T1'.
Double click on T1 and give ur desired Title.
Shafi.
‎2008 Nov 03 10:14 AM
Hello,
In se80 for that particular screen of the function group given for this Table maintainance generator write a module just above the loop in PBO. Inside that module use the following code
SET TITLEBAR 'T1'.
Double click on T1 and give ur desired Title.
Shafi.
‎2008 Nov 03 11:55 AM