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

Header in Table Maintenance

Former Member
0 Likes
744

Hi All,

Is it possible to add header to table maintenance view?

Thanks,

Jim

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
723

Hi,

Header means above the table control you want to have some text??If so..

Yes it can be done if it is a table maintenance view for a custom table..

You can go to SE51..Give the program name and screen number..

Press change..

There you can add a new text above the table control..

Thanks,

Naren

5 REPLIES 5
Read only

Former Member
0 Likes
724

Hi,

Header means above the table control you want to have some text??If so..

Yes it can be done if it is a table maintenance view for a custom table..

You can go to SE51..Give the program name and screen number..

Press change..

There you can add a new text above the table control..

Thanks,

Naren

Read only

0 Likes
723

Hi Naren,

Where should I place those header text in SE51? Those header text are meant to contain some values too. The values will be changing from time to time. Do you think it is possible?

Thanks,

Jim

Read only

Former Member
0 Likes
723

Hi,

You can place the header text above the table control...

You can also create a module in PBO to populate the text dynamically..

Thanks,

Naren

Read only

0 Likes
723

Can you teach me how to create a new PBO module?

Thanks.

Read only

Former Member
0 Likes
723

Hi,

Go to SE51..

GIve the program name - SAPL + "Function group name"..

Give the screen number

Press change button..

in the event PROCESS BEFORE OUTPUT.

Give

MODULE UPDATE_TEXT.

Double click on UPDATE_TEXT..It will ask whether you want to create a module...

Press yes...

Give a new include name...

Save the module and generate...

Thanks,

Naren