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

custom control!

Former Member
0 Likes
719

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

hi senthil,

u can upload logo using t-code se78.

regards,

vivek

6 REPLIES 6
Read only

Former Member
0 Likes
693

hi senthil,

u can upload logo using t-code se78.

regards,

vivek

Read only

Former Member
0 Likes
692

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

Read only

0 Likes
692

HI,

i want to upload jpg file.

but in SE78 i cant upload that format.

need another solution.

Senthil kumar

Read only

0 Likes
692

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

Read only

0 Likes
692

hi,

Could u explain me how can we upload a picture in that t - code smw0

Thanks and regards,

Senthil kumar

Read only

0 Likes
692

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