‎2008 Jul 14 1:33 PM
HI
I made a report but i have to add a bitmap image on initial subscreen area of a main screen. it is just like se80 transaction we see a abap development workbench screen on right hand side of a tree control.
pls help me to short out this problem
thnks n regards
pardeep
‎2008 Jul 14 3:37 PM
Hi,
Take a look at the demo program: SAP_PICTURE_DEMO.
Regards,
John.
‎2008 Jul 14 5:40 PM
hi,
you can try with transaction OAER for preparing ALV compatable logo's
In class name:PICTURES
class type:OT
class key: give the name
execute
expand standard doc types
double click on screen
provide the image
take enter
now in the top_of_page event
call function 'reuse_alv_grid_commentary_write'
exporting
i_logo = 'give the name'.
when you execute you get the image .
hope this is helpful.
reward points is useful.
regards,
siri.
‎2008 Aug 08 8:28 AM