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: 

Logo with ALV

Former Member
0 Kudos

How to upload Logo using ALV?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

u can upload logo in alv using the function module reuse_alv_commentary _write.

in that u ll have an option called logo.

6 REPLIES 6

Former Member
0 Kudos

u can upload logo in alv using the function module reuse_alv_commentary _write.

in that u ll have an option called logo.

amit_khare
Active Contributor
0 Kudos

Refer the link -

Regards,

Amit

Reward all helpful replies.

paruchuri_nagesh
Active Contributor
0 Kudos

hi

u can upload logo by using tcode OAER into system area from there u can display in report by using function module reuse_alv_commentary_write

Former Member
0 Kudos

Hi,

call function 'REUSE_ALV_COMMENTARY_WRITE'

exporting

it_list_commentary = t_header.

i_logo = 'Z_LOGO'.

endform.

Upload Logo for REUSE_ALV_COMMENTARY_WRITE

For those who wish to upload and use a picture in your ALV abap reports.

Steps for uploading Logo :-:

1. Goto the transaction OAER

2. Enter the class name as 'PICTURES'

3. Enter the class type as 'OT'

4. Enter the object key as the name of the logo you wish to give

5. Execute

6. Then in the new screen select Standard doc. types in bottom window

Click on the Screen icon

Now, it will ask for the file path where you have to upload the logo

7. Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE

or

Import Logo and Background Picture for Reporting

In this step, you can import a customer-specific logo and a background picture into the R/3 System. These will be displayed in the header area of reports in HR Funds and Position Management.

From the SPRO:

HR Funds and Position Management --> Dialog Control --> Customize Reporting Interface --> Import Logo and Background Picture for Reporting.

Activities

1. Enter the Name of your logo/background picture as an object key in the initial screen.

2. Make sure that the class name is PICTURES, and the class type is OT.

3. Choose Execute.

4. Double-click the document type Picture on the Create tab page. A dialog box will appear in which you can enter the path in which the logo/background picture can be found.

5. Enter the path and choose Open. The logo will be uploaded into the current R/3 System. If the logo/background picture is to be transported into other systems as well, choose Transport.

6. Return to the initial screen and repeat the procedure after having entered the Name of your background picture as an object key.

Please note that the logo/background picture can only be displayed in ALV-based reports with an HTML header. Manually programmed reports such as business distribution plans are not based on the ALV.

If you have selected several initial objects, ALV-based reports in HR Funds and Position Management will automatically use a hiearchical-sequential display. A logo is not displayed here either. Note also that the logo cannot be printed (see print preview in program).

Make sure that the logo does not exceed a height of 100 pixels because it would mean that the header of the report will be scrollable.

OR

use OAER Transaction

Reward points if useful

Former Member
0 Kudos

Hi ,

Hi by using REUSE_ALV_COMMENTARY_WRITE this function module you can upload LOGO.

Pradip Pawar.

Plz give points if ans is valuable

0 Kudos

first upload LOGO using <b>OAER</b> Transaction. and in the <b>TOP-OF-PAGE Event</b> use <b>REUSE_ALV_COMMENTARY_WRITE </b>FM.Logo possible in grid display.to handle <b>TOP-OF-PAGE Event </b>use <b>REUSE_ALV_EVENTS_GET</b> Or pass value to i_TOP-OF-PAGE

of REUSE_ALV_gird_display.and in the subroutine call <b>REUSE_ALV_COMMENTARY_WRITE</b> FM.

<b>Reward all helpful replies. </b>

Message was edited by:

suredarreddy pulimamidi