‎2007 May 12 6:58 AM
Hi experts,
i have a requirement in custom control.
so i took a copy of std prg RSDEMO_PICTURE_CONTROL.
in that output everything is right. but i need my company logo instead of 'enjoysap_logo'.
so first of all i need to know in which t-code we can upload that logo or picture.
then , in which table it get stored.
reward sure if it is helpful...
if u hav any doubts in my question i will explain u onceagain.
Senthil kumar
‎2007 May 12 7:02 AM
‎2007 May 12 7:02 AM
‎2007 May 12 7:02 AM
Hi
Logos are stored in the table
<b>STXBITMAPS</b>
Use the transactions SMW0 and SE78 for adding Logos/pictures onto SAP screens.
Reward points if useful
Regards
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 May 12 7:22 AM
HI,
i want to upload jpg file.
but in SE78 i cant upload that format.
need another solution.
Senthil kumar
‎2007 May 12 10:09 AM
the demo program which you mentioned uses picture loaded thru SMW0.
as Anji has already suggested load the picture thru SMW0 and then use the same name in the program
Raja
‎2007 May 14 7:56 AM
hi,
Could u explain me how can we upload a picture in that t - code smw0
Thanks and regards,
Senthil kumar
‎2007 May 14 8:00 AM
smw0->choose radiobutton Binary data for webrf cappn and click execute
click execute again
choose create button
give a name (starting with y or z) and description and click import button to import the image.
now you can use the name you have given here (starting with y or z) in your program