Application Development 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: 

Header in Table Maintenance

Former Member
0 Kudos

Hi All,

Is it possible to add header to table maintenance view?

Thanks,

Jim

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Thanks.

Former Member
0 Kudos

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