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 in sapscript

Former Member
0 Likes
729

Hi experts,

If i have logo in the application server then how can we upload that logo into sapscript?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

Hello Ravi,

<b>BITMAP '1099C' OBJECT GRAPHICS ID BMAP TYPE BMON</b>

If useful reward.

Vasanth

6 REPLIES 6
Read only

Former Member
0 Likes
703

Hello Ravi,

<b>BITMAP '1099C' OBJECT GRAPHICS ID BMAP TYPE BMON</b>

If useful reward.

Vasanth

Read only

Former Member
0 Likes
702

HI Ravi,

I dont know exactly but there is possibilty. Get that logo to prsentation server using CG3Y and CG3Z then go se78 and import.

regards,

Chandra.

reward if helpful.

Read only

0 Likes
702

Hi All,

Thanks.

Read only

Former Member
0 Likes
702

Ravi,

You can use program RSTXLDMC to upload a TIFF file to SAPscript text.

Read only

Former Member
0 Likes
702

The steps for including graphical elements in the layout set are as follows

The graphical element (like company logo) should be in valid graphic file format like .bmp or .jpg

Use appropriate software to convert the above file into a .TIFF file

Use report RSTXLDMC to upload this file as a text module in SAP

Execute the above program from the ABAP /4 editor

Enter the location of the .TIFF file on the PC

Specify BMON or BCOL as the raster image type

The SAP system suggests a name for the file ( like ZHEX-MARCO-* ). The * indicates the type of file. For e.g. if the file contains a logo then the name can be ZHEX-MACRO-LOGO

The ID should be ‘ST’ and give the logon language

Running the program will convert this .TIFF file into a text element

Incorporate this converted logo in the appropriate window under the appropriate text element by giving

INCLUDE ZHEX-MACRO-LOGO OBJECT TEXT ID ST in the first line.

Also have a look at below thread.

Best Regards,

Vibha Deshmukh

*Please mark all the helpful answers

Read only

Former Member
0 Likes
702

hi ravi,

Import your logo in SAP by SE78 before using it in a SAPSCRIPT.

In Script goto Text Elements and give as;

INCLUDE LOGO OBJECT TEXT ID ST LANGUAGE EN.