alv logo

4

Click here to load reader

Upload: priyanka-saha

Post on 04-Jul-2015

3 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: ALV LOGO

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.

Page 2: ALV LOGO

Double click on ‘Screen’ under the ‘Create‘ tab to display the popup for choosing the file.

Page 3: ALV LOGO

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 parameterI_LOGO in the following manner.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = T_COMMENTARY I_LOGO = ‘Z_LOG’.