2008 Jun 18 5:54 AM
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
2008 Jun 19 4:55 PM
sorry but this is not possible to display an image into an ALV grid cell...
2008 Jun 19 4:57 PM
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
2008 Jun 19 5:00 PM
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%