Application Development 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: 

ALV Using FM

Former Member
0 Kudos

Hello,

I have created one report using ALV Function Modules.

I followed all these steps for uploading Logo :-:

1.  Goto the transaction OAER

2.  Enter the class name as 'PICTURES'

3.  Enter the class type as 'OT'

4.  Enter the object key as the name of the logo you wish to give

5.  Execute

6.  Then in the new screen select Standard doc. types in bottom window

     Click on the Screen icon

     Now, it will ask for the file path where you have to upload the logo

7.  Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE

And displayed using FM....

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

     EXPORTING

       it_list_commentary = lt_header

       i_logo                    = 'MYLOGO'.

When logo is uploaded, in OAER transaction default logo size is 819 X 460 px.

Same size appears in report.

How to re-size the image/logo ????

1 ACCEPTED SOLUTION

uppu_narayan
Active Participant
0 Kudos

Hi shashank,

              kindly modify your image size in the mspaint and save it as bmp image and then try uploading it.................

regards,

narayan

9 REPLIES 9

uppu_narayan
Active Participant
0 Kudos

Hi Shashank,

          one alternative is keep the logo size small and upload it...............

regards,

narayan

PeterJonker
Active Contributor
0 Kudos

re-size it before you upload it with TC OAER

Former Member
0 Kudos

Hi Shashank,

Reduce the logo size using MS-Paint or any such tool and then upload it using OAER.

So that it will fit into the header area

With Regards,

Gurulakshmi

Former Member
0 Kudos

Hi

   You can do in this way too.

  Save your Picture as .BMP (Bitmap image).

Go to SE78.

Upload your image in color and give Resolution  as 75.

and you can use it to .

Regards,

PRudhvi.

Former Member
0 Kudos

Hello Uppu and Peter,

Thanks for your response.

But I have a logo image of size 158 X 66. When I upload the image in OAER it will display the uploaded image in the right block. The image is of type JPG.

When I right click and see the properties. It displays dimensions as 819 X 460.

uppu_narayan
Active Participant
0 Kudos

Hi shashank,

              kindly modify your image size in the mspaint and save it as bmp image and then try uploading it.................

regards,

narayan

0 Kudos

Hi , Go to SE78 and then upload it and reduce the resolution percentage .  Regards , Suvendu Chakraborty

former_member420878
Active Participant
0 Kudos

Hi,

Alternate to upload image is :

1. Save any Image as 24 bit bitmap image.

2. Go to SE78 TCODE and try to import the same image.

3. You can give resolution as 100 DPI or 75 DPI according to your need.

I hope this will solve your query.

Thanks

former_member200434
Participant
0 Kudos

hi,

please upload the image of .bmp format and before upload alter the size of image.