2008 Jan 04 10:17 AM
HI..
How to display image on in ALV.
I am doing like this.
But I am not getting output.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = it_listheadr[].
I_LOGO = 'BACKGROUND.GIF'.
How to pass the variable to I_LOGO.
Regards
Sandeep.
2008 Jan 04 10:22 AM
Dear Sandeep
you have done correct coding
but do this before executing program ..
Pass the image name as a parameter..
Use OAER Transaction :
navigation -> Goto OAER transaction
Class name - Pictures
class type - OT
Object key - Give any name ( Logo name ,this name you use in ALV top-of-page)
execute it -> second screen -> drag the standard doc types -> click on sceen -> give your logo file.
now you will get logo in ALV ..
HI..
How to display image on in ALV.
I am doing like this.
But I am not getting output.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = it_listheadr[].
I_LOGO = 'BACKGROUND.GIF'.
How to pass the variable to I_LOGO.
Regards
Sandeep.
2008 Jan 04 10:22 AM
Dear Sandeep
you have done correct coding
but do this before executing program ..
Pass the image name as a parameter..
Use OAER Transaction :
navigation -> Goto OAER transaction
Class name - Pictures
class type - OT
Object key - Give any name ( Logo name ,this name you use in ALV top-of-page)
execute it -> second screen -> drag the standard doc types -> click on sceen -> give your logo file.
now you will get logo in ALV ..
2008 Jan 05 8:48 AM
GOTO - OAOR (Business Document Navigator)
Give Class Name - PICTURES Class Type - OT..... then Execute
It will show you the list, then select ENJOYSAP_LOGO.
On that list, you will find one control with a "create" tab.
Click std. doc types.
Select SCREEN and double-click.
It will push FILE selection screen.
Select your company logo (.gif) and press OK.
It will ask for a description- for instance: "company logo".
It will let you know your doc has been stored successfully.
You can find your logo under ENJOYSAP_LOGO->Screen->company logo.
Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.
Regard
Swati Namdeo