Application Development and Automation 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: 
Read only

BITMAP IMAGE

Former Member
0 Likes
521

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

3 REPLIES 3
Read only

Former Member
0 Likes
480

Hi,

Take a look at the demo program: SAP_PICTURE_DEMO.

Regards,

John.

Read only

Former Member
0 Likes
480

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.

Read only

Former Member
0 Likes
480

thanks