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

Regarding ALV image upload

Former Member
0 Likes
401

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
380

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.

2 REPLIES 2
Read only

Former Member
0 Likes
381

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 ..

Read only

Former Member
0 Likes
380

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