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

Adding Background

Former Member
0 Likes
977

Hi,

can any one tl me hw to add back ground for the header in REUSE_ALV_GRID_DISPLAY.

points wl b rewarded.

thanq

9 REPLIES 9
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
937

Hi,

Do you want to add Background ID?

Rgds,

Sandeep

Read only

0 Likes
937

s i want to display the background for the header in ALV grid,just like screen saver.

null

Read only

0 Likes
937

use HTML header for the ALV..

in the HTML coding you can have any background you want...

Read only

0 Likes
937

Is there any chance for adding the background for header like screen saver without using HTML header for the ALV.

Read only

0 Likes
937

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

Read only

0 Likes
937

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

Read only

Former Member
0 Likes
937

Hi

http://www.sapdevelopment.co.uk/reporting/rep_submit.htm

1. Call transaction SM36.

2. Give a job name.

3. Set the job’s 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 job’s 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.

Read only

Former Member
0 Likes
937

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

Read only

0 Likes
937

thanks ur reply.

This is for logo,but i want to add back ground screen for the header in ALV grid display.