‎2007 Nov 14 11:35 AM
Hi,
can any one tl me hw to add back ground for the header in REUSE_ALV_GRID_DISPLAY.
points wl b rewarded.
thanq
‎2007 Nov 14 11:42 AM
‎2007 Nov 14 1:24 PM
s i want to display the background for the header in ALV grid,just like screen saver.
null
‎2007 Nov 16 8:37 AM
use HTML header for the ALV..
in the HTML coding you can have any background you want...
‎2007 Nov 16 10:14 AM
Is there any chance for adding the background for header like screen saver without using HTML header for the ALV.
‎2007 Nov 16 10:57 AM
As far as my knowledge is there you can not do that in normal ALV header.. you need to use HTML header...
With OOALV you'l get lot of options of formatting the text...
‎2007 Dec 05 5:43 PM
use the parameter also I_BACKGROUND_ID = 'NAME_IMAGE' in the calling of 'REUSE_ALV_GRID_DISPLAY'
where NAME_IMAGE is the name that you give to the image in the OAER transaction.
Message was edited by:
Mariano Gallicchio
‎2007 Nov 14 11:45 AM
Hi
http://www.sapdevelopment.co.uk/reporting/rep_submit.htm
1. Call transaction SM36.
2. Give a job name.
3. Set the jobs priority, ie. High, Medium or Low priority.
4. Define when the job is to start by choosing Start Condition and completing the appropriate selections. If the job is to repeat, or be periodic, check the box at the bottom of this screen.
5. Define the jobs steps by choosing Step, then specify the ABAP program to be used for each step.
6. Save the fully defined job to submit it to the background processing system.
7. Release the job.
For scheduling the job to run every night automatically.
In start condition go to Date/Time, then enter the time to start the job.
Click on Period Values and choose Daily and save.
Please revert for further clarifications.
‎2007 Nov 14 11:47 AM
Hi Chandu,
Use TCODE OAER, upload background image and pass it to the header of ALV using the function module REUSE_ALV_COMMENTARY_WRITE.
<b>Reward Points if it helps,</b>
Satish
‎2007 Nov 14 12:30 PM
thanks ur reply.
This is for logo,but i want to add back ground screen for the header in ALV grid display.