2011 Apr 09 7:43 AM
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.
2011 Apr 09 10:25 AM
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
2011 Apr 09 11:46 AM
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.
2011 Apr 09 12:33 PM
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..
2011 Apr 09 12:44 PM
I imported same but it is not coming in report how is it possible.
2011 Apr 09 12:57 PM
Make sure that name of the object key ur passing to commentary write...if it still doesn't work pls share ur code...
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |