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

logo

Former Member
0 Likes
751

how do i import logo from a presentation server into SAP

6 REPLIES 6
Read only

Former Member
0 Likes
717

go via se78..from menu bar-import..frm there upload it

Read only

Former Member
0 Likes
717

If it is SAP Script then use : SE78 Transaction - Only BMP File

RSTXLDMC Program - Tif file

If it is ALV then use OAER Transaction

reward Points if it is helpful

Thanks

Seshu

Read only

Former Member
0 Likes
717

The Picture should be Converted into Either TIFF Or PDF Format

After Selecting the TIFF or PDF File

Then goto SE38 and Run The program 'RSTXLDMC' This is the pre-defined Program to upload the 'TIFF' files

give

File Name : 'c:\pic.tiff'

format : BCOL--> for Color

Text Name 'ZHEX-MACRO-PIC'.

and Execute again

Printing Company Logo

Steps required printing a Company logo:

1. Go to SE38. Type RSTXLDMC in the text box provided.

2. Execute the program by pressing F8.

3. Enter the File name of the TIFF file, resolution, Text name and Text title

4. The TIFF file will be uploaded and gets stored as a text element in SO10.

Read only

Former Member
0 Likes
717

Hi,

First save your Logo as .Tiff or .Bmp

then goto SE78 and click on Import and give the path for the logo

Regards

Shiva

Read only

Former Member
0 Likes
717
Read only

Former Member
0 Likes
717

For Sapscripts and Smartforms,

Goto se78 transaction

Double-click on BMAP

click on import button

Select the image and assign the filename to it

be careful in specifying as 'Color' or 'black and white'

Now the file is uploaded into the application server

U can now access it across forms..

Regards points if useful