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

Table Maintenance Title

Former Member
0 Likes
419

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

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.

2 REPLIES 2
Read only

Former Member
0 Likes
377

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.

Read only

0 Likes
376

Thank You Mr.shafivullah mohammad .