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

Re: Change Logo

Former Member
0 Likes
900

Hi all,

I can using logo in ALV reports logo name is enjoy .

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = IT_FCAT_LIST

I_LOGO = 'ENJOYSAP_LOGO'.

This is working.

But now i create a one logo name is 'NSLSEEDS' can I changed this logo in coading

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = IT_FCAT_LIST

I_LOGO = 'NSLSEEDS'.

But this is not working in report what is the problem please tell me any body.

Regards,

Sreelakshmi.

Hi all,

I can using logo in ALV reports logo name is enjoy .

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = IT_FCAT_LIST

I_LOGO = 'ENJOYSAP_LOGO'.

This is working.

But now i create a one logo name is 'NSLSEEDS' can I changed this logo in coading

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = IT_FCAT_LIST

I_LOGO = 'NSLSEEDS'.

But this is not working in report what is the problem please tell me any body.

Regards,

Sreelakshmi.

5 REPLIES 5
Read only

prakashjasti
Contributor
0 Likes
863

You can change the name of the logo

as required but if the system does not find the

logo at some directory or folder it will not show

please see that the logo file exists in the sap directory.

Regards,

Prakash

Prakash J
Read only

0 Likes
863

hi Prakash,

In sap dictionary TDNAME is SEEDSLOGO. I used same name but not displayed this name where is stored.

ENJOY is also same in dictionary name is ENJOY

but i am using in coading ENJOYSAP_LOGO so how is it solve this problem

Regards.

Sreelakshmi.

Read only

0 Likes
863

In a simple way.. create new logo

GOTO tcode 'OAER' -> class name PICTURES ,class type OT , object key 'MY LOGO' -> Execute

Expand Standard document types -> double click on screen-> inport ur logo..

USE 'MY LOGO' in commentary write FM.

It works out..

Read only

0 Likes
863

I imported same but it is not coming in report how is it possible.

Read only

0 Likes
863

Make sure that name of the object key ur passing to commentary write...if it still doesn't work pls share ur code...