Sei sulla pagina 1di 3

A logo can be displayed in ALV only on the GRID format.

To upload the logo we do not


use transaction SE78 as we normally do for SAPSCRIPTS.
To upload the logo to be displayed in an ALV reports use the following transaction:
OAER.
Enter the Class name as PICTURES and the Class Type as OT and click on execute.
Double click on ‘Screen’ under the ‘Create‘ tab to display the popup for choosing the file.
After selecting the file hit enter. The file will be uploaded to the application server.

This logo ‘Z_LOG’ can now be displayed in an ALV report using the function module
‘REUSE_ALV_GRID_DISPLAY’.

The actual logo name needs to be passed to logo parameter to the I_LOGO parameter
I_LOGO in the following manner.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'


EXPORTING
it_list_commentary = T_COMMENTARY
I_LOGO = ‘Z_LOG’.

Potrebbero piacerti anche