‎2007 May 09 4:37 PM
Hi All,
Is it possible to add header to table maintenance view?
Thanks,
Jim
‎2007 May 09 4:40 PM
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
‎2007 May 09 4:40 PM
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
‎2007 May 09 4:50 PM
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
‎2007 May 09 4:53 PM
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
‎2007 May 09 4:57 PM
‎2007 May 09 5:01 PM
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