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: 

How to insert a Grpahics logo in Classical report?

Former Member
0 Kudos

Hi Experts,

I need to insert a graphics logo in a classical report without using split screen or graphics control. The size of the logo is normal Company logo we use in Smartform. The difference here is : I need to print the logo in a classical report.

Regards,

Anid

Reward Points Guaranteed.

1 ACCEPTED SOLUTION

varma_narayana
Active Contributor
0 Kudos

Hi..

It is possbile only when u create ALV report. In normal report we cannot insert Logos.

In case of ALV:

Inserting Logo:

In the transaction OAOR, you should be able to insert your company Logo.

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

<b>Reward if Helpful.</b>

5 REPLIES 5

Former Member
0 Kudos

0 Kudos

The link does not help much as I told you that I need to print the logo without graphics control.This is know to me. Please suggest if any other work around in there.

varma_narayana
Active Contributor
0 Kudos

Hi..

It is possbile only when u create ALV report. In normal report we cannot insert Logos.

In case of ALV:

Inserting Logo:

In the transaction OAOR, you should be able to insert your company Logo.

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

<b>Reward if Helpful.</b>

Former Member
0 Kudos

hi

good

you cant place a logo in your classical report.

thanks

mrutyun^

Former Member
0 Kudos

Hi,

On classic report can't insert graahics logo, But on ALV report can use easy funtion on top-of-page as below :

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

it_list_commentary = gt_top_of_page

i_logo = <logo name> .