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: 

I want to upload logo in ALV 2nd row and 1st column

Former Member
0 Kudos
82

I want to upload logo in ALV 2nd row and 1st column, I know to upload logo into Top of page.Can anybody suggest me how to do with coding ?

thanks

kumar n

3 REPLIES 3

franois_henrotte
Active Contributor
0 Kudos
61

sorry but this is not possible to display an image into an ALV grid cell...

0 Kudos
61

Yes.

You cannot have logo in the grid cell. It is meant to be displayed only in the heading area of the ALV.

Regards,

Subramanian

Former Member
0 Kudos
61

this is not possible i hope.....but the logo position can be changed in the top of page... to any position..

this is possible with ABAP Objects.

here goes teh code for teh same.

*--Print logo in top of page

CALL METHOD DG_DYNDOC_ID->VERTICAL_SPLIT

EXPORTING

SPLIT_AREA = DG_DYNDOC_ID

SPLIT_WIDTH = '80%'

IMPORTING

RIGHT_AREA = DL_LOGO.

CALL METHOD DL_LOGO->ADD_PICTURE

EXPORTING

PICTURE_ID = 'LOGO'.

this make the logo print leaving 80%