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: 

ICON upload into SAP System

ashok_kumar24
Contributor

hi,

I want to create my own icon (BMP format)and upload it into sap system.

How can i upload an icon into a sap system.

Is there a way to convert an uploaded logo into icon.

Thanks and Regards

AK

1 ACCEPTED SOLUTION

Former Member
0 Kudos

its really easy - use se78 -> in menu - graphics -> Import.

select color -> locate bmp file.

Reward points if useful.

for tif (black and white) -> convert using Advanced Batch Converter and upload it.

same method

5 REPLIES 5

vinod_gunaware2
Active Contributor
0 Kudos

Adding icons

Check the icon code using transaction ICON. A technical view can be found at the include named «ICON». Sequences of characters begin and finish with the symbol @. Even plain files under operating system can contain those strings.

Graphics on SAPscript

The program RSTXLDMC can be used to upload graphics (file extension .tif on PC files) into individual standard text.

regards

vinod

Former Member
0 Kudos

try using tcode OAER,

with class: PICTURES

TYPE: OT

also go through this link may be usefull....

IN THAT U CAN SELECT DOCUMENT TYE U NEEDED, LIKE BUTTON OFF BACK, BUTTON UP BACK, ALV BACKGROUND etc many are there. in the bottom window, u can right click on the document and upload

just check it out may be help full for u

Former Member
0 Kudos

Hi

Open any image file in Microsoft painter and save it in BMP format.

In case of SAP Script you can use RSTXLDMC OR USING UPLOAD GRAPHICS YOU CAN UPLOAD YOUR PICTURE.

THANKS

MRUTYUNJAYA TRIPATHY

Peter_Inotai
Active Contributor

Please keep in mind, that some icons are stored on the SAPGUI side, so you might have to make available them for all frontend.

Peter

Former Member
0 Kudos

its really easy - use se78 -> in menu - graphics -> Import.

select color -> locate bmp file.

Reward points if useful.

for tif (black and white) -> convert using Advanced Batch Converter and upload it.

same method